Struct mpi::topology::UserGroup [] [src]

pub struct UserGroup(_);

A user-defined group of processes

Standard section(s)

6.2.1

Trait Implementations

impl Drop for UserGroup
[src]

A method called when the value goes out of scope. Read more

impl AsRaw for UserGroup
[src]

The raw MPI C API type

The raw value

impl Group for UserGroup
[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