Next: Buffering
Up: A Survey of MPI
Previous: PVMPI
While the MPI standard enables portable parallel programs, it
does not guarantee portable programs, in the following senses:
- MPI applications may take advantage of implementation details
of one MPI implementation that are different in another implementation.
- MPI applications may correctly use MPI features that perform poorly in
some MPI implementations.
This section discusses a number of potential pitfalls.
Jack Dongarra
Sun Nov 9 14:03:51 EST 1997