Next: HPF Programming Issues II
Up: Data Distribution
Previous: Other Mappings
HPF is always a trade-off between parallelism and communication,
- more processors, more communications,
- try to load balance, assume owner-computes rule,
- try to ensure data locality,
- use array syntax or array intrinsics,
- avoid storage and sequence association (and assumed-size arrays).
Need a good parallel algorithm.
For more information, click here
Next: HPF Programming Issues II
Up: Data Distribution
Previous: Other Mappings
©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997Not for commercial use.