Skip to content

Commit fc691a3

Browse files
committed
let us see what happens
Signed-off-by: Howard Pritchard <[email protected]>
1 parent 84d0823 commit fc691a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/ompi_setup_prrte.m4

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,10 @@ AC_DEFUN([_OMPI_SETUP_PRRTE_INTERNAL], [
237237
OPAL_SUBDIR_ENV_RESTORE([opal_prrte_configure])
238238
OPAL_3RDPARTY_DIST_SUBDIRS="$OPAL_3RDPARTY_DIST_SUBDIRS prrte"
239239
240+
AC_MSG_WARN([ INTERNAL PRRTE HAPPY $internal_prrte_happy])
241+
AC_MSG_WARN([ ENABLE_INTERNAL_RTE $enable_internal_rte])
240242
AS_IF([test "$internal_prrte_happy" = "no" -a "$enable_internal_rte" != "no"],
241-
[AC_MSG_ERROR([PRRTE configuration failed. Cannot continue.])])
243+
[AC_MSG_WARN([PRRTE configuration failed.])])
242244
243245
OMPI_HAVE_PRRTE_RST=0
244246
AS_IF([test "$internal_prrte_happy" = "yes"],

0 commit comments

Comments
 (0)