SuperLU on the AFRL MSRC SGI Altix4700

ContactIs.Organization
PETTT Advanced Computational Environments
Email
help@pettt-ace.com
Name
PETTT Advanced Computational Environments
DateOfInformation
Mon Jan 14 01:07:57 EST 2008
DeployedOn.Machine
AFRL MSRC Altix4700 - Hawk
Architecture
SGI Altix
BelongsTo.Organization
AFRL MSRC
Email
msrchelp@asc.hpc.mil
Name
AFRL MSRC
Telephone
1-888-677-2272
Webpage
http://www.asc.hpc.mil
ClockSpeed
1.6 GHz
DateOfInformation
Fri Jun 06 08:50:02 PDT 2008
Manufacturer
SGI
Name
AFRL MSRC Altix4700 - Hawk
OperatingSystem
Linux
ProcessorsPerNode
32
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 AFRL MSRC SGI Altix4700
Status
Installed
UsageInfo
SuperLU is installed in $PET_HOME/MATH/intel on Hawk.
There are three flavors of SuperLU: Sequential (Version 3.0), Multi-threaded (Version 1.0, shared-memory architecture, OpenMP, Pthreads) and Distributed (Version 2.0, distributed-memory architecture, MPI).
These are installed in the "lib" sub-directory. For example, the Sequential version of SuperLU is called "libSuperLU_SEQ.a".
Header files are in subdirectories "include/SuperLU_SEQ", "include/SuperLU_DIST" and "include/SuperLU_MT".

To use SuperLU:
1) Need to have the appropriate "$PET_HOME/MATH/intel/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.