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: Ubuntu 7.10
- Compiler: g++ (GCC) 4.1.3
- IT++ release: 4.0.1
- External Libraries: The following Ubuntu packages were installed to provide BLAS, LAPACK and ATLAS: lapack3, lapack3-dev, lapack3-pic, refblas3, refblas3-dev, atlas3-base, atlas3-base-dev, atlas3-headers
- Tests Status: All tests PASSED
- Date: December 30, 2007
- Tester: Erik G. Larsson
- Platform: Intel Pentium 4
- Operating System: Debian Etch
- Compiler: g++ (GCC) 4.1.2
- IT++ release: 3.99.0
- External Libraries: ATLAS, LAPACK and FFTW from Debian packages (on the computer where the test was done the following packages were installed, among others: fftw3, fftw3-dev, atlas3-base, atlas3-base-dev, atlas3-headers, atlas3-sse, atlas3-sse-dev, atlas3-sse2, atlas3-sse2-dev, atlas3-test)
- Tests Status: All tests PASSED
- Date: January 18, 2007
- Tester: Erik G. Larsson
- Platform: Intel Pentium M Centrino
- Operating System: Gentoo Linux 2006.1 (x86)
- Compiler: g++ (GCC) 4.1.1
- IT++ release: 3.99.0
- External Libraries: Compiled and installed from the portage tree:
sci-libs/fftw-3.1.2
sci-libs/blas-atlas-3.7.24
sci-libs/lapack-atlas-3.7.24
- Tests Status: All tests PASSED
- Comments: BLAS and LAPACK libs set up by using the following system commands:
% eselect blas set atlas
% eselect cblas set atlas
% eselect lapack set atlas
IT++ configured with:
% export CXXFLAGS="-march=pentium-m -O3 -fno-exceptions -pipe"
% ./configure --with-blas="-lblas" --enable-debug
- Date: January 18, 2007
- Tester: Adam Piątyszek (ediap)
- Platform: Intel Pentium M Centrino
- Operating System: Gentoo Linux 2006.1 (x86)
- Compiler: g++ (GCC) 4.1.1
- IT++ release: 3.99.0
- External Libraries: Intel Math Kernel Library (MKL) 8.1.014 installed from the portage three:
- Tests Status: All tests PASSED
- Comments: IT++ configured using the following commands:
% export LDFLAGS="-L/opt/intel/mkl/8.1/lib/32"
% export CPPFLAGS="-I/opt/intel/mkl/8.1/include"
% ./configure --enable-debug
- Date: January 18, 2007
- Tester: Adam Piątyszek (ediap)
- Platform: Intel Pentium 4
- Operating System: Red Hat Enterprise Linux 4
- Compiler: g++ (GCC) 3.4.6
- IT++ release: 3.99.0
- External Libraries: ATLAS, LAPACK, and FFTW separately compiled from IT++ External 2.3.0 sources and installed in a local directory
- Tests Status: All tests PASSED
- Date: January 18, 2007
- Tester: Erik G. Larsson
- Platform: AMD Sempron 3000+
- Operating System: Microsoft Windows XP SP2, Cygwin 1.5.23-2
- Compiler(s): g++ (GCC) 3.4.4 (cygming special)
- IT++ release: 3.99.0
- External Libraries: Installed from Cygwin repository:
fftw3-3.0.1-2, fftw3-dev-3.0.1-2
lapack-3.0-5
- Tests Status: All tests PASSED
- Comments: Only static library can be built. IT++ configured with:
% ./configure --enable-debug
- Date: January 19, 2007
- Tester: Adam Piątyszek (ediap)
- Platform: AMD Sempron 3000+
- Operating System: Microsoft Windows XP SP2, Cygwin 1.5.23-2
- Compiler(s): g++ (GCC) 3.4.4 (cygming special)
- IT++ release: 3.99.0
- External Libraries: ACML version 3.6.0 (
acml3.6.0-32-g77.exe
) installed into a default directory, i.e. "c:\Program Files\AMD\acml3.6.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.6.0/gnu32/lib"
% export CPPFLAGS="-I/cygdrive/c/Progra~1/AMD/acml3.6.0/gnu32/include"
% ./configure --enable-debug
- Date: January 19, 2007
- Tester: Adam Piątyszek (ediap)
- Platform: AMD Sempron 3000+
- Operating System: Microsoft Windows XP SP2, MinGW 5.1.3, MSYS 1.0.11
- Compiler(s): g++ (GCC) 3.4.5 (mingw special)
- IT++ release: 3.99.0
- External Libraries: ACML version 3.6.0 (
acml3.6.0-32-g77.exe
) installed into a default directory, i.e. "c:\Program Files\AMD\acml3.6.0"
- Tests Status: All tests PASSED
- Comments: Only static library can be built. IT++ configured with:
% export LDFLAGS="-L/c/Progra~1/AMD/acml3.6.0/gnu32/lib"
% export CPPFLAGS="-I/c/Progra~1/AMD/acml3.6.0/gnu32/include"
% ./configure --enable-debug
- Date: January 18, 2007
- Tester: Adam Piątyszek (ediap)
- Platform: AMD Sempron 3000+
- Operating System: Microsoft Windows XP SP2, MinGW 5.1.3, MSYS 1.0.11
- Compiler(s): g++ (GCC) 3.4.5 (mingw special)
- IT++ release: 3.99.0
- External Libraries: BLAS, CBLAS, LAPACK and FFTW libraries from IT++ External 2.99.1 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 --enable-debug
- Date: January 18, 2007
- Tester: Adam Piątyszek (ediap)
- Platform: AMD Sempron 3000+
- Operating System: Microsoft Windows XP SP2
- Compiler(s): Microsoft Visual C++ 2005 .NET
- IT++ release: 3.99.1
- External Libraries: ACML version 3.6.0 (PGI) (
acml3.6.0-32-pgi.exe
) installed into a default directory, i.e. "c:\Program Files\AMD\acml3.6.0"
- 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_acml.vcproj"
project file in MSVC++ and executing "Build -> Build Solution"
command from menu. - Date: March 21, 2007
- Tester: Adam Piątyszek (ediap)
- Platform: AMD Sempron 3000+
- Operating System: Microsoft Windows XP SP2
- Compiler(s): Microsoft Visual C++ 2005 .NET
- IT++ release: 3.99.1
- 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_mkl.vcproj"
project file in MSVC++ and executing "Build -> Build Solution"
command from menu. - Date: March 21, 2007
- Tester: Adam Piątyszek (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.99.0
- External Libraries: LAPACK and FFTW libraries installed from IT++ External 2.99.1 package. ATLAS 3.7.24 development version build from sources using the following configuration command:
% ../configure --with-netlib-lapack="/usr/local/lib/liblapack.a"
- Tests Status: All tests PASSED
- Comments: Only static library can be built due to the ATLAS installation. IT++ configured with:
% export LDFLAGS="-L/usr/local/atlas/lib -L/usr/local/lib"
% export CPPFLAGS="-I/usr/local/include"
% ./configure --disable-shared
- Date: January 20, 2007
- Tester: Adam Piątyszek (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.99.0
- External Libraries: BLAS, CBLAS, LAPACK and FFTW libraries from IT++ External 2.99.1 package
- Tests Status: All tests PASSED
- Comments: IT++ configured with:
% export LDFLAGS="-L/usr/local/lib"
% export CPPFLAGS="-I/usr/local/include"
% ./configure
- Date: January 19, 2007
- Tester: Adam Piątyszek (ediap)
- 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 Piątyszek (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 Piątyszek (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 Piątyszek (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 Piątyszek (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 Piątyszek (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 Piątyszek (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 Piątyszek (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 Piątyszek (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 Piątyszek (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 Piątyszek (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 Piątyszek (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 Piątyszek (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 Piątyszek (ediap)
Generated on Fri Jul 25 12:43:01 2008 for IT++ by Doxygen 1.5.4