From 5cc4d9c9201ee45e999635c1d3ae41ba6a844d56 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Tue, 28 Apr 2015 10:19:49 +0200 Subject: [PATCH 1/1] Sync the Fortran value of MPI_ERR_LASTCODE with the C value --- include/smpi/mpif.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/smpi/mpif.h.in b/include/smpi/mpif.h.in index 0c07bbb188..fbd61612c5 100644 --- a/include/smpi/mpif.h.in +++ b/include/smpi/mpif.h.in @@ -69,7 +69,7 @@ parameter(MPI_ERR_OTHER=12) parameter(MPI_ERR_UNKNOWN=13) parameter(MPI_LASTUSEDCODE=0) - parameter(MPI_ERR_LASTCODE=0) + parameter(MPI_ERR_LASTCODE=74) parameter(MPI_IDENT=0) parameter(MPI_SIMILAR=1) parameter(MPI_UNEQUAL=2) -- 2.20.1