This page is intended to provide a list of IT++ supported systems, i.e. the systems on which configuration, installation and testing process of the IT++ library has been sucessful. Results are grouped based on minor release number. Therefore, only the latest tests for bug-fix releases are included. Besides, the information on this page is divided into sections dependent on the operating system.
Where necessary, some extra information is given for each tested configuration, e.g. external libraries installed, configuration commands used, etc.
If you manage to compile, install and test the IT++ library on a system not mentioned below, please let us know, so we could update this database.
- Platform: Intel Pentium 4
- Operating System: Fedora Core 4 (x86)
- Compiler: g++ (GCC) 4.0.2 20051125
- IT++ release: 3.10.0
- External Libraries: From FC4 distribution:
fftw3.i386-3.0.1-3
fftw3-devel.i386-3.0.1-3
atlas-sse2.i386-3.6.0-8.fc4
atlas-sse2-devel.i386-3.6.0-8.fc4
blas.i386-3.0-35.fc4
lapack.i386-3.0-35.fc4
- Tests Status: All tests PASSED
- Comments: IT++ configured with:
% CXXFLAGS="-O3 -pipe -march=pentium4" ./configure
- Date: March 7, 2006
- Tester: Tony Ottosson
- Platform: AMD Sempron 3000+
- Operating System: Gentoo Linux 2006.0 (x86 arch)
- Compiler(s): g++ (GCC) 3.4.5
- IT++ release: 3.10.1
- External Libraries: Compiled and installed from portage tree:
- Tests Status: All tests PASSED
- Comments: BLAS and LAPACK libs set by using the following system commands:
% eselect blas set ACML
% eselect lapack set ACML
IT++ configured with: % export CPPFLAGS="-I/usr/include/acml"
% ./configure --with-blas="-lblas"
- Date: March 31, 2006
- Tester: Adam Piatyszek (ediap)
- Platform: Intel Pentium M Centrino
- Operating System: Gentoo Linux 2006.0 (x86)
- Compiler: g++ (GCC) 3.4.5
- IT++ release: 3.10.1
- External Libraries: Compiled and installed from portage tree:
sci-libs/fftw-3.1
sci-libs/blas-atlas-3.6.0-r1
sci-libs/lapack-atlas-3.6.0
- Tests Status: All tests PASSED
- Comments: BLAS and LAPACK libs set by using the following system commands:
% eselect blas set ATLAS
% eselect lapack set ATLAS
IT++ configured with: % ./configure --with-blas="-lblas"
- Date: March 31, 2006
- Tester: Adam Piatyszek (ediap)
- Platform: Intel Pentium M Centrino
- Operating System: Gentoo Linux 2006.0 (x86 arch)
- Compiler: g++ (GCC) 3.4.5
- IT++ release: 3.10.0
- External Libraries: Intel Math Kernel Library (MKL) 8.0.1 installed manually in the following directory:
/opt/intel/mkl/8.0.1
- Tests Status: All tests PASSED
- Comments: IT++ configured using the following commands:
% export LDFLAGS="-L/opt/intel/mkl/8.0.1/lib/32"
% export CPPFLAGS="-I/opt/intel/mkl/8.0.1/include"
% ./configure
- Date: February 28, 2006
- Tester: Adam Piatyszek (ediap)
- Platform: Intel Pentium M Centrino
- Operating System: Gentoo Linux 2006.0 (x86)
- Compiler: g++ (GCC) 3.4.5
- IT++ release: 3.10.1
- External Libraries: Compiled and installed from portage tree:
sci-libs/fftw-3.1
sci-libs/blas-reference-19940131-r2
sci-libs/cblas-reference-20030223
sci-libs/lapack-reference-3.0-r2
- Tests Status: All tests PASSED
- Comments: BLAS and LAPACK libs set by using the following system commands:
% blas-config reference
% lapack-config reference
IT++ configured with: % ./configure --with-blas="-lblas"
- Date: March 31, 2006
- Tester: Adam Piatyszek (ediap)
- Platform: Intel Pentium 4
- Operating System: Red Hat Enterprise Linux AS release 4 (Nahant Update 2)
- Compiler: g++ (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
- IT++ release: 3.10.0
- External Libraries: BLAS, CBLAS, LAPACK and FFTW libraries from IT++ External 2.1.1 package
- Tests Status: All tests PASSED
- Date: March 7, 2006
- Tester: Erik G. Larsson
- Platform: Intel Pentium 4 CPU 3.20GHz (64-bit)
- Operating System: SUSE Linux 10.0 (x86_64)
- Compiler(s): g++ (GCC) 4.0.2
- IT++ release: 3.10.0
- External Libraries: BLAS, LAPACK and FFTW libraries installed from OpenSuse 10.0 RPM repository:
blas-3.0-926
lapack-3.0-926
fftw3-3.0.1-114
fftw3-threads-3.0.1-114
fftw3-devel-3.0.1-114
- Tests Status: All tests PASSED
- Comments: IT++ configured with:
% export CXXFLAGS="-m64 -march=nocona -O3 -pipe"
% ./configure --with-lapack="/usr/lib64/liblapack.so.3"
- Date: March 1, 2006
- Tester: Adam Piatyszek (ediap)
- Platform: Intel Pentium 4 CPU 3.20GHz (64-bit)
- Operating System: SUSE Linux 10.0 (x86_64)
- Compiler(s): g++ (GCC) 4.0.2
- IT++ release: 3.10.0
- External Libraries: Intel Math Kernel Library (MKL) 8.0.1 installed manually in the following directory:
/opt/intel/mkl/8.0.1
- Tests Status: All tests PASSED
- Comments: IT++ configured with:
% export CXXFLAGS="-m64 -march=nocona -O3 -pipe"
% export LDFLAGS="-L/opt/intel/mkl/8.0.1/lib/em64t"
% export CPPFLAGS="-I/opt/intel/mkl/8.0.1/include"
% ./configure
- Date: March 1, 2006
- Tester: Adam Piatyszek (ediap)
- Platform: AMD Sempron 3000+
- Operating System: Microsoft Windows XP SP2, Cygwin 1.5.19-4
- Compiler(s): g++ (GCC) 3.4.4 (cygming special)
- IT++ release: 3.10.1
- External Libraries: Installed from Cygwin's repository:
fftw-3.0.1-2
fftw-dev-3.0.1-1
lapack-3.0-4
- Tests Status: All tests PASSED
- Comments: Only static library can be built. IT++ configured with:
- Date: March 31, 2006
- Tester: Adam Piatyszek (ediap)
- Platform: AMD Sempron 3000+
- Operating System: Microsoft Windows XP SP2, Cygwin 1.5.19-4
- Compiler(s): g++ (GCC) 3.4.4 (cygming special)
- IT++ release: 3.10.1
- External Libraries: Installed from Cygwin's repository:
fftw-3.0.1-2
fftw-dev-3.0.1-1
ATLAS BLAS and LAPACK libraries from IT++ External 2.1.1 package configured using: % ./configure --enable-atlas --disable-fftw
- Tests Status: All tests PASSED
- Comments: Only static library can be built. IT++ configured with:
% export LDFLAGS="-L/usr/local/lib"
% ./configure
- Date: March 31, 2006
- Tester: Adam Piatyszek (ediap)
- Platform: AMD Sempron 3000+
- Operating System: Microsoft Windows XP SP2, Cygwin 1.5.19-4
- Compiler(s): g++ (GCC) 3.4.4 (cygming special)
- IT++ release: 3.10.2
- External Libraries: ACML version 3.1.0 (
acml3.1.0-32-win32-g77.exe
) installed into a default directory, i.e. "c:\Program Files\AMD\acml3.1.0"
- Tests Status: All tests PASSED
- Comments: Only static library can be built. IT++ configured with:
% export LDFLAGS="-L/cygdrive/c/Progra~1/AMD/acml3.1.0/gnu32/lib"
% export CPPFLAGS="-I/cygdrive/c/Progra~1/AMD/acml3.1.0/gnu32/include"
% ./configure --enable-debug
- Date: May 15, 2006
- Tester: Adam Piatyszek (ediap)
- Platform: AMD Sempron 3000+
- Operating System: Microsoft Windows XP SP2, MinGW 5.0.2, MSYS 1.0.10
- Compiler(s): g++ (GCC) 3.4.4 (mingw special)
- IT++ release: 3.10.2
- External Libraries: ACML version 3.1.0 (
acml3.1.0-32-win32-g77.exe
) installed into a default directory, i.e. "c:\Program Files\AMD\acml3.1.0"
- Tests Status: All tests PASSED
- Comments: Only static library can be built. IT++ configured with:
% export LDFLAGS="-L/c/Progra~1/AMD/acml3.1.0/gnu32/lib"
% export CPPFLAGS="-I/c/Progra~1/AMD/acml3.1.0/gnu32/include"
% ./configure --enable-debug
- Date: May 15, 2006
- Tester: Adam Piatyszek (ediap)
- Platform: AMD Sempron 3000+
- Operating System: Microsoft Windows XP SP2, MinGW 5.0.2, MSYS 1.0.10
- Compiler(s): g++ (GCC) 3.4.4 (mingw special)
- IT++ release: 3.10.5
- External Libraries: BLAS, CBLAS, LAPACK and FFTW libraries from IT++ External 2.2.0 package
- Tests Status: All tests PASSED
- Comments: Only static library can be built. IT++ configured with:
% export LDFLAGS="-L/usr/local/lib"
% export CPPFLAGS="-I/usr/local/include"
% export CXXFLAGS="-Wall -O3 -march=athlon-tbird -pipe"
% ./configure --disable-html-doc
- Date: August 11, 2006
- Tester: Adam Piatyszek (ediap)
- Platform: AMD Sempron 3000+
- Operating System: Microsoft Windows XP SP2
- Compiler(s): Microsoft Visual C++ 2005 .NET
- IT++ release: 3.10.5
- External Libraries: Intel Math Kernel Library (MKL) 8.1 installed manually in the following directory:
"C:\Program Files\Intel\MKL\8.1"
- Tests Status: Not fully tested. Some IT++ based programs compiled and run with success.
- Comments: Only static library can be built. IT++ built by opening the
"win32\itpp.vcproj"
project file in MSVC++ and executing "Build -> Build Solution"
command from menu. - Date: August 11, 2006
- Tester: Adam Piatyszek (ediap)
- Platform: SUNW, Sun-Blade-100 (SPARC)
- Operating System: SunOS 5.9 Generic_112233-10
- Compiler(s): g++ (GCC) 3.4.5
- IT++ release: 3.10.2
- External Libraries: BLAS, CBLAS, LAPACK and FFTW libraries from IT++ External 2.1.1 package. The following configuration command has been used:
% export CFLAGS="-mcpu=ultrasparc -O2 -pipe -funroll-all-loops"
% ./configure
- Tests Status: All tests PASSED
- Comments: IT++ configured with:
% export LDFLAGS="-L/usr/local/lib"
% export CPPFLAGS="-I/usr/local/include"
% export CXXFLAGS="-mcpu=ultrasparc -O2 -pipe"
% ./configure --enable-debug
- Date: May 15, 2006
- Tester: Adam Piatyszek (ediap)
Generated on Wed Apr 18 11:20:01 2007 for IT++ by Doxygen 1.5.2