X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1c4ef1f90201923b4cd81d2d41623b3d59267d4c..89e6365b5fbabe18c2d162cedd9ba07cd3e429b8:/include/smpi/smpi.h?ds=inline diff --git a/include/smpi/smpi.h b/include/smpi/smpi.h index 32b4b14d21..af5a3e26bb 100644 --- a/include/smpi/smpi.h +++ b/include/smpi/smpi.h @@ -52,6 +52,7 @@ SG_BEGIN_DECL() smpi_mpi_communicator_t mpi_comm_world; smpi_mpi_datatype_t mpi_byte; + smpi_mpi_datatype_t mpi_char; smpi_mpi_datatype_t mpi_int; smpi_mpi_datatype_t mpi_float; smpi_mpi_datatype_t mpi_double; @@ -71,6 +72,7 @@ SG_BEGIN_DECL() #define MPI_STATUS_IGNORE NULL #define MPI_BYTE (smpi_mpi_global->mpi_byte) +#define MPI_CHAR (smpi_mpi_global->mpi_char) #define MPI_INT (smpi_mpi_global->mpi_int) #define MPI_FLOAT (smpi_mpi_global->mpi_float) #define MPI_DOUBLE (smpi_mpi_global->mpi_double)