legion: depend on cray-pmi when using gasnet and cray-mpich (#39614)
This commit is contained in:
parent
884a5b8b07
commit
e9efa1df75
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class Legion(CMakePackage, ROCmPackage):
|
|||
depends_on("ucx", when="network=ucx")
|
||||
depends_on("ucx", when="conduit=ucx")
|
||||
depends_on("mpi", when="conduit=mpi")
|
||||
depends_on("cray-pmi", when="conduit=ofi-slingshot11 ^cray-mpich")
|
||||
depends_on("cray-pmi", when="network=gasnet ^cray-mpich")
|
||||
depends_on("cuda@10.0:11.9", when="+cuda_unsupported_compiler @:23.03.0")
|
||||
depends_on("cuda@10.0:11.9", when="+cuda @:23.03.0")
|
||||
depends_on("cuda@10.0:12.2", when="+cuda_unsupported_compiler @23.06.0:")
|
||||
|
|
Loading…
Reference in a new issue