From: Augustin Degomme Date: Mon, 9 Jul 2018 19:37:27 +0000 (+0200) Subject: need to change here as well X-Git-Tag: v3_21~500 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6ed77a67294930d5eda78114ef756c269bfde38f?hp=faab5db99c1d3ba4db5a9c1ede7f1e950d328131 need to change here as well --- diff --git a/src/smpi/mpi/smpi_op.cpp b/src/smpi/mpi/smpi_op.cpp index 9787e32c59..b7109298e8 100644 --- a/src/smpi/mpi/smpi_op.cpp +++ b/src/smpi/mpi/smpi_op.cpp @@ -77,8 +77,8 @@ APPLY_OP_LOOP(MPI_DOUBLE, double,op)\ APPLY_OP_LOOP(MPI_LONG_DOUBLE, long double,op)\ APPLY_OP_LOOP(MPI_REAL, float,op)\ APPLY_OP_LOOP(MPI_REAL4, float,op)\ -APPLY_OP_LOOP(MPI_REAL8, float,op)\ -APPLY_OP_LOOP(MPI_REAL16, double,op) +APPLY_OP_LOOP(MPI_REAL8, double,op)\ +APPLY_OP_LOOP(MPI_REAL16, long double,op) #define APPLY_COMPLEX_OP_LOOP(op)\ APPLY_OP_LOOP(MPI_C_FLOAT_COMPLEX, float _Complex,op)\