X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2818cfc3410f2a4b4aebc56514c823f2b4b5e856..8b4fceb09f23bfe92f6db55cecda88878534dce9:/teshsuite/smpi/mpich3-test/comm/ctxsplit.c 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);