First page Back Continue Last page Summary Graphics
Types of Parallel Problems
Local Problems: (little communications)
Semi-local Problems (boundary communications)
Global Problems (total communications)
Overlapping Communications & Computations
- Do non-blocking send
- Compute what is already known locally
- Compute the rest when the communications are done
Notes: