Skip to content

Commit

Permalink
let us see what happens
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Pritchard <[email protected]>
  • Loading branch information
hppritcha committed Oct 31, 2024
1 parent 7d03ba5 commit 9c4bcbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/ompi_setup_prrte.m4
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,10 @@ AC_DEFUN([_OMPI_SETUP_PRRTE_INTERNAL], [
OPAL_SUBDIR_ENV_RESTORE([opal_prrte_configure])
OPAL_3RDPARTY_DIST_SUBDIRS="$OPAL_3RDPARTY_DIST_SUBDIRS prrte"
AC_MSG_WARN([ INTERNAL PRRTE HAPPY $internal_prrte_happy])
AC_MSG_WARN([ ENABLE_INTERNAL_RTE $enable_internal_rte])
AS_IF([test "$internal_prrte_happy" = "no" -a "$enable_internal_rte" != "no"],
[AC_MSG_ERROR([PRRTE configuration failed. Cannot continue.])])
[AC_MSG_WARN([PRRTE configuration failed.])])
OMPI_HAVE_PRRTE_RST=0
AS_IF([test "$internal_prrte_happy" = "yes"],
Expand Down

0 comments on commit 9c4bcbb

Please sign in to comment.