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

Charm++Data-driven Objects.ppt

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

Charm++ Data-driven Objects L. V. Kale Parallel Programming Decomposition what to do in parallel Mapping: Which processor does each task Scheduling (sequencing) On each processor Machine dependent expression Express the above decisions for the particular parallel machine Shared objects model: Basic philosophy: Let the programmer decide what to do in parallel Let the system handle the rest: Which processor executes what, and when With some override control to the programmer, when needed Basic model: The program is set of communicating objects Objects only know about other objects (not processors) System maps objects to processors And may remap the objects for load balancing etc. dynamically Shared objects, not shared memory in-between “shared nothing” message passing, and “shared everything” of SAS Additional information sharing mechanisms “Disciplined” sharing Charm++ Charm++ programs specify parallel computations consisting of a number of “objects” How do they communicate? By invoking methods on each other, typically asynchronously Also by sharing data using “specifically shared variables” What kinds of objects? Chares: singleton objects Chare arrays: generalized collections of objects Advanced: Chare group (Used by library writers, system) Data Driven Execution in Charm++ Need for Proxies Consider: Object x of class A wants to invoke method f of obj y of class B. x and y are on different processors what should the syntax be? y-f( …)? : doesn’t work because y is not a local pointer Needed: Instead of “y” we must use an ID that is valid across processors Method Invocation should use this ID Some part of the system must pack the parameters and send them Some part of the system on the remote processor must invoke the right method on the right object with the parameters supplied Charm++ solution: proxy classes Classes with remotely invokeable methods inherit from “chare” class (system defined) entry methods can only have one parameter: a subclass of message For

文档评论(0)

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

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

1亿VIP精品文档

相关文档