MPI Tutorials
From Yale HPC Wiki
MPI is a language-independent communications protocol used to program parallel computers. Both point-to-point and collective communication is supported. MPI "is a message-passing application programmer interface, together with protocol and semantic specifications for how its features must behave in any implementation." MPI's goals are high performance, scalability, and portability. MPI remains the dominant model used in high-performance computing today.
- [Local Documentation ] ftp://ftp.wss.yale.edu/pub/linux/other/hpc
- [MPI tutorial materials on the Web]
- [Original MPI Standard Reference]
- [MPI RFCs & reference documentation]
- [MPI in Thirty Minutes]
- [Common MPI Programming Errors]

