Skip to content

Commit 2e19085

Browse files
authored
Merge pull request #9318 from wckzhang/api
common/ofi: Disable new monitor API until libfabric 1.14.0
2 parents 0dfc05c + 190feba commit 2e19085

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)