Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
cb41d880
Commit
cb41d880
authored
Nov 05, 2013
by
William Gropp
Browse files
Minor typo corrections in PAC macros comments
parent
dcf00b35
Changes
2
Hide whitespace changes
Inline
Side-by-side
confdb/aclocal_fc.m4
View file @
cb41d880
...
...
@@ -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
...
...
confdb/aclocal_mpi.m4
View file @
cb41d880
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment