1 |
Dot products and convergence test always require global communication
-
No reason to pick one DISTRIBUTE over another
|
2 |
Vector updates require no communication
-
Really no reason to choose a particular DISTRIBUTE
|
3 |
Matrix-vector multiply does care where its data come from
-
In this case, same advantages/disadvantages as Jacobi iteration
|
4 |
The bottom line
-
(BLOCK,*) on high-latency machines or small problem sizes
-
(BLOCK,BLOCK) on low-latency machines
|