Parallel code
- distributed memory model: each processor takes care of a section of the global grid.
- The module (thorn) responsible for parallel execution can use whatever method it likes to decompose the grid across processors and exchange ghost zone information
- Ghostzone size can be chosen at start-up time
Notes: