Robustness and Accuracy in Pipelined Bi-Conjugate Gradient Stabilized Method: A Comparative Study
Mykhailo Havdiak, Jose I. Aliaga, Roman Iakymchuk
TL;DR
The paper addresses robustness and accuracy of the pipelined BiCGStab for unsymmetric linear systems on distributed memory architectures. It proposes an ExBLAS-based reproducible framework to replace the residual replacement technique and compares BiCGStab, p-BiCGStab, p-BiCGStabExBLAS, and p-BiCGStabRR on matrices from the SuiteSparse Matrix Collection. Results indicate that the ExBLAS approach provides reproducible, reliable convergence and often better numerical stability than the baseline pipelined method, while BiCGStab generally remains the most stable; residual replacement remains situationally advantageous but can be slower and more complex. The findings support ExBLAS as a viable path to improve reliability and scalability of parallel Krylov solvers for challenging non-symmetric problems in HPC contexts.
Abstract
In this article, we propose an accuracy-assuring technique for finding a solution for unsymmetric linear systems. Such problems are related to different areas such as image processing, computer vision, and computational fluid dynamics. Parallel implementation of Krylov subspace methods speeds up finding approximate solutions for linear systems. In this context, the refined approach in pipelined BiCGStab enhances scalability on distributed memory machines, yielding to substantial speed improvements compared to the standard BiCGStab method. However, it's worth noting that the pipelined BiCGStab algorithm sacrifices some accuracy, which is stabilized with the residual replacement technique. This paper aims to address this issue by employing the ExBLAS-based reproducible approach. We validate the idea on a set of matrices from the SuiteSparse Matrix Collection.
