Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Message Passing Interface

You are here: irt.org | FOLDOC | 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)

Nearby terms: message digest function « Message Handling System « message passing « Message Passing Interface » message switching » Message Transfer Agent » Message Transport Agent

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb