The MAGMA library
This page was translated by an AI (LLM) with a cursory human check and is awaiting full review.
Description
MAGMA provides linear algebra libraries similar to LAPACK, but for hybrid or heterogeneous Multicore and GPU architectures.
Installed Versions
To find out which versions are installed on the machine, use the following command:
module avail magma
To generate an executable compatible with the H100 partition, remember to compile your MAGMA code on the compil_H100 partition by performing a module load arch/h100.
For the A100 partition, remember to compile by performing a module load arch/a100.
Environment
The versions of MAGMA are available in different environments. To list them, use the following command:
module show magma
To use this library in other environments, please contact the User Support team.
To obtain information on the library access paths, it will be necessary to load the chosen environment first. For example:
module load nvidia-compilers/25.1 cuda/12.8.0module show magmaUsage
The library is accessible using the module load command. For example:
module load magma/2.5.0-cuda