Skip to content

Commit 05f98d6

Browse files
author
Ralph Castain
authored
Merge pull request open-mpi#4396 from rhc54/topic/pmixconfig
Alter the PMIx embedded configuration
2 parents c4650b5 + 8fbfe68 commit 05f98d6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

opal/mca/pmix/pmix3x/configure.m4

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,14 @@ AC_DEFUN([MCA_opal_pmix_pmix3x_CONFIG],[
5353
opal_pmix_pmix3x_timing_flag=--disable-pmix-timing
5454
fi
5555

56-
opal_pmix_pmix3x_args="--with-pmix-symbol-rename=OPAL_MCA_PMIX2X_ $opal_pmix_pmix3x_timing_flag --without-tests-examples --disable-pmix-backward-compatibility --disable-visibility --enable-embedded-libevent --with-libevent-header=\\\"opal/mca/event/$opal_event_base_include\\\""
56+
opal_pmix_pmix3x_args="$opal_pmix_pmix3x_timing_flag --without-tests-examples --disable-pmix-backward-compatibility --disable-visibility --enable-embedded-libevent --with-libevent-header=\\\"opal/mca/event/$opal_event_base_include\\\""
5757
AS_IF([test "$enable_debug" = "yes"],
5858
[opal_pmix_pmix3x_args="--enable-debug $opal_pmix_pmix3x_args"
5959
CFLAGS="$OPAL_CFLAGS_BEFORE_PICKY $OPAL_VISIBILITY_CFLAGS -g"],
6060
[opal_pmix_pmix3x_args="--disable-debug $opal_pmix_pmix3x_args"
6161
CFLAGS="$OPAL_CFLAGS_BEFORE_PICKY $OPAL_VISIBILITY_CFLAGS"])
62-
AS_IF([test "$enable_install_libpmix" = "yes" && test "$enable_dlopen" != "no"],
63-
[opal_pmix_pmix3x_args="--with-pmix-extra-lib=$OPAL_TOP_BUILDDIR/opal/lib${OPAL_LIB_PREFIX}open-pal.la $opal_pmix_pmix3x_args"],
64-
[opal_pmix_pmix3x_args="--enable-embedded-mode $opal_pmix_pmix3x_args"])
62+
AS_IF([test "$enable_install_libpmix" != "yes"],
63+
[opal_pmix_pmix3x_args="--with-pmix-symbol-rename=OPAL_MCA_PMIX2X_ --enable-embedded-mode $opal_pmix_pmix3x_args"])
6564
AS_IF([test "$with_devel_headers" = "yes"],
6665
[opal_pmix_pmix3x_args="--with-devel-headers $opal_pmix_pmix3x_args"])
6766
CPPFLAGS="-I$OPAL_TOP_SRCDIR -I$OPAL_TOP_BUILDDIR -I$OPAL_TOP_SRCDIR/opal/include -I$OPAL_TOP_BUILDDIR/opal/include $CPPFLAGS"

0 commit comments

Comments
 (0)