Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a non-existing MPI_2LONG datatype to handle some corner cases in fortran
[simgrid.git] / include / smpi / smpi.h
index 5270ed3..330e947 100644 (file)
@@ -225,6 +225,7 @@ XBT_PUBLIC_DATA(MPI_Datatype) MPI_2INT;
 XBT_PUBLIC_DATA(MPI_Datatype) MPI_LONG_DOUBLE_INT;
 XBT_PUBLIC_DATA(MPI_Datatype) MPI_2FLOAT;
 XBT_PUBLIC_DATA(MPI_Datatype) MPI_2DOUBLE;
+XBT_PUBLIC_DATA(MPI_Datatype) MPI_2LONG;//only for compatibility with Fortran
 //for now we only send int values at max
 #define MPI_Count int
 #define MPI_COUNT MPI_INT