[mpich] MPICH primary repository branch, master, updated. v3.1.1-78-gf7aa87d
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 f7aa87dfa660a204a2b63bedc7a07245f74cb43f (commit) from 40b864f53f1e87fc6740182e3573e0007065b67b (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/f7aa87dfa660a204a2b63bedc7a07245f7... commit f7aa87dfa660a204a2b63bedc7a07245f74cb43f Author: Junchao Zhang <[email protected]> Date: Tue Jul 8 11:05:30 2014 -0700 Added a makefile for f08 tests So that f08 tests can be tested separately. No review since F08 binding is experimental now. diff --git a/test/mpi/configure.ac b/test/mpi/configure.ac index 82f9249..0af3ba0 100644 --- a/test/mpi/configure.ac +++ b/test/mpi/configure.ac @@ -1546,7 +1546,8 @@ AC_OUTPUT(maint/testmerge \ f90/io/Makefile \ f90/misc/Makefile \ f90/profile/Makefile \ - f08/attr/Makefile \ + f08/Makefile \ + f08/attr/Makefile \ f08/datatype/Makefile \ f08/util/Makefile \ f08/coll/Makefile \ diff --git a/test/mpi/f08/Makefile.am b/test/mpi/f08/Makefile.am new file mode 100644 index 0000000..64d0fc8 --- /dev/null +++ b/test/mpi/f08/Makefile.am @@ -0,0 +1,11 @@ +# -*- Mode: Makefile; -*- +# vim: set ft=automake : +# +# (C) 2014 by Argonne National Laboratory. +# See COPYRIGHT in top-level directory. +# + +include $(top_srcdir)/Makefile_f08.mtest + +SUBDIRS = attr coll comm datatype ext info init io misc profile pt2pt rma spawn subarray timer topo +DIST_SUBDIRS = $(SUBDIRS) ----------------------------------------------------------------------- Summary of changes: test/mpi/configure.ac | 3 ++- test/mpi/f08/{topo => }/Makefile.am | 7 ++----- 2 files changed, 4 insertions(+), 6 deletions(-) copy test/mpi/f08/{topo => }/Makefile.am (59%) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org