X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dc260216988aef34a7a171ae8aa0edc16ba93b42..231fedb1f0211c7c11f91e284a97485ac3bc6649:/include/smpi/mpif.h diff --git a/include/smpi/mpif.h b/include/smpi/mpif.h index d20dda4d06..7c900d83cc 100644 --- a/include/smpi/mpif.h +++ b/include/smpi/mpif.h @@ -65,6 +65,10 @@ parameter(MPI_COMM_SELF=-2) parameter(MPI_COMM_WORLD=0) + integer MPI_GROUP_NULL, MPI_GROUP_EMPTY + parameter(MPI_GROUP_NULL=-1) + parameter(MPI_GROUP_EMPTY=-2) + ! This should be equal to the number of int fields in MPI_Status integer MPI_STATUS_SIZE, MPI_STATUSES_IGNORE parameter(MPI_STATUS_SIZE=4)