StdAir Logo  1.00.0
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Supported Systems

Table of Contents

Introdution

This page is intended to provide a list of StdAir supported systems, i.e. the systems on which configuration, installation and testing process of the StdAir 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 StdAir library on a system not mentioned below, please let us know, so we could update this database.

StdAir 3.10.x

Linux Systems

Fedora Core 4 with ATLAS

  • Platform: Intel Pentium 4
  • Operating System: Fedora Core 4 (x86)
  • Compiler: g++ (GCC) 4.0.2 20051125
  • StdAir 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: StdAir configured with:
    % CXXFLAGS="-O3 -pipe -march=pentium4" ./configure
  • Date: March 7, 2006
  • Tester: Tony Ottosson

Gentoo Linux with ACML

  • Platform: AMD Sempron 3000+
  • Operating System: Gentoo Linux 2006.0 (x86 arch)
  • Compiler(s): g++ (GCC) 3.4.5
  • StdAir release: 3.10.1
  • External Libraries: Compiled and installed from portage tree:
    • sci-libs/acml-3.0.0
  • 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
    StdAir configured with:
    % export CPPFLAGS="-I/usr/include/acml"
    % ./configure --with-blas="-lblas"
  • Date: March 31, 2006
  • Tester: Adam Piatyszek (ediap)

Gentoo Linux with ATLAS

  • Platform: Intel Pentium M Centrino
  • Operating System: Gentoo Linux 2006.0 (x86)
  • Compiler: g++ (GCC) 3.4.5
  • StdAir 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
    StdAir configured with:
    % ./configure --with-blas="-lblas"
  • Date: March 31, 2006
  • Tester: Adam Piatyszek (ediap)

Gentoo Linux with MKL

  • Platform: Intel Pentium M Centrino
  • Operating System: Gentoo Linux 2006.0 (x86 arch)
  • Compiler: g++ (GCC) 3.4.5
  • StdAir 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: StdAir 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)

Gentoo Linux with NetLib's BLAS and LAPACK

  • Platform: Intel Pentium M Centrino
  • Operating System: Gentoo Linux 2006.0 (x86)
  • Compiler: g++ (GCC) 3.4.5
  • StdAir 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
    StdAir configured with:
    % ./configure --with-blas="-lblas"
  • Date: March 31, 2006
  • Tester: Adam Piatyszek (ediap)

Red Hat Enterprise Linux with StdAir External

  • 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)
  • StdAir release: 3.10.0
  • External Libraries: BLAS, CBLAS, LAPACK and FFTW libraries from StdAir External 2.1.1 package
  • Tests Status: All tests PASSED
  • Date: March 7, 2006
  • Tester: Erik G. Larsson

SUSE Linux 10.0 with NetLib's BLAS and LAPACK

  • Platform: Intel Pentium 4 CPU 3.20GHz (64-bit)
  • Operating System: SUSE Linux 10.0 (x86_64)
  • Compiler(s): g++ (GCC) 4.0.2
  • StdAir 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: StdAir 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)

SUSE Linux 10.0 with MKL

  • Platform: Intel Pentium 4 CPU 3.20GHz (64-bit)
  • Operating System: SUSE Linux 10.0 (x86_64)
  • Compiler(s): g++ (GCC) 4.0.2
  • StdAir 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: StdAir 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)

Windows Systems

Microsoft Windows XP with Cygwin

  • Platform: AMD Sempron 3000+
  • Operating System: Microsoft Windows XP SP2, Cygwin 1.5.19-4
  • Compiler(s): g++ (GCC) 3.4.4 (cygming special)
  • StdAir 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. StdAir configured with:
    % ./configure
  • Date: March 31, 2006
  • Tester: Adam Piatyszek (ediap)

Microsoft Windows XP with Cygwin and ATLAS

  • Platform: AMD Sempron 3000+
  • Operating System: Microsoft Windows XP SP2, Cygwin 1.5.19-4
  • Compiler(s): g++ (GCC) 3.4.4 (cygming special)
  • StdAir 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 StdAir External 2.1.1 package configured using:
    % ./configure --enable-atlas --disable-fftw
  • Tests Status: All tests PASSED
  • Comments: Only static library can be built. StdAir configured with:
    % export LDFLAGS="-L/usr/local/lib"
    % ./configure
  • Date: March 31, 2006
  • Tester: Adam Piatyszek (ediap)

Microsoft Windows XP with Cygwin and ACML

  • Platform: AMD Sempron 3000+
  • Operating System: Microsoft Windows XP SP2, Cygwin 1.5.19-4
  • Compiler(s): g++ (GCC) 3.4.4 (cygming special)
  • StdAir 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. StdAir 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)

Microsoft Windows XP with MinGW, MSYS and ACML

  • 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)
  • StdAir 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. StdAir 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)

Microsoft Windows XP with MinGW, MSYS and StdAir External

  • 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)
  • StdAir release: 3.10.5
  • External Libraries: BLAS, CBLAS, LAPACK and FFTW libraries from StdAir External 2.2.0 package
  • Tests Status: All tests PASSED
  • Comments: Only static library can be built. StdAir 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)

Microsoft Windows XP with MS Visual C++ and Intel MKL

  • Platform: AMD Sempron 3000+
  • Operating System: Microsoft Windows XP SP2
  • Compiler(s): Microsoft Visual C++ 2005 .NET
  • StdAir 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 StdAir based programs compiled and run with success.
  • Comments: Only static library can be built. StdAir built by opening the "win32\stdair.vcproj" project file in MSVC++ and executing "Build -> Build Solution" command from menu.
  • Date: August 11, 2006
  • Tester: Adam Piatyszek (ediap)

Unix Systems

SunOS 5.9 with StdAir External

  • Platform: SUNW, Sun-Blade-100 (SPARC)
  • Operating System: SunOS 5.9 Generic_112233-10
  • Compiler(s): g++ (GCC) 3.4.5
  • StdAir release: 3.10.2
  • External Libraries: BLAS, CBLAS, LAPACK and FFTW libraries from StdAir 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: StdAir 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)