Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add MPI_BOTTOM definition (needed by AMG benchmark)
authorAugustin Degomme <degomme@idpann.imag.fr>
Tue, 25 Sep 2012 16:23:39 +0000 (18:23 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Wed, 26 Sep 2012 12:55:26 +0000 (14:55 +0200)
include/smpi/smpi.h

index 253b117..822c1a0 100644 (file)
@@ -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