From 1b4a8972a1314491e32bfca68b22657c332f6e5a Mon Sep 17 00:00:00 2001 From: suter Date: Thu, 8 May 2014 21:35:43 +0200 Subject: [PATCH] add color for "test", not sure it's mandatory, but it won't hurt --- src/smpi/instr_smpi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/smpi/instr_smpi.c b/src/smpi/instr_smpi.c index 31597feea5..6910331990 100644 --- a/src/smpi/instr_smpi.c +++ b/src/smpi/instr_smpi.c @@ -26,6 +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" "allgather", "1 0 0", "allgatherv", "1 0.52 0.52", -- 2.20.1