Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
Message Passing Interface
Jump to user comments
communications, protocol A de facto standard for
communication among the nodes running a parallel program
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).