Function mpi::environment::version [] [src]

pub fn version() -> (c_int, c_int)

Identifies the version of the MPI standard implemented by the library.

Returns a tuple of (version, subversion), e.g. (3, 0).

Can be called without initializing MPI.