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 b661307 commit 6417f21Copy full SHA for 6417f21
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: enabled)])])
+ [Enable PMIx shared memory data store (default: disabled)])])
43
AC_MSG_CHECKING([if PMIx3 shared memory data store is enabled])
44
- if test "$enable_pmix3_dstore" != "no"; then
+ if test "$enable_pmix3_dstore" == "yes"; then
45
AC_MSG_RESULT([yes])
46
opal_pmix_pmix3x_sm_flag=--enable-dstore
47
else
0 commit comments