adding a comment in make.inc.example saying the following:
authorlangou <langou@users.noreply.github.com>
Tue, 11 Aug 2015 16:59:56 +0000 (16:59 +0000)
committerlangou <langou@users.noreply.github.com>
Tue, 11 Aug 2015 16:59:56 +0000 (16:59 +0000)
#
#  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.

make.inc.example

index 8af16fb..ec37189 100644 (file)
@@ -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)