[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1-24-gc73c331
Service Account
noreply at mpich.org
Tue Mar 4 16:53:55 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 c73c33196510911bd99ffbadcf04d1290e651d4d (commit)
from c5d0d88db1ce0f468157ccd871568b501d870814 (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/c73c33196510911bd99ffbadcf04d1290e651d4d
commit c73c33196510911bd99ffbadcf04d1290e651d4d
Author: Rob Latham <robl at mcs.anl.gov>
Date: Tue Mar 4 15:35:39 2014 -0600
Add missing pvfs2 headers to tarball
See OpenMPI revision 30932:
https://svn.open-mpi.org/trac/ompi/changeset/30932
diff --git a/src/mpi/romio/adio/ad_pvfs2/Makefile.mk b/src/mpi/romio/adio/ad_pvfs2/Makefile.mk
index 1ec4848..4ee9d0f 100644
--- a/src/mpi/romio/adio/ad_pvfs2/Makefile.mk
+++ b/src/mpi/romio/adio/ad_pvfs2/Makefile.mk
@@ -7,7 +7,9 @@
if BUILD_AD_PVFS2
-noinst_HEADERS += adio/ad_pvfs2/ad_pvfs2.h
+noinst_HEADERS += adio/ad_pvfs2/ad_pvfs2.h \
+ adio/ad_pvfs2/ad_pvfs2_io.h \
+ adio/ad_pvfs2/ad_pvfs2_common.h
romio_other_sources += \
adio/ad_pvfs2/ad_pvfs2_close.c \
-----------------------------------------------------------------------
Summary of changes:
src/mpi/romio/adio/ad_pvfs2/Makefile.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list