We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2720ac commit 4732e9aCopy full SHA for 4732e9a
config/ompi_setup_mpi_fortran.m4
@@ -385,7 +385,7 @@ end program]])],
385
AS_IF([test "x$enable_deprecate_mpif_h" = "xyes" && test "$OMPI_FORTRAN_SUPPORTS_WARNING" = "no"],
386
[AC_MSG_ERROR([Request to mark mpif.h as deprecated but Fortran compiler does not support warning preprocessor directive.])])
387
AS_IF([test "x$enable_deprecate_mpif_h" != "xno" && test "$OMPI_FORTRAN_SUPPORTS_WARNING" = "yes"],
388
- [OMPI_FORTRAN_DEPRECATE_MPIF_H="#warning mpif.h is deprecated since MPI 4.1. Refer to MPI Sec. 19.1.4."
+ [OMPI_FORTRAN_DEPRECATE_MPIF_H="#warning mpif.h has been deprecated since MPI 4.1. See MPI-4.1:19.1.4 for details."
389
AC_MSG_RESULT([yes])],
390
[OMPI_FORTRAN_DEPRECATE_MPIF_H=""
391
AC_MSG_RESULT([no])])
0 commit comments