aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-11-03 17:03:23 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-11-03 17:03:23 +0000
commitb4c9ed02785a3830bc50168ea50534bfed3a8fd4 (patch)
tree22073e4f651c7ac7f22a3c87df11c66a3f4042fc /README
parent4ccf84306bcd1990af9b41916d9289f642b9375e (diff)
Compiler Notes
* note that Intel 8.0 works * note that Intel 8.1 does NOT work -- it has wierd bugs with anonymous namespaces when optimizing :( :( git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1387 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 889ea9e..80675dd 100644
--- a/README
+++ b/README
@@ -215,11 +215,17 @@ x86
with
LIBS="crypt F90 CEPCF90 intrins mkl mkl_lapack guide"
LIBDIRS=/usr/local/intel/mkl/lib/32
+* Intel(R) C++ Compiler for 32-bit applications, Version 8.0 Build 20031231Z Package ID: l_cc_pc_8.0.058
* Portland Group pgCC 3.3-2
On platinum.ncsa.uiuc.edu, Denis Pollney reports success configuring Cactus
with
LAPACK=yes
LAPACK_DIR=/usr/local/pgi/linux86
+* However, the compiler
+ Intel(R) C++ Compiler for 32-bit applications, Version 8.1 Build 20040921Z Package ID: l_cc_pc_8.1.022
+ does NOT work -- it has wierd bugs anonymous namespaces when
+ optimizing. :(
+
ia64, a.k.a. Itanium
====================