[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1.3-186-g1ea9775
Service Account
noreply at mpich.org
Wed Nov 12 18:12:15 CST 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".
The branch, master has been updated
via 1ea97753f08b047ef73e4b071bc2c97c6c6705d0 (commit)
from 485cd98ae1d94f8d6c32223618a1e47ea9fb4938 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/1ea97753f08b047ef73e4b071bc2c97c6c6705d0
commit 1ea97753f08b047ef73e4b071bc2c97c6c6705d0
Author: Min Si <msi at il.is.s.u-tokyo.ac.jp>
Date: Wed Nov 12 13:08:37 2014 -0600
Increase time limit of bcast2 and bcast3 to 12mins.
Timeout is reported on some overloaded machines with 10 minutes time
limitation.
Signed-off-by: Xin Zhao <xinzhao3 at illinois.edu>
diff --git a/test/mpi/coll/testlist b/test/mpi/coll/testlist
index 2e68ed7..280365e 100644
--- a/test/mpi/coll/testlist
+++ b/test/mpi/coll/testlist
@@ -35,8 +35,8 @@ bcasttest 10
bcast2 4
# More that 8 processes are required to get bcast to switch to the long
# msg algorithm (see coll definitions in mpiimpl.h)
-bcast2 10 timeLimit=600
-bcast3 10 timeLimit=600
+bcast2 10 timeLimit=720
+bcast3 10 timeLimit=720
bcastzerotype 1
bcastzerotype 4
bcastzerotype 5
-----------------------------------------------------------------------
Summary of changes:
test/mpi/coll/testlist | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list