Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add some MPI types definitions
authorAugustin Degomme <degomme@idpann.imag.fr>
Mon, 14 Apr 2014 10:39:05 +0000 (12:39 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Mon, 14 Apr 2014 10:58:57 +0000 (12:58 +0200)
include/smpi/smpi.h

index 5fd5a7c..0efadf2 100644 (file)
@@ -99,6 +99,11 @@ SG_BEGIN_DECL()
 #define MPI_INTEGER8 MPI_DATATYPE_NULL
 #define MPI_COMPLEX MPI_DATATYPE_NULL
 #define MPI_DOUBLE_COMPLEX MPI_DATATYPE_NULL
+#define MPI_2DOUBLE_PRECISION MPI_DATATYPE_NULL
+#define MPI_REAL MPI_DATATYPE_NULL
+#define MPI_LOGICAL MPI_DATATYPE_NULL
+#define MPI_DOUBLE_PRECISION MPI_DATATYPE_NULL
+#define MPI_INTEGER MPI_DATATYPE_NULL
 
 #define MPI_DISTRIBUTE_BLOCK 0
 #define MPI_DISTRIBUTE_NONE 1