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 d1ac7712247df695c85799ef5da7b09aa216c5c9 (commit) from d5f9f34b608040448343bd2fbe56538985644cdd (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/d1ac7712247df695c85799ef5da7b09aa2... commit d1ac7712247df695c85799ef5da7b09aa216c5c9 Author: Pavan Balaji <[email protected]> Date: Sun Feb 2 19:44:30 2014 -0600 Reduce the number of processes needed by rma-contig. This test does not do anything special for 4 processes. rank 0 communicates with each other process sequentially, and waits for all communication to be over before communicating with a different target. Reducing the number of processes allows us to reduce the time taken by the test without affecting any tested parameter. Signed-off-by: Wesley Bland <[email protected]> diff --git a/test/mpi/rma/testlist.in b/test/mpi/rma/testlist.in index facadc8..f30f568 100644 --- a/test/mpi/rma/testlist.in +++ b/test/mpi/rma/testlist.in @@ -104,7 +104,7 @@ linked_list_bench_lock_shr_nocheck 4 mpiversion=3.0 mutex_bench 4 mpiversion=3.0 mutex_bench_shared 4 mpiversion=3.0 mutex_bench_shm 4 mpiversion=3.0 -rma-contig 4 mpiversion=3.0 timeLimit=600 +rma-contig 2 mpiversion=3.0 timeLimit=600 badrma 2 mpiversion=3.0 ## This test is not strictly correct. This was meant to test out the ----------------------------------------------------------------------- Summary of changes: test/mpi/rma/testlist.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository