- 1、本文档共73页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Short Message Optimizations Direct all to all communication is α dominated Message combining for small messages Reduce the total number of messages Multistage algorithm to send messages along a virtual topology Group of messages combined and sent to an intermediate processor which then forwards them to their final destinations AAPC strategy may send same message multiple times 精品文档 Virtual Topology: Mesh Organize processors in a 2D (virtual) Mesh Phase 1: Processors send messages to row neighbors Message from (x1,y1) to (x2,y2) goes via (x1,y2) Phase 2: Processors send messages to column neighbors 2* messages instead of P-1 精品文档 AAPC Performance 精品文档 Large Message Issues Network contention Contention free schedules Topology specific optimizations 精品文档 Ring Strategy for Collective Multicast Performs all to all multicast by sending messages along a ring formed by the processors Congestion free on most topologies 0 1 2 i i+1 P-1 …… …….. 精品文档 Streaming Messages Programs often have streams of short messages Streaming library combines a bunch of messages and sends them off Stripping large charm++ header Short array message packing Effective message performance of about 3us 精品文档 Using communication library Communication optimizations embodied as strategies EachToManyMulticastStrategy RingMulticast PipeBroadcast Streaming MeshStreaming 精品文档 Bracketed vs. Non-bracketed Bracketed Strategies Require user to give specific end points for each iteration of message sends Endpoints declared by calling ComlibBegin() and ComlibEnd() Examples: EachToManyMulticast Non bracketed strategies No such end points necessary Examples: Streaming, PipeBroadcast 精品文档 Accessing the Communication Library From mainchare::main Creating a strategy Strategy *strat = new EachToManyMulticastStrategy(USE_MESH) Strat = new StreamingStrategy(); Strat-enableShortMessagePacking(); Associating a proxy with a Strategy ComlibAssociateProxy(strat, myproxy); myproxy should be passed to all array
文档评论(0)