Q. Show the Features added in message passing interface-2
- Input/output
- Single-sided operations for remote memory access
- Binding for C++
- Dynamic process management
MPI's advantages over older "message passing libraries" is that it's both portable (Since MPI has been implemented for nearly each distributed memory architecture) and fast (Since every implementation is optimized for hardware it runs on).