General Information
Home page | Versions | Module dependencies | |
---|---|---|---|
Compiler | |||
www.openblas.net | 0.2.15 | GCC/4.9.3-2.25 |
|
0.2.18 | GCC/5.4.0-2.26 |
||
0.2.19 | GCC/6.3.0-2.27 |
OpenBLAS is an optimized BLAS library.
Usage on Idun
Load one of the OpenBLAS and the corresponding GCC compiler modules to use the OpenBLAS library on Idun, e.g.:
$ module load GCC/5.4.0-2.26 OpenBLAS/0.2.18-LAPACK-3.6.1
Example program
Compile and link the program using the GCC compiler, adding the OpenBLAS library:
$ gcc blas_test.c -lopenblas