Skip to main content
SHARE
Publication

Hybrid Checkpointing for MPI Jobs in HPC Environments...

by Chao Wang, Frank Mueller, Christian Engelmann, Stephen L Scott
Publication Type
Conference Paper
Publication Date
Page Numbers
524 to 533
Conference Name
16th IEEE International Conference on Parallel and Distributed Systems (ICPADS) 2010
Conference Location
Shanghai, China
Conference Date
-

As the core count in high-performance computing systems keeps increasing, faults are becoming common place. Check pointing addresses such faults but captures full process images even though only a subset of the process image changes between checkpoints. We have designed a hybrid check pointing technique for MPI tasks of high-performance applications. This technique alternates between full and incremental checkpoints: At incremental checkpoints, only data changed since the last checkpoint is captured. Our implementation integrates new BLCR and LAM/MPI features that complement traditional full checkpoints. This results in significantly reduced checkpoint sizes and overheads with only moderate increases in restart overhead. After accounting for cost and savings, benefits due to incremental checkpoints are an order of magnitude larger than overheads on restarts. We further derive qualitative results indicating an optimal balance between full/incremental checkpoints of our novel approach at a ratio of 1:9, which outperforms both always-full and always-incremental check pointing.