Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce test size
authorAugustin Degomme <adegomme@users.noreply.github.com>
Tue, 24 Jul 2018 19:55:51 +0000 (21:55 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Tue, 24 Jul 2018 19:56:22 +0000 (21:56 +0200)
teshsuite/smpi/mpich3-test/comm/ctxsplit.c

index a235cac..c150ff5 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 = 10000;
 
     MTest_Init(&argc, &argv);