1
1

Turn PMIx dstore off by default as MTT was effectively broken

Этот коммит содержится в:
Ralph Castain 2016-10-13 08:14:51 -07:00
родитель b661307e6f
Коммит 6417f217e1

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

@ -39,9 +39,9 @@ AC_DEFUN([MCA_opal_pmix_pmix3x_CONFIG],[
AC_ARG_ENABLE([pmix3-dstore], AC_ARG_ENABLE([pmix3-dstore],
[AC_HELP_STRING([--enable-pmix3-dstore], [AC_HELP_STRING([--enable-pmix3-dstore],
[Enable PMIx shared memory data store (default: enabled)])]) [Enable PMIx shared memory data store (default: disabled)])])
AC_MSG_CHECKING([if PMIx3 shared memory data store is enabled]) AC_MSG_CHECKING([if PMIx3 shared memory data store is enabled])
if test "$enable_pmix3_dstore" != "no"; then if test "$enable_pmix3_dstore" == "yes"; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
opal_pmix_pmix3x_sm_flag=--enable-dstore opal_pmix_pmix3x_sm_flag=--enable-dstore
else else