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 andC 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?]
| < Previous Terms | Terms Containing Message Passing Interface | Next Terms > |
| message Message Digest 5 message digest function Message Handling System message passing | MPI | message switching Message Transfer Agent Messaging Application Programming Interface Messaging Applications Programming Interface mess-dos |



