[cig-commits] r12591 - seismo/1D/SPECFEM1D/trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Fri Aug 8 09:21:19 PDT 2008


Author: dkomati1
Date: 2008-08-08 09:21:19 -0700 (Fri, 08 Aug 2008)
New Revision: 12591

Modified:
   seismo/1D/SPECFEM1D/trunk/Makefile
Log:
updated the compiler options


Modified: seismo/1D/SPECFEM1D/trunk/Makefile
===================================================================
--- seismo/1D/SPECFEM1D/trunk/Makefile	2008-08-08 16:20:36 UTC (rev 12590)
+++ seismo/1D/SPECFEM1D/trunk/Makefile	2008-08-08 16:21:19 UTC (rev 12591)
@@ -32,11 +32,11 @@
 
 # Intel
 #F90 = ifort
-#FLAGS =-O3 -implicitnone -warn stderrors -warn truncated_source -warn argument_checking -warn unused -warn declarations -std95 -assume byterecl -check nobounds
+#FLAGS =-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
 
 # GNU gfortran
 F90 = gfortran
-FLAGS  = -std=gnu -fimplicit-none -frange-check -O2 -Wunused-labels -Waliasing -Wampersand -Wsurprising -Wline-truncation -Wunderflow
+FLAGS  = -std=f2003 -fimplicit-none -frange-check -O2 -Wunused-labels -Waliasing -Wampersand -Wsurprising -Wline-truncation -Wunderflow
 
 wave: constants.h \
        $O/wave.o \



More information about the cig-commits mailing list