Function mpi::comm::world
[−]
[src]
pub fn world() -> MPI_Comm
Gives MPI_COMM_WORLD.
Examples
let comm_world = comm::world(); let rank_in_world = comm::rank(world);
pub fn world() -> MPI_Comm
Gives MPI_COMM_WORLD.
let comm_world = comm::world(); let rank_in_world = comm::rank(world);
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)