cp2k+mpi requires dbcsr+mpi (#42545)
This commit is contained in:
parent
642ec1918f
commit
514260d8cb
1 changed files with 1 additions and 0 deletions
|
@ -273,6 +273,7 @@ class Cp2k(MakefilePackage, CMakePackage, CudaPackage, ROCmPackage):
|
|||
# DBCSR as external dependency
|
||||
depends_on("dbcsr@2.6:")
|
||||
depends_on("dbcsr+openmp", when="+openmp")
|
||||
depends_on("dbcsr+mpi", when="+mpi")
|
||||
depends_on("dbcsr+cuda", when="+cuda")
|
||||
depends_on("dbcsr+rocm", when="+rocm")
|
||||
|
||||
|
|
Loading…
Reference in a new issue