Skip to content

Commit

Permalink
change AC_MSG_NOTICE to AC_MSG_WARN
Browse files Browse the repository at this point in the history
  • Loading branch information
wkliao committed Nov 13, 2024
1 parent 6fa7b16 commit 74477fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ if test "x$have_mpi_large_count_apis" = "xyes" ; then
AC_DEFINE(HAVE_MPI_LARGE_COUNT, 1)
else
have_mpi_large_count_apis=no
AC_MSG_NOTICE([
AC_MSG_WARN([
-----------------------------------------------------------------------
Disable the use of MPI 4.0 large-count feature, becase ROMIO of
MPICH 4.2.2 and later is required to support it, but the supplied
Expand Down

0 comments on commit 74477fd

Please sign in to comment.