Message passing interface


communications, protocol
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).
[Address?]
(1997-06-09)

Read Also:

  • Message passing

    One of the two techniques for communicating between parallel processes (the other being shared memory). A common use of message passing is for communication in a parallel computer. A process running on one processor may send a message to a process running on the same processor or another. The actual transmission of the message is […]

  • Messager

    /French mɛsaʒe/ noun 1. André (Charles Prosper) (ɑ̃dre). 1853–1929, French composer and conductor

  • Message stick

    noun 1. a stick bearing carved symbols, carried by a native Australian as identification

  • Message-switching

    noun, Telecommunications. 1. the process by which data transmissions are stored until a proper circuit is available so that they can be forwarded. noun 1. (computing) the maintenance of a telecommunication link between two devices for the duration of a message

  • Message transfer agent

    messaging (MTA, Mail Transfer Agent) Any program responsible for delivering e-mail messages. Upon receiving a message from a Mail User Agent or another MTA, often by SMTP over the Internet, it stores it temporarily locally and analyses the recipients and delivers it to any local addressees and/or forwards it to other remote MTAs (routing) for […]


Disclaimer: Message passing interface definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.