[mpich] MPICH primary repository branch, master, updated. v3.2b1-13-gcc663e7
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 cc663e7622ea5317db959b8bc2994ea72042beeb (commit) from 5c060dfd724cc468a2e4bf0e6e35135b355d87e7 (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/cc663e7622ea5317db959b8bc2994ea720... commit cc663e7622ea5317db959b8bc2994ea72042beeb Author: Pavan Balaji <[email protected]> Date: Fri Mar 20 01:07:47 2015 -0500 Reduce the number of processes in the commcreatep test. This test is run with 64 processes. On platforms that do not schedule that many processes well (such as FreeBSD), this can slow down the test a lot and cause timeouts. Signed-off-by: Rob Latham <[email protected]> diff --git a/test/mpi/perf/testlist b/test/mpi/perf/testlist index fb206ed..3bda503 100644 --- a/test/mpi/perf/testlist +++ b/test/mpi/perf/testlist @@ -9,4 +9,4 @@ non_zero_root 4 timer 1 # The commcreatep test looks at how communicator creation scales with group # size. -commcreatep 64 +commcreatep 16 ----------------------------------------------------------------------- Summary of changes: test/mpi/perf/testlist | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org