aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2006-04-19 13:30:31 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2006-04-19 13:30:31 +0000
commit4b7e71cfd742c568ab7b939b4bc825732328117f (patch)
tree5bc4d982741b6052ec2a277e813ce70048e7f1f5 /README
parentb4bf3dbe969a23f758e9dfd939d279dd9def079a (diff)
note Intel 9.0.021 compiler bugs :(
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1440 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index f4ca88b..9676b9b 100644
--- a/README
+++ b/README
@@ -226,6 +226,7 @@ Intel(R) C++ Compiler for 32-bit applications, Version 8.0 Build 20040716Z Pac
Note that the compilers
* Intel(R) C++ Compiler for 32-bit applications, Version 8.1 Build 20040921Z Package ID: l_cc_pc_8.1.022
* Intel(R) C++ Compiler for 32-bit applications, Version 8.1 Build 20041019Z Package ID: l_cc_pu_8.1.024
+* Intel(R) C++ Compiler for 32-bit applications, Version 9.0 Build 20050430Z Package ID: l_cc_p_9.0.021
do NOT work -- they have wierd bugs with anonymous namespaces when
optimizing, which show up as error messages like this:
> /home/swhite/aei/Cactus-Cott/Cactus/configs/new/lib/libAHFinderDirect.a(mask.cc.o)(.text+0x264e):
@@ -238,7 +239,9 @@ Note that the compilers
> /home/swhite/aei/Cactus-Cott/Cactus/configs/new/lib/libAHFinderDirect.a(find_horizons.cc.o)
> to 670 in
> /home/swhite/aei/Cactus-Cott/Cactus/configs/new/lib/libAHFinderDirect.a(find_horizons.cc.o)
-
+ You can work around this compiler bug by switching compilers, or by
+ disabling interprocedural optimization when compiling AHFinderDirect.
+
ia64, a.k.a. Itanium
====================