X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fec5fff327fcad427d0a399ebc3dbbb35de2852e..5a99bd94a2cedf8b455e78de53b19bebab8c034e:/src/smpi/instr_smpi.c diff --git a/src/smpi/instr_smpi.c b/src/smpi/instr_smpi.c index d067768a2f..bda2b95ed7 100644 --- a/src/smpi/instr_smpi.c +++ b/src/smpi/instr_smpi.c @@ -49,6 +49,11 @@ 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", + "fence", "1 0 0.3", NULL, NULL, };