From c8618b6a276490f7bad9f297a12cb844cca15f18 Mon Sep 17 00:00:00 2001 From: degomme Date: Tue, 21 Mar 2017 13:28:23 +0100 Subject: [PATCH] make this test a bit shorter --- teshsuite/smpi/mpich3-test/rma/strided_acc_onelock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teshsuite/smpi/mpich3-test/rma/strided_acc_onelock.c b/teshsuite/smpi/mpich3-test/rma/strided_acc_onelock.c index 529d628f56..dc78e21132 100644 --- a/teshsuite/smpi/mpich3-test/rma/strided_acc_onelock.c +++ b/teshsuite/smpi/mpich3-test/rma/strided_acc_onelock.c @@ -21,7 +21,7 @@ #define XDIM 1024 #define YDIM 1024 -#define ITERATIONS 10 +#define ITERATIONS 3 int main(int argc, char **argv) { -- 2.20.1