skill-tree:k:3:2:b
**This is an old revision of the document!**
Table of Contents
K3.2-B Parallelization Overheads
Background
Parallelization of a program always introduces some extra work in addition to the work done by the sequential version of the program. The main sources of parallelization overhead are data communication (between processes) and synchronization (of processes and threads). Other sources are additional operations that are introduced at the algorithmic level (for example in global reduction operations) or at a lower software level (for example by address calculations). d
Aim
Outcomes
- the various overheads, i.e. overheads for communication, synchronization
- the problems of load imbalances
Subskills
skill-tree/k/3/2/b.1593092878.txt.gz · Last modified: 2020/06/25 15:47 by kai_h