Update of /cvsroot/monetdb/buildtools/conf
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23046/conf
Modified Files:
Tag: MonetDB_1-22
MonetDB.m4
Log Message:
Stepwise trying to re-enable optimization with icc 10:
Step 1b: remove "-axWPT"
Step 1(a) (-O0 -> -O1) seems to work fine for M4 based code,
but yields various random errors with M5 based code, mainly
"!InvalidCredentialsException:checkCredentials:Invalid credentials for user
'monetdb'"
Please do NOT propagate until testing has confirmed that is does work properly,
again;
hopefully, we manage to successfully reach step 3 (-O3) ...
Index: MonetDB.m4
===================================================================
RCS file: /cvsroot/monetdb/buildtools/conf/MonetDB.m4,v
retrieving revision 1.64.2.6
retrieving revision 1.64.2.7
diff -u -d -r1.64.2.6 -r1.64.2.7
--- MonetDB.m4 11 Mar 2008 17:57:59 -0000 1.64.2.6
+++ MonetDB.m4 17 Mar 2008 08:44:46 -0000 1.64.2.7
@@ -1995,10 +1995,10 @@
dnl Hence, we skip Interprocedural (IP) Optimization with icc-8.*.
x86_64-*-*-8.*) CFLAGS="$CFLAGS -mp1 -O3 -restrict -unroll
-tpp7 -axWP ";;
x86_64-*-*-9.*) CFLAGS="$CFLAGS -mp1 -O3 -restrict -unroll
-tpp7 -axWP ";;
- x86_64-*-*-10.*) CFLAGS="$CFLAGS -mp1 -O1 -restrict -unroll
-axWPT ";;
+ x86_64-*-*-10.*) CFLAGS="$CFLAGS -mp1 -O1 -restrict -unroll
";;
i*86-*-*-8.*) CFLAGS="$CFLAGS -mp1 -O3 -restrict -unroll
-tpp6 -axKWNPB";;
i*86-*-*-9.*) CFLAGS="$CFLAGS -mp1 -O3 -restrict -unroll
-tpp6 -axKWNPB";;
- i*86-*-*-10.*) CFLAGS="$CFLAGS -mp1 -O1 -restrict -unroll
-axWPT ";;
+ i*86-*-*-10.*) CFLAGS="$CFLAGS -mp1 -O1 -restrict -unroll
";;
ia64-*-*-8.*) CFLAGS="$CFLAGS -mp1 -O2 -restrict -unroll
-tpp2 -mcpu=itanium2";;
ia64-*-*-9.*) CFLAGS="$CFLAGS -mp1 -O2 -restrict -unroll
-tpp2 -mcpu=itanium2";;
ia64-*-*-10.*) CFLAGS="$CFLAGS -mp1 -O2 -restrict -unroll
-mcpu=itanium2";;
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins