Function mpi::environment::library_version
[−]
[src]
pub fn library_version() -> Result<String, FromUtf8Error>
Describes the version of the MPI library itself.
Can return an Err
if the description of the MPI library is not a UTF-8 string.
Can be called without initializing MPI.