1 / 44
文档名称:

并行程序设计导论PPT教案.pptx

格式:pptx   大小:2,188KB   页数:44页
下载后只包含 1 个 PPTX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

并行程序设计导论PPT教案.pptx

上传人:wo1230 2021/8/4 文件大小:2.14 MB

下载得到文件列表

并行程序设计导论PPT教案.pptx

文档介绍

文档介绍:会计学
1
并行程序设计导论
Roadmap
Why we need ever-increasing performance.
Why we’re building parallel systems.
Why we need to write parallel programs.
How do we write parallel programs?
What we’ll be doing.
Concurrent, parallel, distributed!
# Chapter Subtitle
第1页/共43页
Changing times
From 1986 – 2002, microprocessors were speeding like a rocket, increasing in performance an average of 50% per year.
Since then, it’s dropped to about 20% increase per year.
第2页/共43页
An intelligent solution
Instead of designing and building faster microprocessors, put multiple processors on a single integrated circuit.
第3页/共43页
Now it’s up to the programmers
Adding more processors doesn’t help much if programmers aren’t aware of them…
… or don’t know how to use them.
Serial programs don’t benefit from this approach (in most cases).
第4页/共43页
Why we need ever-increasing performance
Computational power is increasing, but so are our computation problems and needs.
Problems we never dreamed of have been solved because of past increases, such as decoding the human genome.
More complex problems are still waiting to be solved.
第5页/共43页
Climate modeling
第6页/共43页
Protein folding
第7页/共43页
Drug discovery
第8页/共43页
Energy research
第9页/共43页