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]

[src]

Executes the destructor for this type. Read more

impl AsRaw for UserGroup
[src]

The raw MPI C API type

[src]

The raw value

impl Group for UserGroup
[src]

[src]

Group union Read more

[src]

Group intersection Read more

[src]

Group difference Read more

[src]

Subgroup including specified ranks Read more

[src]

Subgroup including specified ranks Read more

[src]

Number of processes in the group. Read more

[src]

Rank of this process within the group. Read more

[src]

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

[src]

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

[src]

Compare two groups. Read more