April 2024
Intermediate to advanced
200 pages
3h 56m
English
This is an introduction to building blocks based structured parallel programming.
Building Blocks; Parallelism; Parallel Programming
We will discuss the usual usage case in parallel programming, then introduce the so-called building block and building blocks based parallel programming.
In Chapter 2, we have discussed the structured and unstructured parallelism in true concurrency. The usual usage case in parallel computing is illustrated in Fig. 6.1. There are two aspects in this case: orchestration and choreography. Orchestration contains a control flow of atomic actions, including ordinary atomic actions and communicating actions, and interacts ...