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

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Tue Jul 30 12:19:21 PDT 2013


Author: dkomati1
Date: 2013-07-30 12:19:21 -0700 (Tue, 30 Jul 2013)
New Revision: 22687

Modified:
   seismo/3D/SPECFEM3D/trunk/flags.guess
Log:
better default compiler options for Intel ifort


Modified: seismo/3D/SPECFEM3D/trunk/flags.guess
===================================================================
--- seismo/3D/SPECFEM3D/trunk/flags.guess	2013-07-27 00:30:57 UTC (rev 22686)
+++ seismo/3D/SPECFEM3D/trunk/flags.guess	2013-07-30 19:19:21 UTC (rev 22687)
@@ -62,12 +62,9 @@
 # parallel file systems like SFS 3.2 / Lustre 1.8. If omitted
 # I/O throughput lingers at 2.5 MB/s, with it it can increase to ~44 MB/s
 # However it does not make much of a difference on NFS mounted volumes or with SFS 3.1.1 / Lustre 1.6.7.1 
-        DEF_FFLAGS="-O3 -check nobounds -DFORCE_VECTORIZATION -xHost -ftz -assume buffered_io -assume byterecl -align sequence -vec-report0 -implicitnone -warn truncated_source -warn argument_checking -warn unused -warn declarations -warn alignments -warn ignore_loc -warn usage" # -mcmodel=medium -shared-intel
+        DEF_FFLAGS="-O3 -DFORCE_VECTORIZATION -check nobounds -xHost -ftz -assume buffered_io -assume byterecl -align sequence -vec-report0 -std03 -diag-disable 6477 -implicitnone -warn truncated_source -warn argument_checking -warn unused -warn declarations -warn alignments -warn ignore_loc -warn usage -mcmodel=medium -shared-intel"
         # useful for debugging...
         # for debugging: change "-O3 -check nobounds -DFORCE_VECTORIZATION" to  "-check all -debug -g -O0 -fp-stack-check -traceback -ftrapuv"
-        #
-        # for developers, to check Fortran2003 standard conformity add "-std03" and ignore all warnings about the "DIR IVDEP" directive, which we use purposely
-        #
         ;;
     gfortran|*/gfortran|f95|*/f95)
         #



More information about the CIG-COMMITS mailing list