MPI30
MPI30, commonly written MPI-3.0, refers to the third major revision of the Message Passing Interface (MPI) standard used for parallel computing. It was developed by the MPI Forum and published in 2012 to update and extend the capabilities provided by MPI-2.x. The standard defines a portable, language-neutral API for distributed-memory parallelism and is intended to be implemented by high-performance libraries for C, C++, and Fortran.
Key features of MPI-3.0 include enhancements to one-sided communication (remote memory access), the introduction of nonblocking
Implementations and impact: MPI-3.0 is implemented by major MPI libraries, including Open MPI, MPICH, Intel MPI,
See also: MPI (standard), MPICH, Open MPI, MVAPICH, Intel MPI.