|
LinuxHPC.org/Cluster Builder 1.3
Message Passing Interface |
|||
|
By LinuxHPC.org and Cluster Resources
|
|||
|
The Message Passing Interface (MPI) is a computer communications protocol. It is a de facto standard for communication among the nodes running a parallel program on a distributed memory system. MPI implementations consist of a library of routines that can be called from Fortran, C, C++ and Ada programs. The advantage of MPI over older message passing libraries is that it is both portable (because MPI has been implemented for almost every distributed memory architecture) and fast (because each implementation is optimized for the hardware on which it runs). Often compared with PVM and at one stage merged with PVM to form PVMMPI. All text used in this article is available under the GNU Free Documentation License. It uses material from the Wikipedia article "Message Passing Interface". |
||
| © 2010 Adaptive Computing | |||