Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SMPI: info message when the collective algorithm is changed
[simgrid.git] / src / include / smpi / smpi_interface.h
index 41f9d40827b956a294d76511c685f2fc48cda93f..40712bc2ccea207536642b10af8948628885f080 100644 (file)
@@ -116,7 +116,7 @@ XBT_PUBLIC_DATA(int (*mpi_coll_barrier_fun)
 XBT_PUBLIC(void) coll_help(const char *category,
                            s_mpi_coll_description_t * table);
 XBT_PUBLIC(int) find_coll_description(s_mpi_coll_description_t * table,
-                                      char *name);
+                                      char *name, const char *desc);
 
 
 extern double smpi_wtime_sleep;