Skip to content

Commit 750406f

Browse files
committed
pmix/pmix2x: Correct configure option description
`--enable-pmix-dstore` option was enabled by default in f4a5511. Signed-off-by: KAWASHIMA Takahiro <[email protected]>
1 parent c62498a commit 750406f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/pmix/pmix2x/configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ AC_DEFUN([MCA_opal_pmix_pmix2x_CONFIG],[
3939

4040
AC_ARG_ENABLE([pmix-dstore],
4141
[AC_HELP_STRING([--enable-pmix-dstore],
42-
[Enable PMIx shared memory data store (default: disabled)])])
42+
[Enable PMIx shared memory data store (default: enabled)])])
4343
AC_MSG_CHECKING([if PMIx shared memory data store is enabled])
4444
if test "$enable_pmix_dstore" != "no"; then
4545
AC_MSG_RESULT([yes])

0 commit comments

Comments
 (0)