A Parallel Direct Eigensolver for Sequences of Hermitian Eigenvalue Problems with No Tridiagonalization
Shengguo Li, Xinzhe Wu, Jose E. Roman, Ziyang Yuan, Ruibo Wang and, Lizhi Cheng

TL;DR
This paper introduces PDESHEP, a parallel eigensolver that avoids tridiagonalization by combining direct and iterative methods, leading to faster computations for Hermitian eigenvalue problems.
Contribution
It proposes a novel parallel eigensolver that reduces Hermitian matrices to banded form and integrates spectrum slicing with contour integral methods, improving efficiency over traditional solvers.
Findings
PDESHEP is on average 1.25 times faster than ELPA for SCF problems.
Two-step data redistribution algorithms are 10 times faster than ScaLAPACK routines.
Numerical results demonstrate efficiency on dense and sparse Hermitian matrices.
Abstract
In this paper, a Parallel Direct Eigensolver for Sequences of Hermitian Eigenvalue Problems with no tridiagonalization is proposed, denoted by \texttt{PDESHEP}, and it combines direct methods with iterative methods. \texttt{PDESHEP} first reduces a Hermitian matrix to its banded form, then applies a spectrum slicing algorithm to the banded matrix, and finally computes the eigenvectors of the original matrix via backtransform. Therefore, compared with conventional direct eigensolvers, \texttt{PDESHEP} avoids tridiagonalization, which consists of many memory-bounded operations. In this work, the iterative method in \texttt{PDESHEP} is based on the contour integral method implemented in FEAST. The combination of direct methods with iterative methods for banded matrices requires some efficient data redistribution algorithms both from 2D to 1D and from 1D to 2D data structures. Hence, some…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMatrix Theory and Algorithms · Advanced NMR Techniques and Applications · Tensor decomposition and applications
