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]

[src]

An empty group

Trait Implementations

impl Copy for SystemGroup
[src]

impl Clone for SystemGroup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl AsRaw for SystemGroup
[src]

The raw MPI C API type

[src]

The raw value

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