From 45e4a0138127373a56c1f3f91a5198e372cea2a1 Mon Sep 17 00:00:00 2001 From: genaud Date: Tue, 23 Mar 2010 14:20:55 +0000 Subject: [PATCH 1/1] Oops. Forgot to commit these ones git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7318 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/smpi/smpi_mpi_dt.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/smpi/smpi_mpi_dt.c b/src/smpi/smpi_mpi_dt.c index 672a5f8fba..a3728f0c29 100644 --- a/src/smpi/smpi_mpi_dt.c +++ b/src/smpi/smpi_mpi_dt.c @@ -77,7 +77,12 @@ CREATE_MPI_DATATYPE(MPI_C_LONG_DOUBLE_COMPLEX, long double _Complex); CREATE_MPI_DATATYPE(MPI_AINT, MPI_Aint); CREATE_MPI_DATATYPE(MPI_OFFSET, MPI_Offset); -CREATE_MPI_DATATYPE(MPI_FLOAT_INT, float_int); +CREATE_MPI_DATATYPE(MPI_FLOAT_INT, float_int); +CREATE_MPI_DATATYPE(MPI_LONG_INT, long_int); +CREATE_MPI_DATATYPE(MPI_DOUBLE_INT, double_int); +CREATE_MPI_DATATYPE(MPI_SHORT_INT, short_int); +CREATE_MPI_DATATYPE(MPI_2INT, int_int); +CREATE_MPI_DATATYPE(MPI_LONG_DOUBLE_INT, long_double_int); size_t smpi_datatype_size(MPI_Datatype datatype) { -- 2.20.1