mpich: Set minimum libfabric version to build (#32557)
Starting with MPICH 3.4, we need at least libfabric 1.5 in order to build. Fixes #24394
This commit is contained in:
parent
f5c0bc194f
commit
8071cc60cb
@ -198,6 +198,7 @@ class Mpich(AutotoolsPackage, CudaPackage, ROCmPackage):
|
||||
# The ch3 ofi netmod results in crashes with libfabric 1.7
|
||||
# See https://github.com/pmodels/mpich/issues/3665
|
||||
depends_on("libfabric@:1.6", when="device=ch3 netmod=ofi")
|
||||
depends_on("libfabric@1.5:", when="@3.4: device=ch4 netmod=ofi")
|
||||
|
||||
depends_on("ucx", when="netmod=ucx")
|
||||
depends_on("mxm", when="netmod=mxm")
|
||||
|
Loading…
Reference in New Issue
Block a user