]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/mpi/smpi_op.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
More aid_t.
[simgrid.git] / src / smpi / mpi / smpi_op.cpp
index 9b2bf1b5627efc2a2540c63bf95af7c5318b9b50..5ec47aa8eb49b0edae402402c9dd941be589389c 100644 (file)
@@ -116,7 +116,7 @@ APPLY_OP_LOOP(MPI_COMPLEX32, double_double,op)
 
 #define APPLY_END_OP_LOOP(op)                                                                                          \
   {                                                                                                                    \
-    xbt_die("Failed to apply " _XBT_STRINGIFY(op) " to type %s", (*datatype)->name());                                 \
+    xbt_die("Failed to apply " _XBT_STRINGIFY(op) " to type %s", (*datatype)->name().c_str());                         \
   }
 
 static void max_func(void *a, void *b, int *length, MPI_Datatype * datatype)