Skip to content

Commit 8d59512

Browse files
authored
Merge pull request #7506 from hppritcha/topic/address_issue7458
check for external libevent and hwloc
2 parents 6c91d99 + 2990d8d commit 8d59512

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

opal/mca/pmix/external/configure.m4

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,13 @@ AC_DEFUN([MCA_opal_pmix_external_CONFIG],[
5353
AS_IF([test "$opal_external_pmix_happy" = "yes"],
5454
[$1], [$2])
5555

56+
AS_IF([test "$opal_external_pmix_happy" = "yes"],
57+
[AS_IF([test "$opal_event_external_support" != "yes" || test "$opal_hwloc_external_support" != "yes"],
58+
[AC_MSG_WARN([EXTERNAL PMIX SUPPORT REQUIRES USE OF EXTERNAL LIBEVENT AND HWLOC])
59+
AC_MSG_WARN([LIBRARIES. THESE LIBRARIES MUST POINT TO THE SAME ONES USED])
60+
AC_MSG_WARN([TO BUILD PMIX OR ELSE UNPREDICTABLE BEHAVIOR MAY RESULT])
61+
AC_MSG_ERROR([PLEASE CORRECT THE CONFIGURE COMMAND LINE AND REBUILD])])
62+
])
63+
5664
OPAL_VAR_SCOPE_POP
5765
])dnl

0 commit comments

Comments
 (0)