[cig-commits] r18158 - seismo/3D/SPECFEM3D/trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Thu Mar 31 17:42:48 PDT 2011


Author: dkomati1
Date: 2011-03-31 17:42:47 -0700 (Thu, 31 Mar 2011)
New Revision: 18158

Modified:
   seismo/3D/SPECFEM3D/trunk/flags.guess
Log:
moved comments in flags.guess


Modified: seismo/3D/SPECFEM3D/trunk/flags.guess
===================================================================
--- seismo/3D/SPECFEM3D/trunk/flags.guess	2011-03-31 16:02:21 UTC (rev 18157)
+++ seismo/3D/SPECFEM3D/trunk/flags.guess	2011-04-01 00:42:47 UTC (rev 18158)
@@ -28,10 +28,11 @@
         if test x"$FLAGS_CHECK" = x; then
             FLAGS_CHECK="-O3 -assume byterecl -traceback -ftrapuv -ftz"
             
+            # for debugging: change -check nobounds to -check all and add -debug -g -O0 -fp-stack-check -traceback -ftrapuv
+
             # ifort version 11 or 10.1 with these flags shows good performance
             #FLAGS_CHECK="-O3 -ftz -xS -fpe0 -traceback -ftrapuv -vec-report0 -std95 -implicitnone -check nobounds -assume byterecl -static-intel -warn truncated_source -warn argument_checking -warn unused -warn declarations -warn alignments -warn ignore_loc -warn usage "
             #FLAGS_CHECK="-O3 -xS -static-intel -r8 -mcmodel=large -implicitnone -warn truncated_source -warn argument_checking -warn unused -warn declarations -check nobounds -align sequence -assume byterecl -ftrapuv -fpe0 -ftz -traceback"
-            # for debugging: change -check nobounds to -check all and add -debug -g -O0 -fp-stack-check -traceback -ftrapuv
         fi
         if test x"$FLAGS_NO_CHECK" = x; then
         # standard options (leave option -ftz, which is *critical* for performance)



More information about the CIG-COMMITS mailing list