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

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Mon Jun 4 17:06:12 PDT 2012


Author: dkomati1
Date: 2012-06-04 17:06:12 -0700 (Mon, 04 Jun 2012)
New Revision: 20309

Modified:
   seismo/2D/SPECFEM2D/trunk/flags.guess
Log:
switched to -xHost for Intel ifort


Modified: seismo/2D/SPECFEM2D/trunk/flags.guess
===================================================================
--- seismo/2D/SPECFEM2D/trunk/flags.guess	2012-06-04 23:59:12 UTC (rev 20308)
+++ seismo/2D/SPECFEM2D/trunk/flags.guess	2012-06-05 00:06:12 UTC (rev 20309)
@@ -29,7 +29,7 @@
         # standard options (leave option -ftz, which is *critical* for performance)
         # add -Winline to get information about routines that are inlined
         # add -vec-report2 to get information about loops that are vectorized or not
-            FLAGS_NO_CHECK="-O3 -xSSE4.2 -funroll-loops -unroll5 -vec-report0 -std95 -implicitnone -warn truncated_source -warn argument_checking -warn unused -warn declarations -warn alignments -warn ignore_loc -warn usage -check nobounds -align sequence -assume byterecl -ftz" # -DUSE_GUENNEAU
+            FLAGS_NO_CHECK="-O3 -xHost -funroll-loops -unroll5 -vec-report0 -std95 -implicitnone -warn truncated_source -warn argument_checking -warn unused -warn declarations -warn alignments -warn ignore_loc -warn usage -check nobounds -align sequence -assume byterecl -ftz" # -DUSE_GUENNEAU
             #FLAGS_NO_CHECK="-O3 -assume byterecl -check nobounds -ftz"
 
         fi



More information about the CIG-COMMITS mailing list