The Detection and Correction of Silent Errors in Pipelined Krylov Subspace Methods
Erin Claire Carson, Jakub Hercík
TL;DR
This work tackles silent errors in large SPD linear system solves using pipelined Krylov methods by deriving finite-precision bounds on gaps between predicted and recomputed quantities in Pipe-PR-CG. The authors introduce ν-gap, w-gap, and μ-gap criteria, plus a relative μ-gap–bound difference, to detect faults, and they couple these with a rollback-based recovery (FT-Pipe-PR-CG). They further improve practicality with an adaptive threshold (AFT-Pipe-PR-CG) to reduce false positives while preserving fault detection. The approach enables robust, low-overhead fault tolerance for parallel Krylov solvers, with demonstrated effectiveness in detecting faults that would otherwise delay convergence, and clear guidance for applying these methods alongside preconditioning in future work.
Abstract
As computational machines become larger and more complex, the probability of hardware failure rises. ``Silent errors'', or bit flips, may not be immediately apparent but can cause detrimental effects to algorithm behavior. In this work, we examine an algorithm-based approach to silent error detection in the context of pipelined Krylov subspace methods, in particular, Pipe-PR-CG, for the solution of linear systems. Our approach is based on using finite precision error analysis to bound the differences between quantities which should be equal in exact arithmetic. By monitoring select quantities during the iteration, we can detect when these bounds are violated, which indicates that a silent error has occurred. We use this approach to develop a fault-tolerant variant and also suggest a strategy for dynamically adapting the detection criteria. Our numerical experiments demonstrate the effectiveness of our approach.
