MUMPS
MUMPS (MUltifrontal Massively Parallel sparse direct Solver) is a solver for large sparse systems of linear algebraic equations.
Documentation
Usage
To see what versions of MUMPS are available type
module avail mumps
To see what other modules are needed, what commands are available and how to get additional help type
module help mumps
To use MUMPS, include a command like this in your batch script or interactive session to load the MAGMA module:
module load mumps
Be sure you also load any other modules needed, as listed by the module help mumps
command.