Skip to content

Commit c498a7e

Browse files
author
Ralph Castain
committed
Protect PMIx from bad configure entry
Ignore with-hwloc=internal or external as those are meaningless to pmix (will upstream) Signed-off-by: Ralph Castain <rhc@open-mpi.org>
1 parent f379ba9 commit c498a7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opal/mca/pmix/pmix4x/pmix/config/pmix_setup_hwloc.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ AC_DEFUN([PMIX_HWLOC_CONFIG],[
2424
[Search for hwloc libraries in DIR ])])
2525

2626
pmix_hwloc_support=0
27+
AS_IF([test "$with_hwloc" = "internal" || test "$with_hwloc" = "external"],
28+
[with_hwloc=])
2729

2830
if test "$with_hwloc" != "no"; then
2931
AC_MSG_CHECKING([for hwloc in])

0 commit comments

Comments
 (0)