Message Passing
Message passing is a library-supported set of facilities allowing programmers to construct a parallel implementation
- Send/Receive messages between processors
- Spawn processes
- Synchronize
Library routines are built on low level protocol
Most machines come with native library, like Intel Paragon’s NX Library
Popular portable libraries: PVM, MPI