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 60f0d13 + 757d85b commit 7b640c8Copy full SHA for 7b640c8
opal/mca/pmix/pmix112/configure.m4
@@ -43,7 +43,7 @@ AC_DEFUN([MCA_opal_pmix_pmix112_CONFIG],[
43
[AC_HELP_STRING([--enable-pmix-dstore],
44
[Enable PMIx shared memory data store (default: disabled)])])
45
AC_MSG_CHECKING([if PMIx shared memory data store is enabled])
46
- if test "$enable_pmix3_dstore" == "yes"; then
+ if test "$enable_pmix_dstore" = "yes"; then
47
AC_MSG_RESULT([yes])
48
opal_pmix_pmix_sm_flag=--enable-dstore
49
else
0 commit comments