Outline
Finish Chapter 8
- Review of MPI routines introduced
- Another strategy for writing to stdout
- Dealing with limited access to stdin
Chapter 9 - Debugging
- Review of serial debugging
- Extension to parallel debugging
- Classical bugs in parallel programs
- Common MPI mistakes
- printf + fflush
- Nondeterminism