From: Gabriel Corona Date: Tue, 28 Apr 2015 08:19:49 +0000 (+0200) Subject: Sync the Fortran value of MPI_ERR_LASTCODE with the C value X-Git-Tag: v3_12~732^2~36 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5cc4d9c9201ee45e999635c1d3ae41ba6a844d56 Sync the Fortran value of MPI_ERR_LASTCODE with the C value --- 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)