Skip to content

Commit 74477fd

Browse files
committed
change AC_MSG_NOTICE to AC_MSG_WARN
1 parent 6fa7b16 commit 74477fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ if test "x$have_mpi_large_count_apis" = "xyes" ; then
13491349
AC_DEFINE(HAVE_MPI_LARGE_COUNT, 1)
13501350
else
13511351
have_mpi_large_count_apis=no
1352-
AC_MSG_NOTICE([
1352+
AC_MSG_WARN([
13531353
-----------------------------------------------------------------------
13541354
Disable the use of MPI 4.0 large-count feature, becase ROMIO of
13551355
MPICH 4.2.2 and later is required to support it, but the supplied

0 commit comments

Comments
 (0)