blas
- Version:
3.8.0
- Category:
math
- Cluster:
Loki
Description
The BLAS (Basic Linear Algebra Subprograms) are routines that provide standard building blocks for performing basic vector and matrix operations. The Level 1 BLAS perform scalar, vector and vector-vector operations, the Level 2 BLAS perform matrix-vector operations, and the Level 3 BLAS perform matrix-matrix operations. Because the BLAS are efficient, portable, and widely available, they are commonly used in the development of high quality linear algebra software, LAPACK for example.
Documentation
Official documentation: https://www.netlib.org/blas/
Examples/Usage
Load the BLAS module:
$ module load blas/gcc/64/3.8.0
Check the loaded modules:
$ module list
List available modules:
$ module avail blas/gcc/64/3.8.0
Unload the BLAS module:
$ module unload blas/gcc/64/3.8.0
Installation
Source code is obtained from BLAS