From b5397a5e6a4f81e4ca502e25efedebecc3f2cc5a Mon Sep 17 00:00:00 2001 From: suter Date: Thu, 8 May 2014 22:10:02 +0200 Subject: [PATCH] forgot a comma ... --- src/smpi/instr_smpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smpi/instr_smpi.c b/src/smpi/instr_smpi.c index 6910331990..9064b469b8 100644 --- a/src/smpi/instr_smpi.c +++ b/src/smpi/instr_smpi.c @@ -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", - "test", "0.52 0.52 0" + "test", "0.52 0.52 0", "allgather", "1 0 0", "allgatherv", "1 0.52 0.52", -- 2.20.1