Skip to content

Commit 190feba

Browse files
committed
common/ofi: Disable new monitor API until libfabric 1.14.0
There are known issues with the API in libfabric 1.13.0 which will guarantee segfaults when used. These issues are fixed in libfabric 1.13.1, but we do not have a way to detect which patch version of libfabric is used. Thus, delay the usage of the API until the subsequent minor release. Signed-off-by: William Zhang <wilzhang@amazon.com>
1 parent 38c2e37 commit 190feba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opal_check_ofi.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ AC_DEFUN([_OPAL_CHECK_OFI],[
159159
])
160160
opal_ofi_import_monitor=no
161161
AS_IF([test $opal_ofi_happy = "yes"],
162-
[OPAL_CHECK_OFI_VERSION_GE([1,13],
162+
[OPAL_CHECK_OFI_VERSION_GE([1,14],
163163
[opal_ofi_import_monitor=yes],
164164
[opal_ofi_import_monitor=no])])
165165

0 commit comments

Comments
 (0)