From 8182834bbe36256cd80d4effd80234eabfddb113 Mon Sep 17 00:00:00 2001 From: degomme Date: Fri, 29 Apr 2016 02:28:06 +0200 Subject: [PATCH] this test actually caused an overflow which led to strange things and leaks. --- teshsuite/smpi/mpich3-test/perf/twovec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teshsuite/smpi/mpich3-test/perf/twovec.c b/teshsuite/smpi/mpich3-test/perf/twovec.c index 81e84e8e87..653e8ced7b 100644 --- a/teshsuite/smpi/mpich3-test/perf/twovec.c +++ b/teshsuite/smpi/mpich3-test/perf/twovec.c @@ -21,7 +21,7 @@ */ #define SKIP 4 -#define NUM_SIZES 16 +#define NUM_SIZES 15 #define FRACTION 1.0 /* Don't make the number of loops too high; we create so many -- 2.20.1