Package: | openblas |
---|---|
Description: | Optimized BLAS libraries |
For more information: | https://www.openblas.net/ |
Categories: | |
License: | OpenSource (BSD) |
OpenBLAS is an open source implementation of the BLAS (Basic Linear Algebra Subprograms) API with many hand-crafted optimizations for specific processor types. It also provides an optimized LAPACK API.
The following environmental variables have been defined:
You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):
This section lists the available versions of the package openblason the different clusters.
Version | Module tags | CPU(s) optimized for | GPU ready? |
---|---|---|---|
0.3.9 | openblas/0.3.9 | zen | Y |
0.3.23 | openblas/0.3.23 | icelake, x86_64, zen2 | Y |
0.3.18 | openblas/0.3.18 | x86_64, zen2 | Y |
NOTE: By default, all libraries are built with an interface expecting 32 bit integers. The only exceptions are those modules with 'interface64' or 'integer64' in the module tag, which support 64 bit integers.