From 8b4fceb09f23bfe92f6db55cecda88878534dce9 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Tue, 24 Jul 2018 21:55:51 +0200 Subject: [PATCH] reduce test size --- teshsuite/smpi/mpich3-test/comm/ctxsplit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teshsuite/smpi/mpich3-test/comm/ctxsplit.c b/teshsuite/smpi/mpich3-test/comm/ctxsplit.c index a235cac666..c150ff5632 100644 --- a/teshsuite/smpi/mpich3-test/comm/ctxsplit.c +++ b/teshsuite/smpi/mpich3-test/comm/ctxsplit.c @@ -27,7 +27,7 @@ int main(int argc, char **argv) int errs = 0; MPI_Comm newcomm; double startTime; - int nLoop = 100000; + int nLoop = 10000; MTest_Init(&argc, &argv); -- 2.20.1