Extending the OpenCHK Model with Advanced Checkpoint Features
Marcos Maro\~nas, Sergi Mateo, Kai Keller, Leonardo Bautista-Gomez,, Eduard Ayguad\'e, Vicen\c{c} Beltran

TL;DR
This paper introduces compiler directives for application-level checkpoint/restart, simplifying programmability, enhancing flexibility, and supporting advanced features across different libraries without performance overhead.
Contribution
It proposes a unified, extensible programming model that simplifies checkpointing and supports advanced features, improving portability and reducing code complexity.
Findings
Significant reduction in code lines required for checkpointing.
No additional overhead introduced by the new directives.
Enhanced portability across different checkpoint libraries.
Abstract
One of the major challenges in using extreme scale systems efficiently is to mitigate the impact of faults. Application-level checkpoint/restart (CR) methods provide the best trade-off between productivity, robustness, and performance. There are many solutions implementing CR at the application level. They all provide advanced I/O capabilities to minimize the overhead introduced by CR. Nevertheless, there is still room for improvement in terms of programmability and flexibility, because end-users must manually serialize and deserialize application state using low-level APIs, modify the flow of the application to consider restarts, or rewrite CR code whenever the backend library changes. In this work, we propose a set of compiler directives and clauses that allow users to specify CR operations in a simple way. Our approach supports the common CR features provided by all the CR libraries.…
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.
