X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/08027d3c5a9bf1d0bef122b2a9a1f0b037fde9b6..2c02b1b6297713d02480098bfa31d62c926eed29:/teshsuite/smpi/mpich3-test/comm/ctxsplit.c?ds=sidebyside diff --git a/teshsuite/smpi/mpich3-test/comm/ctxsplit.c b/teshsuite/smpi/mpich3-test/comm/ctxsplit.c index c150ff5632..fe46d375ea 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 = 10000; + int nLoop = 1000; MTest_Init(&argc, &argv);