From a5196f59e05d8e710366cb66463d29260a8d4926 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Tue, 25 Sep 2012 18:23:39 +0200 Subject: [PATCH] add MPI_BOTTOM definition (needed by AMG benchmark) --- include/smpi/smpi.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1