From: suter Date: Thu, 8 May 2014 19:35:43 +0000 (+0200) Subject: add color for "test", not sure it's mandatory, but it won't hurt X-Git-Tag: v3_11~89 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1b4a8972a1314491e32bfca68b22657c332f6e5a add color for "test", not sure it's mandatory, but it won't hurt --- diff --git a/src/smpi/instr_smpi.c b/src/smpi/instr_smpi.c index 31597feea5..6910331990 100644 --- a/src/smpi/instr_smpi.c +++ b/src/smpi/instr_smpi.c @@ -26,6 +26,7 @@ static const char *smpi_colors[] ={ "wait", "1 1 0", "waitall", "0.78 0.78 0", "waitany", "0.78 0.78 0.58", + "test", "0.52 0.52 0" "allgather", "1 0 0", "allgatherv", "1 0.52 0.52",