We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1617398 commit 0c5f275Copy full SHA for 0c5f275
ompi/mca/mtl/ofi/configure.m4
@@ -32,9 +32,9 @@ AC_DEFUN([MCA_ompi_mtl_ofi_CONFIG],[
32
[mtl_ofi_happy=1],
33
[mtl_ofi_happy=0])
34
35
- dnl The OFI MTL requires at least OFI libfabric v1.5.
+ dnl The OFI MTL requires at least OFI libfabric v1.9.
36
AS_IF([test ${mtl_ofi_happy} -eq 1],
37
- [OPAL_CHECK_OFI_VERSION_GE([1,5],
+ [OPAL_CHECK_OFI_VERSION_GE([1,9],
38
[],
39
[mtl_ofi_happy=0])])
40
0 commit comments