Propagate comment added in rev 1568 to make.inc with gfortran compiler
authorjulie <julielangou@users.noreply.github.com>
Wed, 26 Aug 2015 01:43:34 +0000 (01:43 +0000)
committerjulie <julielangou@users.noreply.github.com>
Wed, 26 Aug 2015 01:43:34 +0000 (01:43 +0000)
INSTALL/make.inc.gfortran
INSTALL/make.inc.gfortran_debug

index 7821b40d0073e274aad9aac9dd289c1318175a2f..8c44c02fb6da44f3e8104f8377f10fdf65c371d3 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)
index 03bfda59016d53c13cadf39268931b411d5e5a09..c2072b88465e5135a487ca23584ddbaefa75319c 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 -fimplicit-none -g -frecursive
 OPTS     =
 DRVOPTS  = $(OPTS)