Message_Passing_Interface Message_Passing_Interface

Message Passing Interface - Definition and Overview

Related Words: Articulation, Bound, Boundary, Butt, Ceiling, Cervix, Clinch, Closure, Compass, Connection, Coupling, Cutoff, Deadline, Determinant

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 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. Also available is [[1] (http://www.lam-mpi.org/|LAM-MPI)].

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.

See also

References

This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.

External links

  • MPI DMOZ category (http://dmoz.org/Computers/Parallel_Computing/Programming/Libraries/MPI/)
  • MPICH (http://www-unix.mcs.anl.gov/mpi/mpich/)
  • LAM/MPI (http://www.lam-mpi.org/)


Example Usage of Interface

cheapbuilder: How do I access xbox live Interface while in game? http://bit.ly/5yRDag
LucioCavalcanti: RT: @joaosiqueira_: First Else promete revolucionar Interface de celulares. http://bit.ly/4XtxNs
chuwy8000: @theR51broadcast well I need a mac with FireWire for my Interface! Think I'd be more productive with a desktop, but 2x computers = 2x price!
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.