]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/mpich3-test/comm/ctxsplit.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
removed random seed in order to test result
[simgrid.git] / teshsuite / smpi / mpich3-test / comm / ctxsplit.c
index a235cac66692d6e0b2a40e3aad35d482f5d269fb..fe46d375eaff5eb87a0a06f86c005e53e2c5b033 100644 (file)
@@ -27,7 +27,7 @@ int main(int argc, char **argv)
     int errs = 0;
     MPI_Comm newcomm;
     double startTime;
-    int nLoop = 100000;
+    int nLoop = 1000;
 
     MTest_Init(&argc, &argv);