Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
forgot a comma ...
authorsuter <frederic.suter@cc.in2p3.fr>
Thu, 8 May 2014 20:10:02 +0000 (22:10 +0200)
committersuter <frederic.suter@cc.in2p3.fr>
Thu, 8 May 2014 20:10:02 +0000 (22:10 +0200)
src/smpi/instr_smpi.c

index 6910331..9064b46 100644 (file)
@@ -26,7 +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"
+    "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",