aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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
====================