From b4e868b61f6be7ba4c72944de96270fc9d01f4a7 Mon Sep 17 00:00:00 2001 From: schnorr Date: Mon, 20 Aug 2012 15:30:14 +0200 Subject: [PATCH] [trace] fix color for MPI operations to correctly follow color specification details: http://paje.sourceforge.net/download/publication/lang-paje.pdf --- src/instr/instr_smpi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/instr/instr_smpi.c b/src/instr/instr_smpi.c index cd30016f02..b794d02436 100644 --- a/src/instr/instr_smpi.c +++ b/src/instr/instr_smpi.c @@ -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, }; -- 2.20.1