Parallel Models: Difference between revisions
Jump to navigation
Jump to search
Ian.percel (talk | contribs) |
Ian.percel (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
Working on modern computing clusters (like ARC or Compute Canada sites) involves multiple kinds of resources and scales of parallelism. Disentangling them will require some discussion of parallel models and resource mappings. | Working on modern computing clusters (like ARC or Compute Canada sites) involves multiple kinds of resources and scales of parallelism. Disentangling them will require some discussion of parallel models and resource mappings. | ||
< | <ol> | ||
<li>Serial Computation< | <li>Serial Computation</li> | ||
<li>Shared Memory Parallelism< | <li>Shared Memory Parallelism</li> | ||
<li>Distributed Memory Parallelism< | <li>Distributed Memory Parallelism</li> | ||
<li>Job Level Parallelism< | <li>Job Level Parallelism</li> | ||
<li>GPU Parallelism< | <li>GPU Parallelism</li> | ||
<li>Hybrid Parallelism< | <li>Hybrid Parallelism</li> | ||
< | </ol> | ||
==References== | ==References== | ||
Introductory Talk on Parallel Models and Scheduling | Introductory Talk on Parallel Models and Scheduling | ||
[:File:Parallelism_and_Scheduling_v2.pdf|Parallelism and Scheduling Slides] | |||
[[:File:Parallelism_and_Scheduling_v2.pdf|Parallelism and Scheduling Slides]] |
Latest revision as of 20:34, 17 March 2021
Parallel work has a long history in practical human endeavours. Rigorous reasoning about it dates back to roughly the 1950s with the development of job-shop and logistical scheduling theories and their implementation on and for parallel computers. A basic working knowledge of parallelism is valuable for learning how to work effectively on a computing cluster.
Introduction
It is easy to identify examples of parallelism in everyday life and scientific work:
- Coordinated construction of large structures (e.g. Hadrian's Wall)
- 12 Bakers with 12 Ovens baking 24 loaves of bread in the time it would take one baker to bake 2
- Multi-channel pipetting
- Parallel computing
Working on modern computing clusters (like ARC or Compute Canada sites) involves multiple kinds of resources and scales of parallelism. Disentangling them will require some discussion of parallel models and resource mappings.
- Serial Computation
- Shared Memory Parallelism
- Distributed Memory Parallelism
- Job Level Parallelism
- GPU Parallelism
- Hybrid Parallelism
References
Introductory Talk on Parallel Models and Scheduling