Reducing Parallel Communication in Algebraic Multigrid through Sparsification
Amanda Bienz, Robert D. Falgout William Gropp, Luke N. Olson, Jacob B., Schroder

TL;DR
This paper proposes a sparsification method to reduce parallel communication costs in algebraic multigrid by removing weakly connected entries from coarse-grid matrices, balancing efficiency and convergence.
Contribution
It introduces a systematic sparsification technique for coarse-grid matrices in AMG, improving scalability without significantly harming convergence.
Findings
Reduced communication costs in AMG hierarchies.
Maintained convergence by reintroducing entries if needed.
Faster solve times demonstrated in computational experiments.
Abstract
Algebraic multigrid (AMG) is an solution process for many large sparse linear systems. A hierarchy of progressively coarser grids is constructed that utilize complementary relaxation and interpolation operators. High-energy error is reduced by relaxation, while low-energy error is mapped to coarse-grids and reduced there. However, large parallel communication costs often limit parallel scalability. As the multigrid hierarchy is formed, each coarse matrix is formed through a triple matrix product. The resulting coarse-grids often have significantly more nonzeros per row than the original fine-grid operator, thereby generating high parallel communication costs on coarse-levels. In this paper, we introduce a method that systematically removes entries in coarse-grid matrices after the hierarchy is formed, leading to an improved communication costs. We sparsify by removing…
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.
