Skip to content

Commit 6417f21

Browse files
author
Ralph Castain
committed
Turn PMIx dstore off by default as MTT was effectively broken
1 parent b661307 commit 6417f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/pmix/pmix3x/configure.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ AC_DEFUN([MCA_opal_pmix_pmix3x_CONFIG],[
3939

4040
AC_ARG_ENABLE([pmix3-dstore],
4141
[AC_HELP_STRING([--enable-pmix3-dstore],
42-
[Enable PMIx shared memory data store (default: enabled)])])
42+
[Enable PMIx shared memory data store (default: disabled)])])
4343
AC_MSG_CHECKING([if PMIx3 shared memory data store is enabled])
44-
if test "$enable_pmix3_dstore" != "no"; then
44+
if test "$enable_pmix3_dstore" == "yes"; then
4545
AC_MSG_RESULT([yes])
4646
opal_pmix_pmix3x_sm_flag=--enable-dstore
4747
else

0 commit comments

Comments
 (0)