Introduction to Parallel Computing

Parallel Computing

并行计算是同时利用多种计算资源来解决可计算问题:

1.利用多个处理器。

2.一个问题可以被分解为多个离散的、能并发解决的部分。

3.每个离散部分可以被进一步分解为一系列指令。

4.各个离散部分之间的指令可以同时在不同的处理器上执行。

5.使用控制/协同机制。

 

Concepts and Terminology

1.Supercomputing and HPC(High Performance Computing)

2.Node: comprised of multi-processors/CPUs/cores, memory, network interface etc.

3.Task: a logically discrete section of computitional work.

4.Shared Memory: From a strictly hardware point of view, describes a computer architecture where all processors have direct access to a common physical memory.

5.Symmetric Multi-processors(SMP).

6.Commucinations:parallel tasks typically need to exchange data.

7.Synchronization: the coordination of parallel task in real time.

8.Granularity: in parallel computing, granulairty is qualiative measure of the ration of compution to communication.

Coarse: relatively large amounts of computational work are done between communication events.

Fine: relatively small amount of computational work are done between communication events.

9.

转载于:https://www.cnblogs.com/miaoyong/p/3280253.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值