From 0c5f275fb2741dd62ba46c37907a7ccdb3546a20 Mon Sep 17 00:00:00 2001 From: Howard Pritchard Date: Wed, 23 Nov 2022 14:29:31 -0700 Subject: [PATCH] mtl/ofi: require libfabric 1.9 or higher one way to address issue #10954 Signed-off-by: Howard Pritchard --- ompi/mca/mtl/ofi/configure.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ompi/mca/mtl/ofi/configure.m4 b/ompi/mca/mtl/ofi/configure.m4 index cdd93225a0c..c65d266adc3 100644 --- a/ompi/mca/mtl/ofi/configure.m4 +++ b/ompi/mca/mtl/ofi/configure.m4 @@ -32,9 +32,9 @@ AC_DEFUN([MCA_ompi_mtl_ofi_CONFIG],[ [mtl_ofi_happy=1], [mtl_ofi_happy=0]) - dnl The OFI MTL requires at least OFI libfabric v1.5. + dnl The OFI MTL requires at least OFI libfabric v1.9. AS_IF([test ${mtl_ofi_happy} -eq 1], - [OPAL_CHECK_OFI_VERSION_GE([1,5], + [OPAL_CHECK_OFI_VERSION_GE([1,9], [], [mtl_ofi_happy=0])])