[mpich] MPICH primary repository branch, master, updated. v3.1rc2-15-gcb41d88
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 cb41d880028ce7d67209a8657b8db4aa12be6476 (commit) from dcf00b350be1f1d33c039d1d6995d01fa743e1ba (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/cb41d880028ce7d67209a8657b8db4aa12... commit cb41d880028ce7d67209a8657b8db4aa12be6476 Author: William Gropp <[email protected]> Date: Tue Nov 5 15:58:22 2013 -0800 Minor typo corrections in PAC macros comments diff --git a/confdb/aclocal_fc.m4 b/confdb/aclocal_fc.m4 index 7c9ef94..e4e522a 100644 --- a/confdb/aclocal_fc.m4 +++ b/confdb/aclocal_fc.m4 @@ -35,9 +35,9 @@ dnl it may also be the name of a command for something other than dnl the Fortran compiler (e.g., fc=file system check!) dnl gfortran - The GNU Fortran compiler (not the same as g95) dnl gfc - An alias for gfortran recommended in cygwin installations -dnl D*/ dnl NOTE: this macro suffers from a basically intractable "expanded before it dnl was required" problem when libtool is also used +dnl D*/ AC_DEFUN([PAC_PROG_FC],[ PAC_PUSH_FLAG([FCFLAGS]) AC_PROG_FC([m4_default([$1],[PAC_FC_SEARCH_LIST])]) @@ -359,7 +359,7 @@ if test "X$pac_cv_fc_module_incflag" = "X" ; then # compiled. # Intel compilers use a wierd system: -cl,filename.pcl . If no file is # specified, work.pcl and work.pc are created. However, if you specify - # a file, it must contain a the name of a file ending in .pc . Ugh! + # a file, it must contain the name of a file ending in .pc . Ugh! pac_cv_fc_module_incflag="unknown" fi fi diff --git a/confdb/aclocal_mpi.m4 b/confdb/aclocal_mpi.m4 index a1adf4c..f0013a9 100644 --- a/confdb/aclocal_mpi.m4 +++ b/confdb/aclocal_mpi.m4 @@ -34,7 +34,7 @@ if test "X$pac_lib_mpi_is_building" != "Xyes" ; then fi fi # Look for MPILIB first if it is defined - AC_SEARCH_LIBS(MPI_Init,$MPILIB mpi mpich mpich) + AC_SEARCH_LIBS(MPI_Init,$MPILIB mpi mpich) if test "$ac_cv_search_MPI_Init" = "no" ; then ifelse($2,, AC_MSG_ERROR([Could not find MPI library]),[$2]) @@ -157,7 +157,7 @@ if test "$ac_mpi_type" = "unknown" -a "$pac_lib_mpi_is_building" = "yes" ; then fi ]) dnl -dnl Because of autoconf insists on moving code to the beginning of +dnl Because autoconf insists on moving code to the beginning of dnl certain definitions, it is *not possible* to define a single command dnl that selects compilation scripts and also check for other options. dnl Thus, this needs to be divided into ----------------------------------------------------------------------- Summary of changes: confdb/aclocal_fc.m4 | 4 ++-- confdb/aclocal_mpi.m4 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org