Struct mpi::topology::SystemGroup [] [src]

pub struct SystemGroup(_);

A built-in group, e.g. MPI_GROUP_EMPTY

Standard section(s)

6.2.1

Methods

impl SystemGroup
[src]

An empty group

Trait Implementations

impl Copy for SystemGroup
[src]

impl Clone for SystemGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRaw for SystemGroup
[src]

The raw MPI C API type

The raw value

impl Group for SystemGroup
[src]

Group union Read more

Group intersection Read more

Group difference Read more

Subgroup including specified ranks Read more

Subgroup including specified ranks Read more

Number of processes in the group. Read more

Rank of this process within the group. Read more

Find the rank in group other' of the process that has rankrank` in this group. Read more

Find the ranks in group other' of the processes that have ranksranks` in this group. Read more

Compare two groups. Read more