Other MPI Documentation


Up: Contents Next: In Case of Trouble Previous: Summary

Information about MPI is available from a variety of sources. Some of these, particularly WWW pages, include pointers to other resources.

* The Standard itself:
* As a Technical report: U. of T. report [4]
* As postscript for ftp: at ftp.mcs.anl.gov in pub/mpi/mpi-report.ps.
* As hypertext on the World Wide Web: http://www.mpi-forum.org
* As a journal article: in the Fall 1994 issue of the Journal of Supercomputing Applications [15]

* MPI Forum discussions
* The MPI Forum email discussions and both current and earlier versions of the Standard are available from netlib.

* Books:
* Using MPI: Portable Parallel Programming with the Message-Passing Interface, Second Edition, by Gropp, Lusk, and Skjellum [10].
* Using MPI-2: Advanced Features of the Message-Passing Interface, by Gropp, Lusk, and Thakur [11]
* MPI: The Complete Reference, Second Edition, by Snir, et al. [17].
* Parallel Programming with MPI, by Peter S. Pacheco. [16]

* Newsgroup:
* comp.parallel.mpi

* Mailing lists:
* mpi-comm@cs.utk.edu: The MPI Forum discussion list.
* mpi-impl@mcs.anl.gov: The implementors' discussion list.
* mpi-bugs@mcs.anl.gov: The address to report problems with mpich to.

* Implementations available from the web:
* mpich is available from http://www.mcs.anl.gov/mpi/mpich or by anonymous ftp from ftp.mcs.anl.gov in the directory pub/mpi/mpich, file mpich.tar.gz.
* LAM is available from http://www.mpi.nd.edu/lam CHECK or by anonymous ftp from http://www.mpi.nd.edu/lam/.

* Test code repository (new):
* ftp://ftp.mcs.anl.gov/pub/mpi/mpi-test




Up: Contents Next: In Case of Trouble Previous: Summary