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:
		| @@ -198,6 +198,7 @@ class Mpich(AutotoolsPackage, CudaPackage, ROCmPackage): | |||||||
|     # The ch3 ofi netmod results in crashes with libfabric 1.7 |     # The ch3 ofi netmod results in crashes with libfabric 1.7 | ||||||
|     # See https://github.com/pmodels/mpich/issues/3665 |     # See https://github.com/pmodels/mpich/issues/3665 | ||||||
|     depends_on("libfabric@:1.6", when="device=ch3 netmod=ofi") |     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("ucx", when="netmod=ucx") | ||||||
|     depends_on("mxm", when="netmod=mxm") |     depends_on("mxm", when="netmod=mxm") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ken Raffenetti
					Ken Raffenetti