Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7
typeflat
separatorpipe

Overview

...

...

  • (Basic Linear Algebra Subprograms)

...

  • is a specification that prescribes a set of low-level routines for performing common linear algebra operations such as vector addition, scalar multiplication, dot products, linear combinations, and matrix multiplication.

    • On our clusters we provided OpenBLAS which is an open-source implementation of the BLAS

Using

Use the module name openblas to discover versions available and to load the application.

...