Skip to content

Commit 458b156

Browse files
committed
Treat PMI-1/2 options the same
For consistency, allow the --without-pmi option Signed-off-by: Ralph Castain <rhc@pmix.org>
1 parent 9b05b1c commit 458b156

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/ompi_deleted_options.m4

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ AC_DEFUN([OMPI_CHECK_DELETED_OPTIONS],[
2323
[*DELETED* Look for libpmi or libpmi2 in the given directory DIR, DIR/lib or DIR/lib64])],
2424
[with_pmi_libdir_given=yes])
2525

26+
AS_IF([test "$with_pmi" = "no"],
27+
[with_pmi_given=no])
28+
29+
AS_IF([test "$with_pmi_libdir" = "no"],
30+
[with_pmi_libdir_given=no])
31+
2632
if test "$with_pmi_given" = "yes" || test "$with_pmi_libdir_given" = "yes"; then
2733
AC_MSG_WARN([Open MPI no longer supports PMI-1 or PMI-2 libraries.])
2834
AC_MSG_WARN([PMIx is now required. Either the internal version or an])

0 commit comments

Comments
 (0)