X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fec5fff327fcad427d0a399ebc3dbbb35de2852e..bdebd1432527a032fe2a9141bc1ced07cfc083dc:/src/smpi/instr_smpi.c diff --git a/src/smpi/instr_smpi.c b/src/smpi/instr_smpi.c index d067768a2f..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, };