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 bc2890e + 750406f commit 4b2eba3Copy full SHA for 4b2eba3
opal/mca/pmix/pmix2x/configure.m4
@@ -39,7 +39,7 @@ AC_DEFUN([MCA_opal_pmix_pmix2x_CONFIG],[
39
40
AC_ARG_ENABLE([pmix-dstore],
41
[AC_HELP_STRING([--enable-pmix-dstore],
42
- [Enable PMIx shared memory data store (default: disabled)])])
+ [Enable PMIx shared memory data store (default: enabled)])])
43
AC_MSG_CHECKING([if PMIx shared memory data store is enabled])
44
if test "$enable_pmix_dstore" != "no"; then
45
AC_MSG_RESULT([yes])
0 commit comments