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 1d7d7c2 commit 1859b03Copy full SHA for 1859b03
opal/mca/pmix/pmix3x/configure.m4
@@ -39,9 +39,9 @@ AC_DEFUN([MCA_opal_pmix_pmix3x_CONFIG],[
39
40
AC_ARG_ENABLE([pmix3-dstore],
41
[AC_HELP_STRING([--enable-pmix3-dstore],
42
- [Enable PMIx shared memory data store (default: disabled)])])
+ [Enable PMIx shared memory data store (default: enabled)])])
43
AC_MSG_CHECKING([if PMIx3 shared memory data store is enabled])
44
- if test "$enable_pmix3_dstore" = "yes"; then
+ if test "$enable_pmix3_dstore" != "no"; then
45
AC_MSG_RESULT([yes])
46
opal_pmix_pmix3x_sm_flag=--enable-dstore
47
else
0 commit comments