X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eb5b6b0c3c4d9a38bb205b2c8bc9aeeba8674a25..717c4b31876300acbf14a58196b5b57538d8ce46:/src/smpi/instr_smpi.c diff --git a/src/smpi/instr_smpi.c b/src/smpi/instr_smpi.c index cd5a306fa5..1560ae5d07 100644 --- a/src/smpi/instr_smpi.c +++ b/src/smpi/instr_smpi.c @@ -49,6 +49,15 @@ static const char *smpi_colors[] ={ "init", "0 1 0", "finalize", "0 1 0", + + "put", "0.3 1 0", + "get", "0 1 0.3", + "accumulate", "1 0.3 0", + "win_fence", "1 0 0.3", + "win_post", "1 0 0.8", + "win_wait", "1 0.8 0", + "win_start", "0.8 0 1", + "win_complete", "0.8 1 0", NULL, NULL, }; @@ -177,7 +186,7 @@ const char *TRACE_internal_smpi_get_category (void) void TRACE_smpi_alloc() { keys = xbt_dict_new_homogeneous(xbt_dynar_free_voidp); - process_category = xbt_dict_new_homogeneous(xbt_free); + process_category = xbt_dict_new_homogeneous(xbt_free_f); } void TRACE_smpi_release(void)