Encyclopedia > MPI

  Article Content

Message Passing Interface

Redirected from MPI

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 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 optimised for the hardware it runs on).


This article (or an earlier version of it) contains material from FOLDOC, used with permission.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Lake Ronkonkoma, New York

... there are 93.5 males. For every 100 females age 18 and over, there are 90.3 males. The median income for a household in the town is $60,209, and the median income for a ...

 
 
 
This page was created in 41.7 ms