X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/70bd15b5f978a4ac19768b1dbc5e111e0e76586c..0b0c5af24d658c9c6c191f2786bb4b51cea49660:/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, };