Skip to content

Commit 0c5f275

Browse files
committed
mtl/ofi: require libfabric 1.9 or higher
one way to address issue #10954 Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
1 parent 1617398 commit 0c5f275

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)