[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b4-219-g0750f10
Service Account
noreply at mpich.org
Tue Sep 15 17:18:23 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 0750f10fcab0a04b33a86ff12ca95739c7376a27 (commit)
from 19908df8262c49544befc288093470a7beda731d (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/0750f10fcab0a04b33a86ff12ca95739c7376a27
commit 0750f10fcab0a04b33a86ff12ca95739c7376a27
Author: Junchao Zhang <jczhang at mcs.anl.gov>
Date: Tue Sep 15 12:52:19 2015 -0500
binding/f08: install all f08 module header files
Installing only mpi_f08.mod is enough for GNU and Cray compilers, but
the Intel Fortran compiler requires all f08 modules to be installed.
Signed-off-by: Ken Raffenetti <raffenet at mcs.anl.gov>
diff --git a/src/binding/fortran/use_mpi_f08/buildiface b/src/binding/fortran/use_mpi_f08/buildiface
index 0555c83..c780106 100755
--- a/src/binding/fortran/use_mpi_f08/buildiface
+++ b/src/binding/fortran/use_mpi_f08/buildiface
@@ -139,7 +139,18 @@ mpi_fc_sources += \\
src/binding/fortran/use_mpi_f08/mpi_c_interface_nobuf.f90 \\
src/binding/fortran/use_mpi_f08/mpi_c_interface_types.f90
-mpi_fc_modules += src/binding/fortran/use_mpi_f08/\$(MPI_F08_NAME).\$(MOD)
+mpi_fc_modules += \\
+ src/binding/fortran/use_mpi_f08/\$(PMPI_F08_NAME).\$(MOD) \\
+ src/binding/fortran/use_mpi_f08/\$(MPI_F08_NAME).\$(MOD) \\
+ src/binding/fortran/use_mpi_f08/\$(MPI_F08_CALLBACKS_NAME).\$(MOD) \\
+ src/binding/fortran/use_mpi_f08/\$(MPI_F08_COMPILE_CONSTANTS_NAME).\$(MOD) \\
+ src/binding/fortran/use_mpi_f08/\$(MPI_F08_LINK_CONSTANTS_NAME).\$(MOD) \\
+ src/binding/fortran/use_mpi_f08/\$(MPI_F08_TYPES_NAME).\$(MOD) \\
+ src/binding/fortran/use_mpi_f08/\$(MPI_C_INTERFACE_NAME).\$(MOD) \\
+ src/binding/fortran/use_mpi_f08/\$(MPI_C_INTERFACE_CDESC_NAME).\$(MOD) \\
+ src/binding/fortran/use_mpi_f08/\$(MPI_C_INTERFACE_GLUE_NAME).\$(MOD) \\
+ src/binding/fortran/use_mpi_f08/\$(MPI_C_INTERFACE_NOBUF_NAME).\$(MOD) \\
+ src/binding/fortran/use_mpi_f08/\$(MPI_C_INTERFACE_TYPES_NAME).\$(MOD)
EOT
-----------------------------------------------------------------------
Summary of changes:
src/binding/fortran/use_mpi_f08/buildiface | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list