OpenBLAS

OpenBLAS#

OpenBLAS is an open source implementation of the BLAS (basic linear algebra subprograms) and LAPACK (linear algebra packages) APIs. It contains subroutines for various linear algebra/matrix operations. The official documentation can be found here.

The OpenBLAS module on Aire#

Aire offers three versions of OpenBLAS, each built with a different GCC version.

Version

Command

openblas/0.3.28/gcc-11.4.1

module load openblas/0.3.28/gcc-11.4.1

openblas/0.3.28/gcc-13.2.0

module load openblas/0.3.28/gcc-13.2.0

openblas/0.3.28/gcc-14.2.0

module load openblas/0.3.28/gcc-14.2.0