| Compiler-generated staggered checkpointing |
| Full text |
Pdf
(126 KB)
|
| Source
|
ACM International Conference Proceeding Series; Vol. 81
archive
Proceedings of the 7th workshop on Workshop on languages, compilers, and run-time support for scalable systems
table of contents
Houston, Texas
Pages: 1 - 8
Year of Publication: 2004
|
|
Authors
|
|
| Sponsors |
|
| Publisher |
|
| Bibliometrics |
Downloads (6 Weeks): 2, Downloads (12 Months): 11, Citation Count: 1
|
|
|
ABSTRACT
To minimize work lost due to system failures, large parallel applications perform periodic checkpoints. These checkpoints are typically inserted manually by application programmers, resulting in synchronous checkpoints, or checkpoints that occur at the same program point in all processes. While this solution is tenable for current systems, it will become problematic for future supercomputers that have many tens of thousands of nodes, because contention for both the network and file system will grow. This paper shows that staggered checkpoints---globally consistent checkpoints in which processes perform checkpoints at different points in the code---can significantly reduce network and file system contention. We describe a compiler-based approach for inserting staggered checkpoints, and we show, using trace-driven simulation, that staggered checkpointing is 23 times faster that synchronous checkpointing.
REFERENCES
Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.
| |
1
|
|
 |
2
|
Greg Bronevetsky , Daniel Marques , Keshav Pingali , Paul Stodghill, Automated application-level checkpointing of MPI programs, Proceedings of the ninth ACM SIGPLAN symposium on Principles and practice of parallel programming, June 11-13, 2003, San Diego, California, USA
|
| |
3
|
NASA Ames Research Center. NAS parallel benchmarks. http://www.nas.nasa.gov/Software/NPB.
|
| |
4
|
|
| |
5
|
E. Elnozahy, D. Johnson, and Y. Wang. A survey of rollback-recovery protocols in message-passing systems. Technical Report CMU-CS-96-181, Carnegie Mellon University, October 1996.
|
| |
6
|
|
 |
7
|
|
| |
8
|
Peter B. Ladkin and Stefan Leue. Interpreting message flow graphs. Formal Aspects of Computing, 7(5):473--509, 1995.
|
 |
9
|
|
| |
10
|
|
| |
11
|
|
| |
12
|
|
|