Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
petting sonar as every night before bed
[simgrid.git] / src / smpi / smpi_op.cpp
index 5ef1068..5d3136e 100644 (file)
@@ -190,6 +190,7 @@ static void replace_func(void *a, void *b, int *length, MPI_Datatype * datatype)
 
 static void no_func(void *a, void *b, int *length, MPI_Datatype * datatype)
 {
+  /* obviously a no-op */
 }
 
 #define CREATE_MPI_OP(name, func)                             \