1 |
Essential idea is that we divide equations into sweeps labelled by m
|
2 |
Once one has solved sweeps 1 through m-1, ALL equations of sweep m can be solved INDEPENDENTLY and hence with natural parallelization
|
3 |
We will use Owner-Compute strategy and assign each grid-point (as normal) to a given processor
|
4 |
Several choices for assignments of grid points to processors and not clear that RNR-93-007 chooses best strastegy
|
5 |
Natural Strategy is NOT BLOCK ( divide grid points into P contigous cubic domains) but rather BLOCK-CYCLIC
-
BLOCK decomposition has load-balancing problems
-
BLOCK-CYCLIC has better load-balancing but more communication
-
P denotes number of Processors
|