Irregular Mesh: OpenMP Mapping (2)
The reality:
- The graph is connected ? some endpoints must be shared
- Memory systems move more than one word at a time ? false sharing
- OpenMP does not standardize how to resolve this
- Best bet: Once the program is working, look for good orderings of data