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
6613a5c9
Commit
6613a5c9
authored
Sep 08, 2011
by
Pavan Balaji
Browse files
[svn-r9007] Give higher priority to gfortran than other GNU compilers.
parent
388c78cd
Changes
4
Hide whitespace changes
Inline
Side-by-side
confdb/aclocal_fc.m4
View file @
6613a5c9
...
...
@@ -34,8 +34,8 @@ dnl D*/
AC_DEFUN([PAC_PROG_FC],[
PAC_PUSH_FLAG([FCFLAGS])
AC_PROG_FC([m4_default([$1],
[ifort pgf90 pathf90 pathf95 xlf90 xlf95 xlf2003 f90 epcf90 f95 fort lf95 \
gfortran
g95 ifc efc gfc])])
[ifort pgf90 pathf90 pathf95 xlf90 xlf95 xlf2003
gfortran
f90 epcf90 f95 fort lf95 \
g95 ifc efc gfc])])
PAC_POP_FLAG([FCFLAGS])
])
dnl
...
...
src/mpi/romio/confdb/aclocal_fc.m4
View file @
6613a5c9
...
...
@@ -34,8 +34,8 @@ dnl D*/
AC_DEFUN([PAC_PROG_FC],[
PAC_PUSH_FLAG([FCFLAGS])
AC_PROG_FC([m4_default([$1],
[ifort pgf90 pathf90 pathf95 xlf90 xlf95 xlf2003 f90 epcf90 f95 fort lf95 \
gfortran
g95 ifc efc gfc])])
[ifort pgf90 pathf90 pathf95 xlf90 xlf95 xlf2003
gfortran
f90 epcf90 f95 fort lf95 \
g95 ifc efc gfc])])
PAC_POP_FLAG([FCFLAGS])
])
dnl
...
...
src/mpl/confdb/aclocal_fc.m4
View file @
6613a5c9
...
...
@@ -34,8 +34,8 @@ dnl D*/
AC_DEFUN([PAC_PROG_FC],[
PAC_PUSH_FLAG([FCFLAGS])
AC_PROG_FC([m4_default([$1],
[ifort pgf90 pathf90 pathf95 xlf90 xlf95 xlf2003 f90 epcf90 f95 fort lf95 \
gfortran
g95 ifc efc gfc])])
[ifort pgf90 pathf90 pathf95 xlf90 xlf95 xlf2003
gfortran
f90 epcf90 f95 fort lf95 \
g95 ifc efc gfc])])
PAC_POP_FLAG([FCFLAGS])
])
dnl
...
...
src/pm/hydra/confdb/aclocal_fc.m4
View file @
6613a5c9
...
...
@@ -34,8 +34,8 @@ dnl D*/
AC_DEFUN([PAC_PROG_FC],[
PAC_PUSH_FLAG([FCFLAGS])
AC_PROG_FC([m4_default([$1],
[ifort pgf90 pathf90 pathf95 xlf90 xlf95 xlf2003 f90 epcf90 f95 fort lf95 \
gfortran
g95 ifc efc gfc])])
[ifort pgf90 pathf90 pathf95 xlf90 xlf95 xlf2003
gfortran
f90 epcf90 f95 fort lf95 \
g95 ifc efc gfc])])
PAC_POP_FLAG([FCFLAGS])
])
dnl
...
...
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