X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dae0945417b60dd56b2d01d3190873f1c7eee08d..5eb856761d5f073b07eac25c05012cfa8075e1f1:/include/smpi/smpi.h diff --git a/include/smpi/smpi.h b/include/smpi/smpi.h index dd0942760c..9968368320 100644 --- a/include/smpi/smpi.h +++ b/include/smpi/smpi.h @@ -313,13 +313,13 @@ XBT_PUBLIC_DATA( const MPI_Datatype ) MPI_INTEGER16; //defines for fortran compatibility #if defined(__alpha__) || defined(__sparc64__) || defined(__x86_64__) || defined(__ia64__) - #define MPI_INTEGER MPI_INT - #define MPI_2INTEGER MPI_2INT - #define MPI_LOGICAL MPI_INT +#define MPI_INTEGER MPI_INT +#define MPI_2INTEGER MPI_2INT +#define MPI_LOGICAL MPI_INT #else - #define MPI_INTEGER MPI_LONG - #define MPI_2INTEGER MPI_2LONG - #define MPI_LOGICAL MPI_LONG +#define MPI_INTEGER MPI_LONG +#define MPI_2INTEGER MPI_2LONG +#define MPI_LOGICAL MPI_LONG #endif #define MPI_Fint int @@ -354,8 +354,6 @@ XBT_PUBLIC_DATA( MPI_Op ) MPI_BXOR; //For accumulate XBT_PUBLIC_DATA( MPI_Op ) MPI_REPLACE; -typedef SMPI_Topology *MPI_Topology; - typedef SMPI_Group* MPI_Group; #define MPI_GROUP_NULL ((MPI_Group)NULL)