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

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Mon Jun 4 17:07:01 PDT 2012


Author: dkomati1
Date: 2012-06-04 17:07:01 -0700 (Mon, 04 Jun 2012)
New Revision: 20311

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


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess	2012-06-05 00:06:35 UTC (rev 20310)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/flags.guess	2012-06-05 00:07:01 UTC (rev 20311)
@@ -30,10 +30,10 @@
         # check: http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/fortran/lin/compiler_f/index.htm
         #
         if test x"$FLAGS_CHECK" = x; then
-            FLAGS_CHECK="-O3 -xSSE4.2 -ftz -funroll-loops -unroll5 -ftz -align sequence -vec-report0 -std95 -implicitnone -warn truncated_source -warn argument_checking -warn unused -warn declarations -warn alignments -warn ignore_loc -warn usage -check nobounds" # -mcmodel=medium
+            FLAGS_CHECK="-O3 -xHost -ftz -funroll-loops -unroll5 -ftz -align sequence -vec-report0 -std95 -implicitnone -warn truncated_source -warn argument_checking -warn unused -warn declarations -warn alignments -warn ignore_loc -warn usage -check nobounds" # -mcmodel=medium
         fi
         if test x"$FLAGS_NO_CHECK" = x; then
-            FLAGS_NO_CHECK="-O3 -xSSE4.2 -ftz -funroll-loops -unroll5 -ftz -align sequence -vec-report0 -std95 -implicitnone -warn truncated_source -warn argument_checking -warn unused -warn declarations -warn alignments -warn ignore_loc -warn usage -check nobounds" # -mcmodel=medium
+            FLAGS_NO_CHECK="-O3 -xHost -ftz -funroll-loops -unroll5 -ftz -align sequence -vec-report0 -std95 -implicitnone -warn truncated_source -warn argument_checking -warn unused -warn declarations -warn alignments -warn ignore_loc -warn usage -check nobounds" # -mcmodel=medium
         fi
         # useful for debugging...
             # for debugging: change -check nobounds to -check all -debug -g -O0 -fp-stack-check -traceback -ftrapuv
@@ -54,14 +54,6 @@
         #    FLAGS_NO_CHECK="-O2 -ftz -xT -static-intel -implicitnone"
         #fi
         #
-        # Intel Nehalem processor architecture, Intel compiler version 11.1
-        #if test x"$FLAGS_CHECK" = x; then
-        #    FLAGS_CHECK="-O3 -xSSE4.2 -ftz -funroll-loops -unroll5"
-        #fi
-        #if test x"$FLAGS_NO_CHECK" = x; then
-        #    FLAGS_NO_CHECK="-O3 -xSSE4.2 -ftz -funroll-loops -unroll5"
-        #fi
-        #
         #MPI_LIBS = -Vaxlib
         ;;
     gfortran|*/gfortran|f95|*/f95)



More information about the CIG-COMMITS mailing list