[mpich] MPICH primary repository branch, master, updated. v3.2-42-g67631a5
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 67631a5c0e9e801ff6da7ddcf4b12071f855b463 (commit) from 19db8d89776c5e8546fda53406fc5fe564b7f4a3 (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/67631a5c0e9e801ff6da7ddcf4b12071f8... commit 67631a5c0e9e801ff6da7ddcf4b12071f855b463 Author: Ken Raffenetti <[email protected]> Date: Sun Jan 3 14:30:58 2016 -0600 confdb/aclocal_fc.m4: update mod flag for lf95 Lahey/Fujitsu Fortran compilers use a -M flag to specify an output directory for module files according to current documentation. No reviewer. diff --git a/confdb/aclocal_fc.m4 b/confdb/aclocal_fc.m4 index b844009..4318e38 100644 --- a/confdb/aclocal_fc.m4 +++ b/confdb/aclocal_fc.m4 @@ -439,7 +439,7 @@ AC_COMPILE_IFELSE([],[ # module tests do not always use the module output flag. See # FC_MODULE_EXT , where this is determined. # f95 -YMOD_OUT_DIR=${dir} ## the Absoft fortran compiler -# lf95 -Am -mod ${dir} ## the Lahey/Fujitsu fortran compiler +# lf95 -M ${dir} ## the Lahey/Fujitsu fortran compiler # f90 -moddir=${dir} ## the Sun f90 compiler # g95 -fmod=${dir} # @@ -448,7 +448,7 @@ AC_COMPILE_IFELSE([],[ # users to use. Alternatively they can use an older version of MPICH. pac_cv_fc_module_outflag= -for mod_flag in '-J' '-J ' '-qmoddir=' '-module ' '-YMOD_OUT_DIR=' '-mdir ' '-moddir=' '-fmod=' ; do +for mod_flag in '-J' '-J ' '-qmoddir=' '-module ' '-YMOD_OUT_DIR=' '-mdir ' '-moddir=' '-fmod=' '-M '; do rm -f conftestdir/NONEXISTENT conftestdir/* PAC_PUSH_FLAG([FCFLAGS]) FCFLAGS="$FCFLAGS ${mod_flag}conftestdir" ----------------------------------------------------------------------- Summary of changes: confdb/aclocal_fc.m4 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org