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:
Ken Raffenetti 2022-09-12 04:38:55 -05:00 committed by GitHub
parent f5c0bc194f
commit 8071cc60cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")