From db1888cad2222328e97a64ce026821893c353877 Mon Sep 17 00:00:00 2001 From: jthorn Date: Wed, 8 Dec 2004 13:28:25 +0000 Subject: clarify description of why Intel compiler 8.1 does not work for this thorn git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1391 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- README | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 80675dd..1471a68 100644 --- a/README +++ b/README @@ -216,15 +216,27 @@ x86 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 +Intel(R) C++ Compiler for 32-bit applications, Version 8.0 Build 20040716Z Package ID: l_cc_pc_8.0.066_pe070.1 * 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. :( +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 + 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): + > In function `set_mask_gridfn_to_inside_and_buffer_values': + > /home/swhite/aei/Cactus-Cott/Cactus/configs/new/build/AHFinderDirect/driver/mask.cc:629: + > multiple definition of `__IPONAME0' + > /home/swhite/aei/Cactus-Cott/Cactus/configs/new/lib/libAHFinderDirect.a(find_horizons.cc.o)(.text+0x11f6):/home/swhite/aei/Cactus-Cott/Cactus/configs/new/build/AHFinderDirect/driver/find_horizons.cc:338: + > first defined here + > ld: Warning: size of symbol `__IPONAME0' changed from 498 in + > /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) ia64, a.k.a. Itanium -- cgit v1.2.3