Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/libfabric
3 changes: 1 addition & 2 deletions src/mpid/ch4/netmod/ofi/subconfigure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ AM_COND_IF([BUILD_CH4_NETMOD_OFI],[
ofi_embedded="yes"
AC_MSG_NOTICE([CH4 OFI Netmod: Using an embedded libfabric])
if test "$with_libfabric" = "embedded" ; then
ofi_subdir_args="--enable-embedded"
ofi_subdir_args="--enable-embedded --disable-static"
fi

prov_config=""
Expand Down Expand Up @@ -322,7 +322,6 @@ AM_COND_IF([BUILD_CH4_NETMOD_OFI],[
dnl Unset all of these env vars so they don't pollute the libfabric configuration
PAC_PUSH_ALL_FLAGS()
PAC_RESET_ALL_FLAGS()
CFLAGS="$CFLAGS $VISIBILITY_CFLAGS"
PAC_CONFIG_SUBDIR_ARGS([modules/libfabric],[$ofi_subdir_args],[],[AC_MSG_ERROR(libfabric configure failed)])
PAC_POP_ALL_FLAGS()
ofisrcdir="${main_top_builddir}/modules/libfabric"
Expand Down