[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b3-127-ge51b9c6

Service Account noreply at mpich.org
Wed Jun 24 07:02:06 CDT 2015


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  e51b9c63dfa28d5dfd786d1f4ce21e51be0fc2fb (commit)
      from  df133f8eaf82f448e8d5fb53d0a8ec77d8484c85 (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/e51b9c63dfa28d5dfd786d1f4ce21e51be0fc2fb

commit e51b9c63dfa28d5dfd786d1f4ce21e51be0fc2fb
Author: Rob Latham <robl at mcs.anl.gov>
Date:   Tue Jun 23 19:36:51 2015 -0500

    clean up 62829ab8: generate testlist properly
    
    No Reviewer

diff --git a/test/mpi/coll/Makefile.am b/test/mpi/coll/Makefile.am
index 6c7a2ed..0c1c5e1 100644
--- a/test/mpi/coll/Makefile.am
+++ b/test/mpi/coll/Makefile.am
@@ -7,7 +7,7 @@
 
 include $(top_srcdir)/Makefile.mtest
 
-EXTRA_DIST = testlist
+EXTRA_DIST = testlist.in
 
 ## for all programs that are just built from the single corresponding source
 ## file, we don't need per-target _SOURCES rules, automake will infer them
diff --git a/test/mpi/coll/testlist.in b/test/mpi/coll/testlist.in
index 72da083..1c465b6 100644
--- a/test/mpi/coll/testlist.in
+++ b/test/mpi/coll/testlist.in
@@ -78,7 +78,7 @@ exscan 10
 exscan2 5
 gather 4
 gather2 4
- at largetest@ gather_big 8
+ at largetest@gather_big 8
 scattern 4
 scatter2 4
 scatter3 4
diff --git a/test/mpi/configure.ac b/test/mpi/configure.ac
index 7715ab9..9408bc1 100644
--- a/test/mpi/configure.ac
+++ b/test/mpi/configure.ac
@@ -1516,6 +1516,7 @@ AC_OUTPUT(maint/testmerge \
           attr/Makefile \
           util/Makefile \
           coll/Makefile \
+	  coll/testlist \
           comm/Makefile \
           datatype/Makefile \
           datatype/testlist \

-----------------------------------------------------------------------

Summary of changes:
 test/mpi/coll/Makefile.am |    2 +-
 test/mpi/coll/testlist.in |    2 +-
 test/mpi/configure.ac     |    1 +
 3 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list