SuperLU on the ERDC Cray XT4 CNL

ContactIs.Organization
PETTT Advanced Computational Environments
Email
help@pettt-ace.com
Name
PETTT Advanced Computational Environments
DateOfInformation
Wed Jul 09 12:25:43 EDT 2008
DeployedOn.Machine
ERDC MSRC CRAY XT4 - Jade
Architecture
Cray XT4
BelongsTo.Organization
ERDC MSRC
Email
msrchelp@erdc.hpc.mil
Name
ERDC MSRC
Telephone
1-800-500-4722
Webpage
http://www.erdc.hpc.mil/index.htm
DNS Name
Jade[01-07].erdc.hpc.mil
DateOfInformation
Wed Jul 09 12:23:48 EDT 2008
Manufacturer
Cray
Name
ERDC MSRC CRAY XT4 - Jade
OperatingSystem
Linux
RecordMaintainedBy.Organization
PETTT Advanced Computational Environments
Email
help@pettt-ace.com
Name
PETTT Advanced Computational Environments
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 ERDC Cray XT4 CNL
Status
Installed
UsageInfo
SuperLU is installed in $PET_HOME/MATH/PGI on Jade.
There are three flavors of SuperLU: Sequential (Version 3.0), Multi-threaded (Version 2.0, shared-memory architecture, OpenMP, Pthreads) and Distributed (Version 2.0, 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://