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

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Thu Mar 31 09:01:30 PDT 2011


Author: dkomati1
Date: 2011-03-31 09:01:30 -0700 (Thu, 31 Mar 2011)
New Revision: 18156

Modified:
   seismo/3D/SPECFEM3D/trunk/flags.guess
Log:
added better flags to debug with Intel ifort


Modified: seismo/3D/SPECFEM3D/trunk/flags.guess
===================================================================
--- seismo/3D/SPECFEM3D/trunk/flags.guess	2011-03-31 15:53:18 UTC (rev 18155)
+++ seismo/3D/SPECFEM3D/trunk/flags.guess	2011-03-31 16:01:30 UTC (rev 18156)
@@ -31,7 +31,7 @@
             # 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
+            # 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