[cig-commits] r12536 - seismo/3D/CPML/trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Wed Aug 6 02:31:17 PDT 2008


Author: dkomati1
Date: 2008-08-06 02:31:17 -0700 (Wed, 06 Aug 2008)
New Revision: 12536

Modified:
   seismo/3D/CPML/trunk/Makefile
Log:
changed -diag-disable vec back to -vec-report0 for Intel ifort for compatibility with version 9 of the Intel compiler


Modified: seismo/3D/CPML/trunk/Makefile
===================================================================
--- seismo/3D/CPML/trunk/Makefile	2008-08-06 09:30:55 UTC (rev 12535)
+++ seismo/3D/CPML/trunk/Makefile	2008-08-06 09:31:17 UTC (rev 12536)
@@ -21,7 +21,7 @@
 # Intel (leave option -ftz, which is *critical* for performance)
 #F90 = ifort
 #MPIF90 = mpif90
-#FLAGS = -O3 -xP -diag-disable vec -implicitnone -warn truncated_source -warn argument_checking -warn unused -warn declarations -fpe3 -ftz -check nobounds -e95 -std95
+#FLAGS = -O3 -xP -vec-report0 -implicitnone -warn truncated_source -warn argument_checking -warn unused -warn declarations -fpe3 -ftz -check nobounds -e95 -std95
 #MEDIUM_MEMORY = -mcmodel=medium
 #OPEN_MP = -openmp -openmp-report1
 



More information about the cig-commits mailing list