Next: Distributing the data
Up: Introduction: mesh computations
Previous: Overview
Mesh computations are readily parallelized for distributed-memory
architectures using the following approach:
- The grid (N-dimensional) is
distributed over an N-dimensional grid of
processes.
- A separate (optional) host
process is used for reads/writes involving a whole
array.
- Non-grid variables -- global constants and
reduction variables, e.g. -- are duplicated in each
process.
Berna L Massingill
Mon Jun 8 19:35:58 PDT 1998