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.
1 parent 8e64382 commit 342dbfcCopy full SHA for 342dbfc
opal/mca/pmix/pmix2x/configure.m4
@@ -37,11 +37,11 @@ AC_DEFUN([MCA_opal_pmix_pmix2x_CONFIG],[
37
opal_pmix_pmix2x_save_LDFLAGS=$LDFLAGS
38
opal_pmix_pmix2x_save_LIBS=$LIBS
39
40
- AC_ARG_ENABLE([pmix3-dstore],
41
- [AC_HELP_STRING([--enable-pmix3-dstore],
+ AC_ARG_ENABLE([pmix-dstore],
+ [AC_HELP_STRING([--enable-pmix-dstore],
42
[Enable PMIx shared memory data store (default: disabled)])])
43
- AC_MSG_CHECKING([if PMIx3 shared memory data store is enabled])
44
- if test "$enable_pmix3_dstore" != "no"; then
+ AC_MSG_CHECKING([if PMIx shared memory data store is enabled])
+ if test "$enable_pmix2_dstore" != "no"; then
45
AC_MSG_RESULT([yes])
46
opal_pmix_pmix2x_sm_flag=--enable-dstore
47
else
0 commit comments