diff options
author | langou <langou@users.noreply.github.com> | 2015-08-11 16:59:56 +0000 |
---|---|---|
committer | langou <langou@users.noreply.github.com> | 2015-08-11 16:59:56 +0000 |
commit | c9d8be454d2a0913922c7c1187d04a19e517a4a4 (patch) | |
tree | f66f705b4bb10b091e9287f77400dc469bfb307b /make.inc.example | |
parent | 9756c9b1fd85ebd3e7cc8cc5198de00ffa456b71 (diff) | |
download | lapack-c9d8be454d2a0913922c7c1187d04a19e517a4a4.tar.gz lapack-c9d8be454d2a0913922c7c1187d04a19e517a4a4.tar.bz2 lapack-c9d8be454d2a0913922c7c1187d04a19e517a4a4.zip |
adding a comment in make.inc.example saying the following:
#
# 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.
#
Julien.
Diffstat (limited to 'make.inc.example')
-rw-r--r-- | make.inc.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make.inc.example b/make.inc.example index 8af16fb4..ec371894 100644 --- a/make.inc.example +++ b/make.inc.example @@ -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) |