(
Message
Passing
Interface) A protocol for passing messages between computers that are tied together in a cluster. Providing basic point-to-point "send" and "receive" message types, MPI offers several "collective communication" messages for synchronization and broadcasting to each member of the cluster. See
high-performance computing.