summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2015-08-26 01:43:34 +0000
committerjulie <julielangou@users.noreply.github.com>2015-08-26 01:43:34 +0000
commit77a356fe35f8d9e68f7ec2e7e97c8d43c99113b4 (patch)
tree86c8e7a84c3f429ccf3d8b43915742626899e320 /INSTALL
parent10b473c210df7233a67f865a725e4d140ee84640 (diff)
downloadlapack-77a356fe35f8d9e68f7ec2e7e97c8d43c99113b4.tar.gz
lapack-77a356fe35f8d9e68f7ec2e7e97c8d43c99113b4.tar.bz2
lapack-77a356fe35f8d9e68f7ec2e7e97c8d43c99113b4.zip
Propagate comment added in rev 1568 to make.inc with gfortran compiler
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL/make.inc.gfortran4
-rw-r--r--INSTALL/make.inc.gfortran_debug4
2 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL/make.inc.gfortran b/INSTALL/make.inc.gfortran
index 7821b40d..8c44c02f 100644
--- a/INSTALL/make.inc.gfortran
+++ b/INSTALL/make.inc.gfortran
@@ -12,6 +12,10 @@ SHELL = /bin/sh
# 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
+# should not compile LAPACK with flags such as -ffpe-trap=overflow.
+#
FORTRAN = gfortran
OPTS = -O2 -frecursive
DRVOPTS = $(OPTS)
diff --git a/INSTALL/make.inc.gfortran_debug b/INSTALL/make.inc.gfortran_debug
index 03bfda59..c2072b88 100644
--- a/INSTALL/make.inc.gfortran_debug
+++ b/INSTALL/make.inc.gfortran_debug
@@ -12,6 +12,10 @@ SHELL = /bin/sh
# 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
+# should not compile LAPACK with flags such as -ffpe-trap=overflow.
+#
FORTRAN = gfortran -fimplicit-none -g -frecursive
OPTS =
DRVOPTS = $(OPTS)