Skip to content

Commit 75469b6

Browse files
committed
config: add some debug stuff to see why pmix
doesn't cause us to bail out owing to too old hwloc. Signed-off-by: Howard Pritchard <[email protected]>
1 parent 7e91cb5 commit 75469b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/opal_config_pmix.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ AC_DEFUN([OPAL_CONFIG_PMIX], [
140140
_OPAL_CONFIG_PMIX_INTERNAL_POST()],
141141
[OPAL_USING_INTERNAL_PMIX=0])
142142
143+
AC_MSG_WARN([ EXTERNAL PMIX HAPPY $external_pmix_happy])
144+
AC_MSG_WARN([ INTERNAL PMIX HAPPY $internal_pmix_happy])
143145
AS_IF([test "$external_pmix_happy" = "0" -a "$internal_pmix_happy" = "0"],
144146
[AC_MSG_ERROR([Could not find viable pmix build.])])
145147

0 commit comments

Comments
 (0)