网站大量收购独家精品文档,联系QQ:2885784924

挑战4-debug_54940393.ppt

  1. 1、本文档共29页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
挑战4-debug_54940393

执行时间 记录、重播时间 相比于基本执行时间 * 挑战3:调试 * 日志规模 vs.分组规模 分组规模可调试日志规模 * 挑战3:调试 * 数据重播 顺序重播 FT (CLASS=C, NPROCS=64, All-to-ALL) 分组方法 以通信局部性为指导进行分组可有效减小日志 * * CG (CLASS=C, NPROCS=64, Locality) 挑战3:调试 小结 调试HPC程序非常困难 分组再现重播 数据重播和顺序重播的一般形式 记录开销和重播开销的灵活平衡 * 挑战3:调试 * 谢谢! * Ckpt at MPI API (ckpt can not interrupt sys calls) Adaptive logging/ frontier (two send, one receive) * Umpire Deadlock: Two basic methods exist for deadlock detection in distributed systems: detecting cycles in dependency graphs prior to operation execution, and using timeouts to break the deadlock after it occurs. Umpire uses dependency graphs, although it can gracefully terminate a deadlocked application using timeouts. The Umpire manager tracks blocking MPI communication calls, including collective operations, communicator management routines, and completions of non-blocking requests using its set of MPI history queues for each task. Using this information, Umpire constructs a dependency graph from the ordered operations in each queue. Umpire’s recursive deadlock detector attempts to construct a cycle of dependencies from the blocking operations in these queues. Umpire discards transaction records for these calls when it determines that the operations cannot lead to a deadlock. Realistically, since deadlocks can involve constructs that are not part of MPI, our tool can also time-out after a userspecified period. The timeout period is configurable, so a user can adjust the threshold to accommodate their platform and application. When Umpire times out, it reports the contents of the history queues, as well as * Postmortem trace analysis: collect the trace during normal running, and analysis the trace against interesting issues. Random message payload: try all (or most of) the cases of message order on non-deterministic point. For example, if there are 4 possible messages for one wild-card receive, then on replay, all 4! cases of message orders would be tested. (they named it to test the completeness) * *

文档评论(0)

yaocen + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档