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 / ctxalloc.c
index 97c8466..39c8094 100644 (file)
@@ -25,7 +25,7 @@ int main(int argc, char **argv)
 
     MPI_Errhandler_set(newcomm1, MPI_ERRORS_RETURN);
     /* Allocate many communicators in batches, then free them */
-    for (i = 0; i < 1000; i++) {
+    for (i = 0; i < 100; i++) {
         for (j = 0; j < 200; j++) {
             err = MPI_Comm_dup(newcomm1, &newcomm2[j]);
             if (err) {