140 likes | 454 Views
Chapter 8: ZPL and Other Global View Languages. Principles of Parallel Programming First Edition by Calvin Lin Lawrence Snyder. Code Spec 8.1 Primitive data types available in ZPL. Code Spec 8.2 Syntax of control statements in ZPL.
E N D
Chapter 8:ZPL and Other Global View Languages Principles of Parallel Programming First Edition by Calvin Lin Lawrence Snyder
Code Spec 8.3 ZPL’s primitive operators and operator-assignments.
Figure 8.1 ZPL program that implements Conway’s Game of Life.
Figure 8.2 The SUMMA matrix multiplication algorithm in ZPL.
Code Spec 8.5 Requirements of ZPL’s partial reduce and flood operators.
Figure 8.4 Bounding region. Regions used in the program are superimposed so that their indices align; the black square has the same index in all regions. Once aligned, the bounding region is the smallest region containing the indices of the superimposed regions.
Figure 8.5 Block allocation of the bounding region. The bounding region (a) is partitioned using a balanced allocation (b), which assigns a set of indices (c). The contributing regions’ indices are inherited from those indices (d).