Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sync the Fortran value of MPI_ERR_LASTCODE with the C value
[simgrid.git] / include / smpi / mpif.h.in
index 0c07bbb..fbd6161 100644 (file)
@@ -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)