SuperLU
SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations. SuperLU DIST, for distributed memory machines, is installed on Bridges.
Documentation
Usage
To see what versions of SuperLU DIST are available type
module avail superlu_dist
To see what other modules are needed, what commands are available and how to get additional help type
module help superlu_dist
To use SuperLu DIST, include a command like this in your batch script or interactive session to load the superlu_dist module:
module load superlu_dist
Be sure you also load any other modules needed, as listed by the module help superlu_dist
command.