Choose gfortran over g95 by default: gfortran is better maintained, produces

faster executables, seems to be as reliable as g95.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@7404 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2011-01-17 12:59:52 +00:00
parent 2184b5e29f
commit 5b623a015e
2 changed files with 2 additions and 2 deletions

2
install/configure vendored
View File

@ -2072,7 +2072,7 @@ try_iflags="-I../include"
# candidate fortran compilers good for all cases
try_mpif90="mpif90"
try_f90="g95 gfortran f90"
try_f90="gfortran g95 f90"
# add all needed -D options to try_dflags
try_dflags=""

View File

@ -203,7 +203,7 @@ try_iflags="-I../include"
# candidate fortran compilers good for all cases
try_mpif90="mpif90"
try_f90="g95 gfortran f90"
try_f90="gfortran g95 f90"
# add all needed -D options to try_dflags
try_dflags=""