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 c4131d6bd3eb627f6e26a1d88763d21143ff7590 (commit) from 04060d1d639e74db1719873c7e0ed1998dd6c972 (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/c4131d6bd3eb627f6e26a1d88763d21143... commit c4131d6bd3eb627f6e26a1d88763d21143ff7590 Author: Pavan Balaji <[email protected]> Date: Wed Apr 15 22:45:37 2015 -0500 Run putfence1 and getfence1 only with two processes. These tests seem to use a lot of memory per process, causing us to hit swap space when running with too many processes. Reducing it to two processes, allows this test to run on more machines. Signed-off-by: Huiwei Lu <[email protected]> diff --git a/test/mpi/rma/testlist.in b/test/mpi/rma/testlist.in index cf80e82..6abee4d 100644 --- a/test/mpi/rma/testlist.in +++ b/test/mpi/rma/testlist.in @@ -1,8 +1,8 @@ winname 2 allocmem 2 -putfence1 4 timeLimit=500 +putfence1 2 putfidx 4 -getfence1 4 timeLimit=500 +getfence1 2 accfence1 4 adlb_mimic1 3 accfence2 4 ----------------------------------------------------------------------- Summary of changes: test/mpi/rma/testlist.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- MPICH primary repository