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.
2 parents c24ba53 + 6da79da commit b03288cCopy full SHA for b03288c
opal/mca/pmix/pmix112/configure.m4
@@ -41,9 +41,9 @@ AC_DEFUN([MCA_opal_pmix_pmix112_CONFIG],[
41
42
AC_ARG_ENABLE([pmix-dstore],
43
[AC_HELP_STRING([--enable-pmix-dstore],
44
- [Enable PMIx shared memory data store (default: disabled)])])
+ [Enable PMIx shared memory data store (default: enabled)])])
45
AC_MSG_CHECKING([if PMIx shared memory data store is enabled])
46
- if test "$enable_pmix_dstore" = "yes"; then
+ if test "$enable_pmix_dstore" != "no"; then
47
AC_MSG_RESULT([yes])
48
opal_pmix_pmix_sm_flag=--enable-dstore
49
else
0 commit comments