Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
forgot to add color for computing in previous commit
authorAugustin Degomme <degomme@idpann.imag.fr>
Tue, 21 Aug 2012 16:10:50 +0000 (18:10 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Tue, 21 Aug 2012 16:10:50 +0000 (18:10 +0200)
src/instr/instr_smpi.c

index a5247af..691b857 100644 (file)
@@ -39,6 +39,7 @@ static const char *smpi_colors[] ={
     "scan",          "1 0.58 0.23",
     "scatterv",      "0.52 0 0.52",
     "scatter",       "1 0.74 0.54",
+    "computing",        "0 1 1",
 
     NULL, NULL,
 };