From: Augustin Degomme Date: Tue, 25 Sep 2012 16:23:39 +0000 (+0200) Subject: add MPI_BOTTOM definition (needed by AMG benchmark) X-Git-Tag: v3_8~146^2~23 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a5196f59e05d8e710366cb66463d29260a8d4926?ds=sidebyside add MPI_BOTTOM definition (needed by AMG benchmark) --- diff --git a/include/smpi/smpi.h b/include/smpi/smpi.h index 253b117dae..822c1a03c3 100644 --- a/include/smpi/smpi.h +++ b/include/smpi/smpi.h @@ -35,6 +35,7 @@ SG_BEGIN_DECL() #define MPI_MAX_PORT_NAME 100 #define SMPI_RAND_SEED 5 #define MPI_ANY_SOURCE -1 +#define MPI_BOTTOM (void *)0 #define MPI_PROC_NULL -2 #define MPI_ANY_TAG -1 #define MPI_UNDEFINED -1