From 2c02b1b6297713d02480098bfa31d62c926eed29 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Wed, 17 Jul 2019 22:53:58 +0200 Subject: [PATCH] reduce some tests duration as comm_create takes longer now (comms) --- teshsuite/smpi/mpich3-test/comm/ctxalloc.c | 2 +- teshsuite/smpi/mpich3-test/comm/ctxsplit.c | 2 +- teshsuite/smpi/mpich3-test/rma/testlist | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/teshsuite/smpi/mpich3-test/comm/ctxalloc.c b/teshsuite/smpi/mpich3-test/comm/ctxalloc.c index 97c84660df..39c80941bd 100644 --- a/teshsuite/smpi/mpich3-test/comm/ctxalloc.c +++ b/teshsuite/smpi/mpich3-test/comm/ctxalloc.c @@ -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) { diff --git a/teshsuite/smpi/mpich3-test/comm/ctxsplit.c b/teshsuite/smpi/mpich3-test/comm/ctxsplit.c index c150ff5632..fe46d375ea 100644 --- a/teshsuite/smpi/mpich3-test/comm/ctxsplit.c +++ b/teshsuite/smpi/mpich3-test/comm/ctxsplit.c @@ -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); diff --git a/teshsuite/smpi/mpich3-test/rma/testlist b/teshsuite/smpi/mpich3-test/rma/testlist index 0bd426af49..8a90ca96a6 100644 --- a/teshsuite/smpi/mpich3-test/rma/testlist +++ b/teshsuite/smpi/mpich3-test/rma/testlist @@ -26,7 +26,6 @@ test5 2 lockcontention 3 lockcontention2 4 lockcontention2 8 -#Buggy one. lockcontention3 8 lockopts 2 lock_dt 2 -- 2.20.1