MPI_Get_library_version
Return the version number of MPI library.
Syntax
name = MPI_Get_library_version()
Output argument
name - a string: Version of MPI.
Description
This function returns the version number of MPI library.
See also
Example
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated