Toward a Portable Parallel Programming Environment


Up: Contents Next: The MPE Extension Library Previous: Documentation

Although MPI specifies a standard library interface and therefore describes what a portable parallel program will look like, it says nothing about the environment in which the program will run. MPICH is a portable implementation of the MPI standard, but also attempts to provide more for programmers. We have already discussed mpirun, which provides a portable way to run programs. In this section we describe briefly some of the other tools provided in MPICH along with the basic MPI implementation.



Up: Contents Next: The MPE Extension Library Previous: Documentation