Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce some tests duration as comm_create takes longer now (comms)
authorAugustin Degomme <adegomme@gmail.com>
Wed, 17 Jul 2019 20:53:58 +0000 (22:53 +0200)
committerAugustin Degomme <adegomme@gmail.com>
Wed, 17 Jul 2019 20:55:27 +0000 (22:55 +0200)
teshsuite/smpi/mpich3-test/comm/ctxalloc.c
teshsuite/smpi/mpich3-test/comm/ctxsplit.c
teshsuite/smpi/mpich3-test/rma/testlist

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) {
index c150ff5..fe46d37 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);
 
index 0bd426a..8a90ca9 100644 (file)
@@ -26,7 +26,6 @@ test5 2
 lockcontention 3
 lockcontention2 4
 lockcontention2 8
-#Buggy one.
 lockcontention3 8
 lockopts 2
 lock_dt 2