[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1rc2-164-gcf551af
mysql vizuser
noreply at mpich.org
Thu Jan 16 12:22:16 CST 2014
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 cf551af40234c520afff8d0182d067e32d0e329d (commit)
from 5d4a5dba00941a4a7e62e5a09b7ec5973e3ce0c0 (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/cf551af40234c520afff8d0182d067e32d0e329d
commit cf551af40234c520afff8d0182d067e32d0e329d
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date: Wed Jan 8 21:32:18 2014 -0600
Comment out nb_test, since it's not entirely correct.
This was meant to test out the case when MPI_Test is not nonblocking.
However, we ended up assuming that MPI_Win_lock will be nonblocking.
That is not specified by the standard and might not be true.
Commenting this out till be find a better way to test the original
problem with MPI_Test.
Fixes #1910.
Signed-off-by: Rajeev Thakur <thakur at mcs.anl.gov>
diff --git a/test/mpi/rma/testlist.in b/test/mpi/rma/testlist.in
index a21bed4..facadc8 100644
--- a/test/mpi/rma/testlist.in
+++ b/test/mpi/rma/testlist.in
@@ -106,4 +106,11 @@ mutex_bench_shared 4 mpiversion=3.0
mutex_bench_shm 4 mpiversion=3.0
rma-contig 4 mpiversion=3.0 timeLimit=600
badrma 2 mpiversion=3.0
-nb_test 2 mpiversion=3.0 xfail=ticket1910
+
+## This test is not strictly correct. This was meant to test out the
+## case when MPI_Test is not nonblocking. However, we ended up
+## assuming that MPI_Win_lock will be nonblocking. That is not
+## specified by the standard and might not be true. Commenting this
+## out till be find a better way to test the original problem with
+## MPI_Test.
+# nb_test 2 mpiversion=3.0 xfail=ticket1910
-----------------------------------------------------------------------
Summary of changes:
test/mpi/rma/testlist.in | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list