Message Passing Interface Guide, Meaning , Facts, Information and Description
The Message Passing Interface (MPI) is a computer communications protocol. It is a de facto standard for communication among the nodess running a parallel program on a distributed memory system. MPI is a library of routines that can be called from Fortran, C and C++ programs. MPI's advantage 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 it runs on).The most common implementation in use is MPICH.
For shared memory systems, OpenMP is the de facto standard for programming on them. There is also another parallel programming model named Unified Parallel C aimed to facilitate the programming on both shared and distributed memory systems.
| Table of contents |
|
2 References 3 External links |
