Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] fix color for MPI operations to correctly follow color specification
authorschnorr <Lucas.Schnorr@imag.fr>
Mon, 20 Aug 2012 13:30:14 +0000 (15:30 +0200)
committershenshei <paul.bedaride@gmail.com>
Wed, 28 Nov 2012 08:03:41 +0000 (09:03 +0100)
details:
http://paje.sourceforge.net/download/publication/lang-paje.pdf

src/instr/instr_smpi.c

index cd30016..b794d02 100644 (file)
@@ -41,7 +41,6 @@ static const char *smpi_colors[] ={
     "scatterv",      "0.52 0 0.52",
     "scatter",       "1 0.74 0.54",
     "computing",     "0 1 1",
-
     NULL, NULL,
 };