Abstract
Randomized algorithms are gaining ground in high-performance computing applications as they have the potential to outperform deterministic methods, while still providing accurate results. We propose a randomized solver for distributed multicore architectures to efficiently solve large dense symmetric indefinite linear systems that are encountered, for instance, in parameter estimation problems or electromagnetism simulations. The contribution of this paper is to propose efficient kernels for applying random butterfly transformations and a new distributed implementation combined with a runtime (PaRSEC) that automatically adjusts data structures, data mappings, and the scheduling as systems scale up. Both the parallel distributed solver and the supporting runtime environment are innovative. To our knowledge, the randomization approach associated with this solver has never been used in public domain software for symmetric indefinite systems. The underlying runtime framework allows seamless data mapping and task scheduling, mapping its capabilities to the underlying hardware features of heterogeneous distributed architectures. The performance of our software is similar to that obtained for symmetric positive definite systems, but requires only half the execution time and half the amount of data storage of a general dense solver.
Original language | English |
---|---|
Pages (from-to) | 213-223 |
Number of pages | 11 |
Journal | Parallel Computing |
Volume | 40 |
Issue number | 7 |
DOIs | |
State | Published - Jul 2014 |
Externally published | Yes |
Funding
The research conducted in this project has been supported by the National Science Foundation through the grant #1244905 and the Université Paris-Sud – Inria research chair DRH/SA/2011/92 .
Funders | Funder number |
---|---|
National Science Foundation | 1244905 |
Université Paris-Sud |
Keywords
- Distributed linear algebra solvers
- PaRSEC runtime
- Randomized algorithms
- Symmetric indefinite systems