Sciweavers

PPAM
2007
Springer

A Supernodal Out-of-Core Sparse Gaussian-Elimination Method

13 years 10 months ago
A Supernodal Out-of-Core Sparse Gaussian-Elimination Method
Abstract. We present an out-of-core sparse direct solver for unsymmetric linear systems. The solver factors the coefficient matrix A into A = PLU using Gaussian elimination with partial pivoting. It assumes that A fits within main memory, but it stores the L and U factors on disk (that is, in files). Experimental results indicate that on small to moderately-large matrices (whose factors fit or almost fit in main memory), our code achieves high performance, comparable to that of SuperLU. In some of these cases it is somewhat slower than SuperLU due to overheads associated with the out-of-core behaviour of the algorithm (in particular the fact that it always writes the factors to files), but not by a large factor. But in other cases it is faster than SuperLU, probably due to more efficient use of the cache. However, it is able to factor matrices whose factors are much larger than main memory, although at lower computational rates.
Sivan Toledo, Anatoli Uchitel
Added 09 Jun 2010
Updated 09 Jun 2010
Type Conference
Year 2007
Where PPAM
Authors Sivan Toledo, Anatoli Uchitel
Comments (0)