[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1b1-33-g2aa8872
mysql vizuser
noreply at mpich.org
Thu Sep 12 08:16:51 CDT 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 2aa8872792f9848c0eb2064522dd30b281394a60 (commit)
from 453816e4c542e1eed03278e390dd1540cf174a39 (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/2aa8872792f9848c0eb2064522dd30b281394a60
commit 2aa8872792f9848c0eb2064522dd30b281394a60
Author: Rob Latham <robl at mcs.anl.gov>
Date: Thu Sep 12 08:14:32 2013 -0500
add make rule for large_type and typo in testlist
RobL wears the "bad commit of shame" badge for missing these in the last
commit
diff --git a/test/mpi/datatype/Makefile.am b/test/mpi/datatype/Makefile.am
index 87383da..c0f5425 100644
--- a/test/mpi/datatype/Makefile.am
+++ b/test/mpi/datatype/Makefile.am
@@ -35,6 +35,7 @@ noinst_PROGRAMS = \
hindexed_block_contents \
indexed-misc \
large-count \
+ large_type \
lbub \
localpack \
longdouble \
diff --git a/test/mpi/datatype/testlist b/test/mpi/datatype/testlist
index 08d0ce5..77701be 100644
--- a/test/mpi/datatype/testlist
+++ b/test/mpi/datatype/testlist
@@ -50,4 +50,4 @@ hindexed_block_contents 1 mpiversion=3.0
longdouble 1
large-count 1 mpiversion=3.0 xfail=ticket1767
cxx-types 1 mpiversion=3.0
-large-type 1 mpiversion=3.0 xfail=ticket1893
+large_type 1 mpiversion=3.0 xfail=ticket1893
-----------------------------------------------------------------------
Summary of changes:
test/mpi/datatype/Makefile.am | 1 +
test/mpi/datatype/testlist | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list