Implementation of MPI
MPI is implemented as a subroutine library interface to the machine’s native operations
Vendors and researchers are free to use the most efficient methods for a particular computer
- TCP/IP
- Shared memory with pointer copying
- Anything in between