Skip to main content

openblas: Optimized BLAS libraries

Contents

  1. Overview of package
    1. General usage
  2. Availability of package by cluster

Overview of package

General information about package
Package: openblas
Description: Optimized BLAS libraries
For more information: https://www.openblas.net/
Categories:
License: OpenSource (BSD)

General usage information

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):

and the following flags to your link command (e.g. LDFLAGS in your Makefile):

Available versions of the package openblas, by cluster

This section lists the available versions of the package openblason the different clusters.

Available versions of openblas on the Zaratab cluster

Available versions of openblas on the Zaratab cluster
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.






Back to Top