SUperLU-DIST¶
Description¶
SUperLU-DIST - SUperLU-DIST contains a set of subroutines to solve a sparse linear system A*X=B. It uses Gaussian elimination with static pivoting (GESP). Static pivoting is a technique that combines the numerical stability of partial pivoting with the scalability of Cholesky (no pivoting), to run accurately and efficiently on large numbers of processors.
Environment Modules¶
Run module spider superlu_dist
to find out what environment modules are available for this application.
Environment Variables¶
- HPC_SUPERLU_DIST_DIR - installation directory
- HPC_SUPERLU_DIST_LIB - library directory
- HPC_SUPERLU_DIST_INC - include directory
Categories¶
linear algebra