[cig-commits] r5388 - mc/3D/CitcomCU/trunk/src

tan2 at geodynamics.org tan2 at geodynamics.org
Wed Nov 29 23:51:34 PST 2006


Author: tan2
Date: 2006-11-29 23:51:34 -0800 (Wed, 29 Nov 2006)
New Revision: 5388

Modified:
   mc/3D/CitcomCU/trunk/src/Makefile
Log:
Using "-O2" optimization flag by default, as it has been reported that Intel
compiler on Itanium 64bit CPU will generate wrong code with "-O3"


Modified: mc/3D/CitcomCU/trunk/src/Makefile
===================================================================
--- mc/3D/CitcomCU/trunk/src/Makefile	2006-11-30 07:36:32 UTC (rev 5387)
+++ mc/3D/CitcomCU/trunk/src/Makefile	2006-11-30 07:51:34 UTC (rev 5388)
@@ -67,7 +67,7 @@
 #IBM AIX systems
 AIXFLAGS= -D__aix__
 AIXLDFLAGS=
-AIXOPTIM= -O3 -qarch=pwr -qopt=pwr -Ublas
+AIXOPTIM= -O2 -qarch=pwr -qopt=pwr -Ublas
 ####################################
 
 ####################################
@@ -106,7 +106,7 @@
 LinuxFLAGS=
 LinuxLDFLAGS=
 #LinuxOPTIM=-g
-LinuxOPTIM=-O3
+LinuxOPTIM=-O2
 
 ####################################
 #PARAGON 



More information about the cig-commits mailing list