MPI_INTERFACE_VERSION
Definition
#define MPI_INTERFACE_VERSION
MPI_VERSION_MAJOR "." MPI_VERSION_MINOR MPI_VERSION_BRANCH
Description
MPI_INTERFACE_VERSION defines a string that represents the MPI library’s interface version. The MPI library compares the MPI_VERSION with the MPI_INTERFACE_VERSION during mpiControlInit to check for compatibility between your application binary and the MPI library.
The MPI Version Numbering scheme is formally defined to represent the major, minor, and release level for a particular library version.