Table des matières
Jean Zay: The MAGMA library
Introduction
MAGMA offers linear algebra libraries similar to LAPACK but for hybrid or heterogeneous architectures with “Multicore+GPU” systems.
Installed versions
Ces versions are all parallel for GPU :
- Version 2.5.0 compiled with CUDA and Intel 19.0.4 :
magma/2.5.0-cuda
- Version 2.5.1-alpha1 compiled with CUDA and Intel 19.0.4 :
magma/2.5.1-alpha1-cuda
Usage
The library is accessible via the following command:
$ module load magma/2.5.0-cuda
To know which versions are installed on the machine:
$ module avail magma