[cig-commits] r21341 - seismo/2D/SPECFEM2D/trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Thu Feb 7 08:29:38 PST 2013


Author: dkomati1
Date: 2013-02-07 08:29:37 -0800 (Thu, 07 Feb 2013)
New Revision: 21341

Modified:
   seismo/2D/SPECFEM2D/trunk/flags.guess
Log:
removed underflow trapping in gfortran debugging option because underflows happen in any normal SPECFEM run


Modified: seismo/2D/SPECFEM2D/trunk/flags.guess
===================================================================
--- seismo/2D/SPECFEM2D/trunk/flags.guess	2013-02-07 07:36:36 UTC (rev 21340)
+++ seismo/2D/SPECFEM2D/trunk/flags.guess	2013-02-07 16:29:37 UTC (rev 21341)
@@ -54,7 +54,7 @@
         if test x"$FLAGS_CHECK" = x; then
             FLAGS_CHECK="-std=f2003 -fimplicit-none -frange-check -O2 -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow" # -mcmodel=medium
         fi
-        # useful for debugging... -ffpe-trap=underflow,overflow,zero -fbacktrace -fbounds-check
+        # useful for debugging... -ffpe-trap=overflow,zero -fbacktrace -fbounds-check
         #
         # older gfortran syntax
         #   -std=f2003 -fimplicit-none -frange-check -O2 -Wunused-labels -Waliasing -Wampersand -Wsurprising -Wline-truncation -Wunderflow" # -mcmodel=medium



More information about the CIG-COMMITS mailing list