English

PSelInv -- A Distributed Memory Parallel Algorithm for Selected Inversion : the Symmetric Case

Numerical Analysis 2015-06-01 v3 Distributed, Parallel, and Cluster Computing Numerical Analysis

Abstract

We describe an efficient parallel implementation of the selected inversion algorithm for distributed memory computer systems, which we call \texttt{PSelInv}. The \texttt{PSelInv} method computes selected elements of a general sparse matrix AA that can be decomposed as A=LUA = LU, where LL is lower triangular and UU is upper triangular. The implementation described in this paper focuses on the case of sparse symmetric matrices. It contains an interface that is compatible with the distributed memory parallel sparse direct factorization \texttt{SuperLU\_DIST}. However, the underlying data structure and design of \texttt{PSelInv} allows it to be easily combined with other factorization routines such as \texttt{PARDISO}. We discuss general parallelization strategies such as data and task distribution schemes. In particular, we describe how to exploit the concurrency exposed by the elimination tree associated with the LULU factorization of AA. We demonstrate the efficiency and accuracy of \texttt{PSelInv} by presenting a number of numerical experiments. In particular, we show that \texttt{PSelInv} can run efficiently on more than 4,0004,000 cores for a modestly sized matrix. We also demonstrate how \texttt{PSelInv} can be used to accelerate large-scale electronic structure calculations.

Keywords

Cite

@article{arxiv.1404.0447,
  title  = {PSelInv -- A Distributed Memory Parallel Algorithm for Selected Inversion : the Symmetric Case},
  author = {Mathias Jacquelin and Lin Lin and Chao Yang},
  journal= {arXiv preprint arXiv:1404.0447},
  year   = {2015}
}
R2 v1 2026-06-22T03:40:51.567Z