From 2e85e3702a204b427aece5bb1e17c2a48abefff8 Mon Sep 17 00:00:00 2001 From: degomme Date: Thu, 2 Aug 2018 12:49:38 +0200 Subject: [PATCH] reduce memory footprint of a test (640MB was a bit too much for some ci vms) --- teshsuite/smpi/mpich3-test/pt2pt/manylmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teshsuite/smpi/mpich3-test/pt2pt/manylmt.c b/teshsuite/smpi/mpich3-test/pt2pt/manylmt.c index 711f2d6bf9..db321411b3 100644 --- a/teshsuite/smpi/mpich3-test/pt2pt/manylmt.c +++ b/teshsuite/smpi/mpich3-test/pt2pt/manylmt.c @@ -19,7 +19,7 @@ #include #define N_TRY 32 -#define BLKSIZE (10*1024*1024) +#define BLKSIZE (5*1024*1024) int main(int argc, char *argv[]) { -- 2.20.1