[mpich] MPICH primary repository branch, master, updated. v3.1.3-227-ge9a2470
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 e9a2470032936b4c083506ae5d25f798a8cd56db (commit) from e6c82f0942da9972a45138730fffb016ed4729c9 (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/e9a2470032936b4c083506ae5d25f798a8... commit e9a2470032936b4c083506ae5d25f798a8cd56db Author: Min Si <[email protected]> Date: Fri Nov 14 16:37:18 2014 -0600 Increase bcast2 and bcast3 timelimit to 20mins. Some overloaded nightly test nodes use almost 20 minutes for running these tests. We increase their time limit for now to easily figure out other bugs reported by nightly test. diff --git a/test/mpi/coll/testlist b/test/mpi/coll/testlist index 36686e7..1a10ae1 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=780 -bcast3 10 timeLimit=780 +bcast2 10 timeLimit=1200 +bcast3 10 timeLimit=1200 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
participants (1)
-
noreply@mpich.org