Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add color for "test", not sure it's mandatory, but it won't hurt
authorsuter <frederic.suter@cc.in2p3.fr>
Thu, 8 May 2014 19:35:43 +0000 (21:35 +0200)
committersuter <frederic.suter@cc.in2p3.fr>
Thu, 8 May 2014 19:35:43 +0000 (21:35 +0200)
src/smpi/instr_smpi.c

index 31597fe..6910331 100644 (file)
@@ -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",
     "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",
 
     "allgather",     "1 0 0",
     "allgatherv",    "1 0.52 0.52",