OpenBLAS
OpenBLAS is an optimized BLAS library
Documentation
Usage
To see what versions of OpenBLAS are available type
module avail openblas
To see what other modules are needed, what commands are available and how to get additional help type
module help openblas
To use OpenBLAS, include a command like this in your batch script or interactive session to load the openblas module:
module load openblas
Be sure you also load any other modules needed, as listed by the module help openblas
command.