1 / 14

Principles of Parallel Programming First Edition by Calvin Lin Lawrence Snyder

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.

pello
Télécharger la présentation

Principles of Parallel Programming First Edition by Calvin Lin Lawrence Snyder

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 8:ZPL and Other Global View Languages Principles of Parallel Programming First Edition by Calvin Lin Lawrence Snyder

  2. Code Spec 8.1 Primitive data types available in ZPL.

  3. Code Spec 8.2 Syntax of control statements in ZPL.

  4. Code Spec 8.3 ZPL’s primitive operators and operator-assignments.

  5. Figure 8.1 ZPL program that implements Conway’s Game of Life.

  6. Code Spec 8.4 Specifying the entry procedure for ZPL.

  7. Figure 8.2 The SUMMA matrix multiplication algorithm in ZPL.

  8. Code Spec 8.5 Requirements of ZPL’s partial reduce and flood operators.

  9. Code Spec 8.6 Requirements of ZPL’s remap operator.

  10. Figure 8.3 ZPL program for ranking coffee drinker data.

  11. 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.

  12. 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).

  13. Code Spec 8.7 ZPL performance model.

  14. Figure 8.6 A NESL matrix multiplication function.

More Related