From 1b6cae274a3362d6b2e4e9502318dfd4b6216141 Mon Sep 17 00:00:00 2001 From: jthorn Date: Fri, 17 Jan 2003 16:11:05 +0000 Subject: update list of compilers/systems which are known to work git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@924 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- README | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 5050042..d129f57 100644 --- a/README +++ b/README @@ -149,11 +149,49 @@ This thorn should be fully portable across architectures and operating systems, but C++ compilers may be a problem: This thorn has been compiled and run successfully using + +x86 +=== * gcc version 2.95.3 20010125 (prerelease) * gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98) -* g++ (GCC) 3.2 +* g++ (GCC) 3.2 for x86 * Intel(R) C++ Compiler for 32-bit applications, Version 5.0.1 Build 010730D0 * Intel C++ Compiler for Linux, version 6.0 +* Intel(R) C++ Compiler for 32-bit applications, Version 7.0 Build 20021021Z + On platinum.ncsa.uiuc.edu, Denis Pollney reports success configuring Cactus + with + LIBS="crypt F90 CEPCF90 intrins mkl mkl_lapack guide" + LIBDIRS=/usr/local/intel/mkl/lib/32 +* 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 + +ia64, a.k.a. Itanium +==================== +* Intel(R) C++ Itanium(R) Compiler for Itanium(R)-based applications + Version 7.0 Beta, Build 20020911 + On titan.ncsa.uiuc.edu, Denis Pollney reports success configuring Cactus + with + LIBS="crypt F90 CEPCF90 intrins mkl_lapack mkl_itp guide" + LIBDIRS=/usr/local/intel/mkl/lib/64 + +Alpha +===== +* g++ (GCC) 3.0 + On lemieux.psc.edu, Denis Pollney reports success configuring Cactus + with + LIBS="m c_r dxml for" + +IBM Power4 (AIX) +================ +* C for AIX Compiler, Version 6 + On psi19.rzg.mpg.de, Denis Pollney reports success configuring Cactus + with + LIBS="f m lapack-essl essl" + LIBDIRS="/afs/rzg/@sys/lib" + Please let me (Jonathan) know of any other compilers which are ok. The code will almost certainly *not* compile using -- cgit v1.2.3