[mpich] MPICH primary repository branch, master, updated. v3.2-451-gb089caa
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 b089caa16337ec403d23f3f00b8bc10321b388d2 (commit) via 266f46f53d6a13c4763565f1062ae45514fd3990 (commit) from aeb915d93e8f55c83b9a426e538bebc32ff6b682 (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/b089caa16337ec403d23f3f00b8bc10321... commit b089caa16337ec403d23f3f00b8bc10321b388d2 Author: Min Si <[email protected]> Date: Fri Feb 19 16:17:10 2016 +0900 Increase many_isend msg size thus only need 3 procs. Signed-off-by: Pavan Balaji <[email protected]> diff --git a/test/mpi/pt2pt/many_isend.c b/test/mpi/pt2pt/many_isend.c index 5f6ec1e..56b151f 100644 --- a/test/mpi/pt2pt/many_isend.c +++ b/test/mpi/pt2pt/many_isend.c @@ -9,7 +9,7 @@ #include <mpi.h> #define ITER 5 -#define BUF_COUNT 4096 +#define BUF_COUNT (16*1024) int rank, nprocs; char recvbuf[BUF_COUNT], sendbuf[BUF_COUNT]; diff --git a/test/mpi/pt2pt/testlist b/test/mpi/pt2pt/testlist index 629f03e..5ec88bf 100644 --- a/test/mpi/pt2pt/testlist +++ b/test/mpi/pt2pt/testlist @@ -42,5 +42,5 @@ waitany-null 1 large_message 3 mprobe 2 mpiversion=3.0 big_count_status 1 mpiversion=3.0 -many_isend 128 +many_isend 3 manylmt 2 http://git.mpich.org/mpich.git/commitdiff/266f46f53d6a13c4763565f1062ae45514... commit 266f46f53d6a13c4763565f1062ae45514fd3990 Author: Min Si <[email protected]> Date: Sat Jan 30 01:49:51 2016 +0900 Remove many-isend test's xfail. This test only fails on specific netmod, thus should not be xfail in default setting. Signed-off-by: Pavan Balaji <[email protected]> diff --git a/test/mpi/pt2pt/testlist b/test/mpi/pt2pt/testlist index 5613224..629f03e 100644 --- a/test/mpi/pt2pt/testlist +++ b/test/mpi/pt2pt/testlist @@ -42,5 +42,5 @@ waitany-null 1 large_message 3 mprobe 2 mpiversion=3.0 big_count_status 1 mpiversion=3.0 -many_isend 128 xfail=ticket2312 +many_isend 128 manylmt 2 ----------------------------------------------------------------------- Summary of changes: test/mpi/pt2pt/many_isend.c | 2 +- test/mpi/pt2pt/testlist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org