[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1rc2-36-g8015611
mysql vizuser
noreply at mpich.org
Wed Dec 4 15:53:35 CST 2013
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 80156114dadf5469fc41eac057b49e6a3f5a5554 (commit)
via 90a94c64805ad6bd75d1747007bde857e3cb0d70 (commit)
from ab1de86e23262eb9488f8819b7ef70178adbb46f (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/80156114dadf5469fc41eac057b49e6a3f5a5554
commit 80156114dadf5469fc41eac057b49e6a3f5a5554
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date: Wed Nov 27 16:07:57 2013 -0600
extend timeout for large sendrec test
Give a little more breathing room for our OSX slaves. This test is
still timing out in some instances.
Signed-off-by: Wesley Bland <wbland at mcs.anl.gov>
diff --git a/test/mpi/datatype/testlist.in b/test/mpi/datatype/testlist.in
index fc50c09..967f546 100644
--- a/test/mpi/datatype/testlist.in
+++ b/test/mpi/datatype/testlist.in
@@ -52,4 +52,4 @@ longdouble 1
cxx-types 1 mpiversion=3.0
@largetest at large_type 1 mpiversion=3.0
@largetest at large_type_sendrec 2 arg=31 mpiversion=3.0
- at largetest@large_type_sendrec 2 arg=32 mpiversion=3.0 timeLimit=300
+ at largetest@large_type_sendrec 2 arg=32 mpiversion=3.0 timeLimit=360
http://git.mpich.org/mpich.git/commitdiff/90a94c64805ad6bd75d1747007bde857e3cb0d70
commit 90a94c64805ad6bd75d1747007bde857e3cb0d70
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date: Wed Nov 27 15:39:31 2013 -0600
disable win_large_shm test when unsupported
Uses macro from [1638ed88]
Signed-off-by: Wesley Bland <wbland at mcs.anl.gov>
diff --git a/test/mpi/.gitignore b/test/mpi/.gitignore
index da50432..4a81675 100644
--- a/test/mpi/.gitignore
+++ b/test/mpi/.gitignore
@@ -448,6 +448,7 @@
/pt2pt/errinstatwa
/pt2pt/errinstatws
/pt2pt/inactivereq
+/rma/testlist
/rma/ircpi
/rma/test1
/rma/test2
diff --git a/test/mpi/configure.ac b/test/mpi/configure.ac
index 134a025..abb2c28 100644
--- a/test/mpi/configure.ac
+++ b/test/mpi/configure.ac
@@ -1463,6 +1463,7 @@ AC_OUTPUT(maint/testmerge \
pt2pt/Makefile \
mpi_t/Makefile \
rma/Makefile \
+ rma/testlist \
spawn/Makefile \
topo/Makefile \
io/Makefile \
diff --git a/test/mpi/rma/testlist b/test/mpi/rma/testlist.in
similarity index 98%
rename from test/mpi/rma/testlist
rename to test/mpi/rma/testlist.in
index 1cf3ae3..a21bed4 100644
--- a/test/mpi/rma/testlist
+++ b/test/mpi/rma/testlist.in
@@ -70,7 +70,7 @@ win_shared 4 mpiversion=3.0
win_shared_noncontig 4 mpiversion=3.0
win_shared_noncontig_put 4 mpiversion=3.0
win_zero 4 mpiversion=3.0
-win_large_shm 4 mpiversion=3.0
+ at largetest@win_large_shm 4 mpiversion=3.0
win_dynamic_acc 4 mpiversion=3.0
get_acc_local 1 mpiversion=3.0
linked_list 4 mpiversion=3.0
-----------------------------------------------------------------------
Summary of changes:
test/mpi/.gitignore | 1 +
test/mpi/configure.ac | 1 +
test/mpi/datatype/testlist.in | 2 +-
test/mpi/rma/{testlist => testlist.in} | 2 +-
4 files changed, 4 insertions(+), 2 deletions(-)
rename test/mpi/rma/{testlist => testlist.in} (98%)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list