Message Passing Interface (MPI)
A standard message-passing library
- p4, NX, p4, Express, PARMACS are precursors
An MPI program defines a set of processes
(usually one process per node)
... that communicate by calling MPI functions
(point-to-point and collective)
... and can be constructed in a modular fashion
(communicators are the key)