[cig-commits] r18502 - seismo/3D/SPECFEM3D_GLOBE/trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Tue May 31 07:19:39 PDT 2011


Author: dkomati1
Date: 2011-05-31 07:19:39 -0700 (Tue, 31 May 2011)
New Revision: 18502

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess
Log:
removed -fno-trapping-math because I now implement by own FTZ forcing routine in C


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess	2011-05-31 14:18:58 UTC (rev 18501)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess	2011-05-31 14:19:39 UTC (rev 18502)
@@ -66,7 +66,7 @@
         # GNU gfortran
         #
         if test x"$FLAGS_NO_CHECK" = x; then
-            FLAGS_NO_CHECK="-std=gnu -fimplicit-none -frange-check -O3 -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -fno-trapping-math" # -mcmodel=medium
+            FLAGS_NO_CHECK="-std=gnu -fimplicit-none -frange-check -O3 -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow" # -mcmodel=medium
         fi
         if test x"$FLAGS_CHECK" = x; then
             FLAGS_CHECK="\$(FLAGS_NO_CHECK)"
@@ -75,7 +75,7 @@
         #
         # older gfortran syntax
         # note: -std=f95 can lead to problem: undefined reference to `system_'
-        #           FLAGS_NO_CHECK="-std=gnu -fimplicit-none -frange-check -O3 -Wunused-labels -Waliasing -Wampersand -Wsurprising -Wline-truncation -Wunderflow -fno-trapping-math" # -mcmodel=medium -std=f95
+        #           FLAGS_NO_CHECK="-std=gnu -fimplicit-none -frange-check -O3 -Wunused-labels -Waliasing -Wampersand -Wsurprising -Wline-truncation -Wunderflow" # -mcmodel=medium -std=f95
         #fi
         #if test x"$FLAGS_CHECK" = x; then
         #    FLAGS_CHECK="\$(FLAGS_NO_CHECK)" # -fbounds-check



More information about the CIG-COMMITS mailing list