[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2a2-96-g96f78a9
Service Account
noreply at mpich.org
Thu Jan 8 09:51:43 CST 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 96f78a9866a9494a0e9e8d433f3968c5c9f2f917 (commit)
from 77db2516bc67652d77b77b5689cb128060f2b514 (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/96f78a9866a9494a0e9e8d433f3968c5c9f2f917
commit 96f78a9866a9494a0e9e8d433f3968c5c9f2f917
Author: Ralph Castain <rhc at open-mpi.org>
Date: Tue Jan 6 18:40:52 2015 -0800
ROMIO: Add missing files to Makefile.mk 'noinst'
OpenMPI uses 'make dist', but MPICH does not. Some recently added
(internal) header files were not listed in ROMIO's noinst declaration
Note: RobL combined and edited these OpenMPI patches into this patch:
- e0927895db8d
- 84c41429e9ac
Signed-off-by: Rob Latham <robl at mcs.anl.gov>
diff --git a/src/mpi/romio/adio/Makefile.mk b/src/mpi/romio/adio/Makefile.mk
index a64eb9e..505d518 100644
--- a/src/mpi/romio/adio/Makefile.mk
+++ b/src/mpi/romio/adio/Makefile.mk
@@ -19,7 +19,9 @@ noinst_HEADERS += \
adio/include/mpio_error.h \
adio/include/mpipr.h \
adio/include/mpiu_greq.h \
- adio/include/nopackage.h
+ adio/include/nopackage.h \
+ adio/include/mpiu_external32.h \
+ adio/include/hint_fns.h
include $(top_srcdir)/adio/ad_gpfs/Makefile.mk
include $(top_srcdir)/adio/ad_gpfs/bg/Makefile.mk
-----------------------------------------------------------------------
Summary of changes:
src/mpi/romio/adio/Makefile.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list