Next: Getting started
Up: Introduction to MPI
Previous: Where to use MPI?
- When possible, start with a debugged serial version.
- Design parallel algorithm.
- Write code, making calls to MPI library.
- Compile and run using implementation specific utilities.
- Run with a few nodes first, increase number gradually.
2006-10-06