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.
2 parents 6c91d99 + 2990d8d commit 8d59512Copy full SHA for 8d59512
opal/mca/pmix/external/configure.m4
@@ -53,5 +53,13 @@ AC_DEFUN([MCA_opal_pmix_external_CONFIG],[
53
AS_IF([test "$opal_external_pmix_happy" = "yes"],
54
[$1], [$2])
55
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
+
64
OPAL_VAR_SCOPE_POP
65
])dnl
0 commit comments