diff options
author | William PC <w_calandrini[at]hotmail[dot]com> | 2022-10-01 08:33:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-01 08:33:44 +0700 |
commit | 769d12150d7b1947724508eee855228a42c46075 (patch) | |
tree | 93e6b0d0779d8187bbdda40eb98538d08a55d2db /libraries/dbcsr/README | |
parent | b6641949272d8e024b733ac1733329a5d0cbc319 (diff) |
libraries/dbcsr: Added (Distributed Block Row matrix library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/dbcsr/README')
-rw-r--r-- | libraries/dbcsr/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/dbcsr/README b/libraries/dbcsr/README new file mode 100644 index 0000000000000..6f8f02d0da40f --- /dev/null +++ b/libraries/dbcsr/README @@ -0,0 +1,12 @@ + DBCSR is a library designed to efficiently perform sparse +matrix-matrix multiplication, among other operations. + It is MPI and OpenMP parallel and can exploit Nvidia and AMD GPUs via +CUDA and HIP. + DBCSR was developed as a part of CP2K, where it provides core +functionality for linear scaling electronic structure theory. It is +now released as a standalone library for integration in other projects. + +This requires a MPI implementation, however the package isn't working +with mpich. Use openmpi instead. + +* HIP and OpenCL still experimental |