From: Martin Quinson Date: Mon, 25 Mar 2013 20:36:35 +0000 (+0100) Subject: fix some simple errors in the commit of Paul (not enough to compile here) X-Git-Tag: v3_9_90~412^2~97 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1fad5cf547a36c6e8868b1b4988893d183a9ca59?ds=sidebyside fix some simple errors in the commit of Paul (not enough to compile here) --- diff --git a/src/simgrid/sg_config.c b/src/simgrid/sg_config.c index 28fcdf7c4e..a765341a76 100644 --- a/src/simgrid/sg_config.c +++ b/src/simgrid/sg_config.c @@ -227,7 +227,7 @@ static void _sg_cfg_cb__weight_S(const char *name, int pos) } /* callback of the mpi collectives */ -static void _sg_cfg_cb__coll(char *category, +static void _sg_cfg_cb__coll(const char *category, s_mpi_coll_description_t * table, const char *name, int pos) { diff --git a/src/smpi/smpi_global.c b/src/smpi/smpi_global.c index 2722a17bd6..c547decdad 100644 --- a/src/smpi/smpi_global.c +++ b/src/smpi/smpi_global.c @@ -339,6 +339,7 @@ int smpi_main(int (*realmain) (int argc, char *argv[]),int argc, char *argv[]) XBT_LOG_CONNECT(smpi_mpi_dt); XBT_LOG_CONNECT(smpi_pmpi); XBT_LOG_CONNECT(smpi_replay); + XBT_LOG_CONNECT(smpi_colls); #ifdef HAVE_TRACING TRACE_global_init(&argc, argv);