SlackBuildsOrg/libraries/dbcsr
fourtysixandtwo 4511c0b253
libraries/dbcsr: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-12-22 07:59:51 +07:00
..
dbcsr.info
dbcsr.SlackBuild
README
slack-desc

  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