A highly scalable approach to solving linear systems using two-stage multisplitting

09/26/2020
by   Nick Brown, et al.
0

Iterative methods for solving large sparse systems of linear equations are widely used in many HPC applications. Extreme scaling of these methods can be difficult, however, since global communication to form dot products is typically required at every iteration. To try to overcome this limitation we propose a hybrid approach, where the matrix is partitioned into blocks. Within each block, we use a highly optimised (parallel) conventional solver, but we then couple the blocks together using block Jacobi or some other multisplitting technique that can be implemented in either a synchronous or an asynchronous fashion. This allows us to limit the block size to the point where the conventional iterative methods no longer scale, and to avoid global communication (and possibly synchronisation) across all processes. Our block framework has been built to use PETSc, a popular scientific suite for solving sparse linear systems, as the synchronous intra-block solver, and we demonstrate results on up to 32768 cores of a Cray XE6 system. At this scale, the conventional solvers are still more efficient, though trends suggest that the hybrid approach may be beneficial at higher core counts.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
04/29/2022

On global randomized block Kaczmarz algorithm for solving large-scale matrix equations

The randomized Kaczmarz algorithm is one of the most popular approaches ...
research
11/13/2021

GPMR: An Iterative Method for Unsymmetric Partitioned Linear Systems

We introduce an iterative method named GPMR for solving 2x2 block unsymm...
research
03/11/2020

Evaluating Abstract Asynchronous Schwarz solvers

With the commencement of the exascale computing era, we realize that the...
research
09/14/2022

Stage-parallel fully implicit Runge-Kutta implementations with optimal multilevel preconditioners at the scaling limit

We present an implementation of a fully stage-parallel preconditioner fo...
research
10/01/2020

Modelling the earth's geomagnetic environment on Cray machines using PETSc and SLEPc

The British Geological Survey's global geomagnetic model, Model of the E...
research
03/11/2020

Evaluating Abstract Asynchronous Schwarz solvers on GPUs

With the commencement of the exascale computing era, we realize that the...
research
02/15/2023

Experimental Study of a Parallel Iterative Solver for Markov Chain Modeling

This paper presents the results of a preliminary experimental investigat...

Please sign up or login with your details

Forgot password? Click here to reset