Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce some tests duration as comm_create takes longer now (comms)
[simgrid.git] / teshsuite / smpi / mpich3-test / comm / ctxsplit.c
index c150ff5632c4a321a36878f57da6fe4ad29d9eaf..fe46d375eaff5eb87a0a06f86c005e53e2c5b033 100644 (file)
@@ -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);