1
1

Merge pull request #2933 from kawashima-fj/pr/dstore-config-desc

pmix/pmix2x: Correct configure option description
Этот коммит содержится в:
KAWASHIMA Takahiro 2017-02-08 13:03:27 +09:00 коммит произвёл GitHub
родитель bc2890ed11 750406f67b
Коммит 4b2eba34a6

Просмотреть файл

@ -39,7 +39,7 @@ AC_DEFUN([MCA_opal_pmix_pmix2x_CONFIG],[
AC_ARG_ENABLE([pmix-dstore],
[AC_HELP_STRING([--enable-pmix-dstore],
[Enable PMIx shared memory data store (default: disabled)])])
[Enable PMIx shared memory data store (default: enabled)])])
AC_MSG_CHECKING([if PMIx shared memory data store is enabled])
if test "$enable_pmix_dstore" != "no"; then
AC_MSG_RESULT([yes])