summaryrefslogtreecommitdiff
path: root/INSTALL/make.inc.gfortran
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL/make.inc.gfortran')
-rw-r--r--INSTALL/make.inc.gfortran10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL/make.inc.gfortran b/INSTALL/make.inc.gfortran
index 43986435..ccd0994f 100644
--- a/INSTALL/make.inc.gfortran
+++ b/INSTALL/make.inc.gfortran
@@ -5,18 +5,18 @@
####################################################################
#
SHELL = /bin/sh
-#
+#
# Modify the FORTRAN and OPTS definitions to refer to the
# compiler and desired compiler options for your machine. NOOPT
# refers to the compiler options desired when NO OPTIMIZATION is
-# selected. Define LOADER and LOADOPTS to refer to the loader and
+# selected. Define LOADER and LOADOPTS to refer to the loader and
# desired load options for your machine.
#
# Note: During a regular execution, LAPACK might create NaN and Inf
-# and handle these quantities appropriately. As a consequence, one
+# and handle these quantities appropriately. As a consequence, one
# should not compile LAPACK with flags such as -ffpe-trap=overflow.
#
-FORTRAN = gfortran
+FORTRAN = gfortran
OPTS = -O2 -frecursive
DRVOPTS = $(OPTS)
NOOPT = -O0 -frecursive
@@ -69,7 +69,7 @@ RANLIB = ranlib
XBLASLIB =
# XBLASLIB = -lxblas
#
-# The location of the libraries to which you will link. (The
+# The location of the libraries to which you will link. (The
# machine-specific, optimized BLAS library should be used whenever
# possible.)
#