SuperLU on the NAVO MSRC Cray XT5

ContactIs.Organization
PETTT Advanced Computational Environments
Email
help@pettt-ace.com
Name
PETTT Advanced Computational Environments
DateOfInformation
Tue Dec 16 13:08:58 EST 2008
DeployedOn.Machine
NAVO MSRC Cray XT5 - einstein
BelongsTo.Organization
NAVO MSRC
Email
msrchelp@navo.hpc.mil
Name
NAVO MSRC
Telephone
800-993-7677
Webpage
http://www.navo.hpc.mil
DateOfInformation
Mon Dec 15 18:46:42 PST 2008
Name
NAVO MSRC Cray XT5 - einstein
RecordMaintainedBy.Organization
PETTT Advanced Computational Environments
Email
help@pettt-ace.com
Name
PETTT Advanced Computational Environments
Webpage
http://
DeploymentDate
Thu Jun 09 22:17:01 EDT 2005
IsDeploymentOf.Asset
SuperLU
Abstract
SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perform an LU decomposition with partial pivoting and triangular system solvers through forward and back substitution. The LU factorization routines can handle non-square matrics but the triangular solves are performed only for square matrices. The matrix columns may be preordered (before factorization) either through library or user supplied routines. This preordering for sparsity is completely separate from the factorization. Working precision iterative refinement subroutines are provided for improved backward stability. Routines are also provided to equilibrate the system, estimate the condition number, calculate the relative backward error, and estimate error bounds for the refined solutions.
DateOfInformation
Thu Apr 15 16:40:08 EDT 2004
Documentation
http://crd.lbl.gov/~xiaoye/SuperLU/superlu_ug.ps.gz
Domain
Numerical Programs and Routines
Linear algebra
Name
SuperLU
TitleLine
for direct solution of large, sparse linear systems
Webpage
http://crd.lbl.gov/~xiaoye/SuperLU/
Name
SuperLU on the NAVO MSRC Cray XT5
Status
Installed
UsageInfo
SuperLU is installed in $PET_HOME/MATH/PGI on Einstein.
There are three flavors of SuperLU: Sequential (Version 3.0), Multi-threaded (Version 2.0, shared-memory architecture, OpenMP, Pthreads) and Distributed (Version 2.2, distributed-memory architecture, MPI).
Only the sequential and distributed versions of SuperLU are installed in subdirectory "lib".
For example, the Sequential version of SuperLU is in directory $PET_HOME/MATH/PGI/lib" and is called "libsuperlu_SEQ.a".
Header files are in subdirectories "include/SuperLU_SEQ" and "include/SuperLU_DIST".

To use SuperLU:
1) Need to have the appropriate "$PET_HOME/MATH/PGI/include/..." directory in the include path, or specified with the "-I" compiler flag.
2) Need to have the appropriate SuperLU library in the library path, or specified with the "-l" and/or "-L" compiler flag.
3) Need to link with the C math library using "-lm" when building C programs, and need to link with the Fortran library using "-lfortran" when building Fortran programs.
UsageInfoUrl
http://