Skip to content

Commit 4b39d07

Browse files
authored
Merge pull request #11111 from hppritcha/up_libfab_version_to_19
mtl/ofi: require libfabric 1.9 or higher
2 parents 3808f3d + 0c5f275 commit 4b39d07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/mca/mtl/ofi/configure.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ AC_DEFUN([MCA_ompi_mtl_ofi_CONFIG],[
3232
[mtl_ofi_happy=1],
3333
[mtl_ofi_happy=0])
3434
35-
dnl The OFI MTL requires at least OFI libfabric v1.5.
35+
dnl The OFI MTL requires at least OFI libfabric v1.9.
3636
AS_IF([test ${mtl_ofi_happy} -eq 1],
37-
[OPAL_CHECK_OFI_VERSION_GE([1,5],
37+
[OPAL_CHECK_OFI_VERSION_GE([1,9],
3838
[],
3939
[mtl_ofi_happy=0])])
4040

0 commit comments

Comments
 (0)