Go to the first, previous, next, last section, table of contents.


Overview

Global Arrays, like SHMEM (see section SHMEM), provides a shared-memory model for parallel programming. What differentiates Global Arrays is that it can communicate two-dimensional regions of data, as opposed to just byte vectors, and encapsulate data distribution, addressing, and communication within higher-level array operations.


Go to the first, previous, next, last section, table of contents.