Skip to content

Commit 4732e9a

Browse files
devrealjsquyres
andauthored
Cite MPI-4.1 as reference for mpif.h deprecation
Co-authored-by: Jeff Squyres <[email protected]> Signed-off-by: Joseph Schuchart <[email protected]>
1 parent f2720ac commit 4732e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config/ompi_setup_mpi_fortran.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ end program]])],
385385
AS_IF([test "x$enable_deprecate_mpif_h" = "xyes" && test "$OMPI_FORTRAN_SUPPORTS_WARNING" = "no"],
386386
[AC_MSG_ERROR([Request to mark mpif.h as deprecated but Fortran compiler does not support warning preprocessor directive.])])
387387
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."
388+
[OMPI_FORTRAN_DEPRECATE_MPIF_H="#warning mpif.h has been deprecated since MPI 4.1. See MPI-4.1:19.1.4 for details."
389389
AC_MSG_RESULT([yes])],
390390
[OMPI_FORTRAN_DEPRECATE_MPIF_H=""
391391
AC_MSG_RESULT([no])])

0 commit comments

Comments
 (0)