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 5dfb7ac commit ddf0f27Copy full SHA for ddf0f27
config/opal_check_pmi.m4
@@ -243,7 +243,7 @@ AC_DEFUN([OPAL_CHECK_PMIX],[
243
AC_MSG_ERROR([Cannot continue])])
244
245
AC_MSG_CHECKING([if user requested PMIx support($with_pmix)])
246
- AS_IF([test -z "$with_pmix" || test "$with_pmix" = "yes" || test "$with_mpix" = "internal"],
+ AS_IF([test -z "$with_pmix" || test "$with_pmix" = "yes" || test "$with_pmix" = "internal"],
247
[AC_MSG_RESULT([no])
248
opal_external_pmix_happy="no"],
249
[AC_MSG_RESULT([yes])
0 commit comments