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

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Sat Dec 27 09:06:50 PST 2008


Author: dkomati1
Date: 2008-12-27 09:06:50 -0800 (Sat, 27 Dec 2008)
New Revision: 13799

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess
Log:
Use -fast instead of -O3 for the Intel compiler.


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess	2008-12-27 17:05:28 UTC (rev 13798)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess	2008-12-27 17:06:50 UTC (rev 13799)
@@ -30,7 +30,7 @@
         fi
         if test x"$FLAGS_NO_CHECK" = x; then
             # standard options (leave option -ftz, which is *critical* for performance)
-            FLAGS_NO_CHECK="-O3 -xP -vec-report0 -e03 -std03 -implicitnone -warn truncated_source -warn argument_checking -warn unused -warn declarations -warn alignments -warn ignore_loc -warn usage -check nobounds -align sequence -assume byterecl -fpe3 -ftz" # -mcmodel=medium
+            FLAGS_NO_CHECK="-fast -vec-report0 -e03 -std03 -implicitnone -warn truncated_source -warn argument_checking -warn unused -warn declarations -warn alignments -warn ignore_loc -warn usage -check nobounds -align sequence -assume byterecl -fpe3 -ftz" # -mcmodel=medium
         fi
         #MPI_LIBS = -Vaxlib
         ;;



More information about the CIG-COMMITS mailing list