The Scalable Checkpoint-Restart Library (SCR)- Overview and.ppt
《The Scalable Checkpoint-Restart Library (SCR)- Overview and.ppt》由会员分享,可在线阅读,更多相关《The Scalable Checkpoint-Restart Library (SCR)- Overview and.ppt(26页珍藏版)》请在麦多课文档分享上搜索。
1、Kathryn Mohror,The Scalable Checkpoint/Restart Library (SCR): Overview and Future Directions,Increased component count in supercomputers means increased failure rate,Todays supercomputers experience failures on the order of hours Future systems are predicted to have failures on the order of minutes
2、Checkpointing: periodically flush application state to a file Parallel file system (PFS) Bandwidth from cluster to PFS at LLNL: 10s GB/s 100s TB to 1-2 PB of storage Checkpoint data size varies 100s GB to TB,Writing checkpoints to the parallel file system is very expensive,Parallel File System,Hera,
3、Atlas,Zeus,Gateway Nodes,Compute Nodes,Network Contention,Contention for Shared File System Resources,Contention from Other Clusters for File System,Failures cause loss of valuable compute time,BG/L at LLNL 192K cores Checkpoint every 7.5 hours Achieved 4 days of computation in 6.5 days Atlas at LLN
4、L 4096 cores Checkpoint every 2 hours 20 - 40 minutes MTBF 4 hours Juno at LLNL 256 cores Average 20 min checkpoints 25% time spent in checkpointing,Node-local storage can be utilized to reduce checkpointing costs,Observations: Only need the most recent checkpoint data. Typically just a single node
5、failed at a time. Idea: Store checkpoint data redundantly on compute cluster; only write a few checkpoints to parallel file system. Node-local storage is a performance opportunity AND challenge+ Scales with rest of system- Fails and degrades over time- Physically distributed- Limited resource,SCR wo
6、rks for codes that do globally-coordinated application-level checkpointing,int main(int argc, char* argv) MPI_Init(argc, argv);for(int t = 0; t TIMESTEPS; t+)/* . Do work . */checkpoint();MPI_Finalize();return 0; ,void checkpoint() int rank;MPI_Comm_rank(MPI_COMM_WORLD, ,SCR works for codes that do
7、globally-coordinated application-level checkpointing,int main(int argc, char* argv) MPI_Init(argc, argv);SCR_Init();for(int t = 0; t TIMESTEPS; t+)/* . Do work . */int flag;SCR_Need_checkpoint( ,void checkpoint() SCR_Start_checkpoint();int rank;MPI_Comm_rank(MPI_COMM_WORLD, ,SCR utilizes node-local
8、storage and the parallel file system,SCR_Start_checkpt(); SCR_Route_file(fn,fn2); fwrite(data,); SCR_Complete_checkpt();,SCR_Start_checkpt(); SCR_Route_file(fn,fn2); fwrite(data,); SCR_Complete_checkpt();,SCR_Start_checkpt(); SCR_Route_file(fn,fn2); fwrite(data,); SCR_Complete_checkpt();,SCR_Start_c
9、heckpt(); SCR_Route_file(fn,fn2); fwrite(data,); SCR_Complete_checkpt();,SCR_Start_checkpt(); SCR_Route_file(fn,fn2); fwrite(data,); SCR_Complete_checkpt();,X,SCR_Start_checkpt(); SCR_Route_file(fn,fn2); fwrite(data,); SCR_Complete_checkpt();,SCR uses multiple checkpoint levels for performance and r
10、esiliency,Aggregate checkpoint bandwidth to node-local storage scales linearly on Coastal,Parallel file system built for 10GB/s,Speedups achieved using SCR with PF3d,SCR can recover from 85% of failures using checkpoints that are 100-1000x faster than PFS,Level 1: Local checkpoint sufficient,42 Temp
11、orary parallel file system write failure (subsequent job in same allocation succeeded),10 Job hang,7 Transient processor failure(floating-point exception or segmentation fault),Level 2: Partner / XOR checkpoint sufficient,104 Node failure(bad power supply, failed network card, or unexplained reboot)
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
2000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- THESCALABLECHECKPOINTRESTARTLIBRARYSCROVERVIEWANDPPT

链接地址:http://www.mydoc123.com/p-373102.html