Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add MPI_PACKED datatype (for compilation only, MPI_Pack and Unpack functions are...
[simgrid.git] / src / smpi / smpi_mpi_dt.c
index d27757975275750fd293991701273921a8efbb78..5e22c33a20a4037bf786e62f0ac2014ba032a5ed 100644 (file)
@@ -105,6 +105,7 @@ CREATE_MPI_DATATYPE(MPI_LONG_DOUBLE_INT, long_double_int);
 
 CREATE_MPI_DATATYPE_NULL(MPI_UB);
 CREATE_MPI_DATATYPE_NULL(MPI_LB);
+CREATE_MPI_DATATYPE_NULL(MPI_PACKED);
 // Internal use only
 CREATE_MPI_DATATYPE(MPI_PTR, void*);