- 1、本文档共86页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
并行计算机与互连网络拓扑结构-北京大学微处理器研究开发中心
并行计算机与互连网络拓扑结构
佟冬
北京大学计算机系统结构教研室
2004年5月10 日
内容
并行计算机体系结构简介
互连网络的基本理论
互连网络的组织结构
互连网络的拓扑结构分析
实例介绍
并行计算机与互连网络结构 2
并行计算机(Parallel Computer)
并行计算机定义
Definition: “A parallel computer is a collection of processing elements
that cooperate and communicate to solve large problems fast.”
Almasi and Gottlieb, Highly Parallel Computing , 1989
相应的问题
How large a collection?
How powerful are processing elements?
How do they cooperate and communicate?
How are data transmitted?
What type of interconnection?
What are HW and SW primitives for programmer?
Does it translate into performance?
并行计算机与互连网络结构 3
并行系统结构(Parallel Architecture)
Parallel Architecture extends traditional
computer architecture with a communication
architecture
abstractions (HW/SW interface)
organizational structure to realize abstraction
efficiently
并行计算机与互连网络结构 4
并行系统结构(续)
编程模型
共享变量(Shared variable)
消息传递(Message passing)
数据并行(Data parallel)
多道程序(Multiprogramming)
通讯模式
共享地址空间
消息传递
并行计算机与互连网络结构 5
并行程序执行过程
并行 并行
程序 程序
划分 划分
分配 分配
通讯 通讯
进程1 进程2 进程1 进程2
通讯实现
网络 链结 网络
共享存储器单元
文档评论(0)