Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit a4003cd

Browse files
author
Ralph Castain
committed
Add the libfabric flags to the OFI MTL configure
1 parent 6165642 commit a4003cd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ompi/mca/mtl/ofi/configure.m4

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ AC_DEFUN([MCA_ompi_mtl_ofi_CONFIG],[
2424
AC_CONFIG_FILES([ompi/mca/mtl/ofi/Makefile])
2525

2626
OPAL_CHECK_LIBFABRIC([ompi_mtl_ofi],
27-
[$1],
27+
[$1
28+
mtl_ofi_WRAPPER_EXTRA_LDFLAGS="$ompi_mtl_ofi_LDFLAGS"
29+
mtl_ofi_WRAPPER_EXTRA_LIBS="$ompi_mtl_ofi_LIBS"],
2830
[$2])
31+
32+
AC_SUBST(ompi_mtl_ofi_LDFLAGS)
33+
AC_SUBST(ompi_mtl_ofi_LIBS)
2934
])dnl

0 commit comments

Comments
 (0)