English

High-Performance Solvers for Dense Hermitian Eigenproblems

Mathematical Software 2012-09-27 v2 Numerical Analysis

Abstract

We introduce a new collection of solvers - subsequently called EleMRRR - for large-scale dense Hermitian eigenproblems. EleMRRR solves various types of problems: generalized, standard, and tridiagonal eigenproblems. Among these, the last is of particular importance as it is a solver on its own right, as well as the computational kernel for the first two; we present a fast and scalable tridiagonal solver based on the Algorithm of Multiple Relatively Robust Representations - referred to as PMRRR. Like the other EleMRRR solvers, PMRRR is part of the freely available Elemental library, and is designed to fully support both message-passing (MPI) and multithreading parallelism (SMP). As a result, the solvers can equally be used in pure MPI or in hybrid MPI-SMP fashion. We conducted a thorough performance study of EleMRRR and ScaLAPACK's solvers on two supercomputers. Such a study, performed with up to 8,192 cores, provides precise guidelines to assemble the fastest solver within the ScaLAPACK framework; it also indicates that EleMRRR outperforms even the fastest solvers built from ScaLAPACK's components.

Cite

@article{arxiv.1205.2107,
  title  = {High-Performance Solvers for Dense Hermitian Eigenproblems},
  author = {Matthias Petschow and Elmar Peise and Paolo Bientinesi},
  journal= {arXiv preprint arXiv:1205.2107},
  year   = {2012}
}
R2 v1 2026-06-21T21:01:09.072Z