Struct mpi::topology::UserCommunicator [] [src]

pub struct UserCommunicator(_);

A user-defined communicator

Standard section(s)

6.4

Trait Implementations

impl AsCommunicator for UserCommunicator
[src]

The type of the associated communicator

[src]

Returns the associated communicator.

impl AsRaw for UserCommunicator
[src]

The raw MPI C API type

[src]

The raw value

impl Communicator for UserCommunicator
[src]

[src]

Number of processes in this communicator Read more

[src]

The Rank that identifies the calling process within this communicator Read more

[src]

Bundles a reference to this communicator with a specific Rank into a Process. Read more

[src]

Returns an AnyProcess identifier that can be used, e.g. as a Source in point to point communication. Read more

[src]

A Process for the calling process

[src]

Compare two communicators. Read more

[src]

Duplicate a communicator. Read more

[src]

Split a communicator by color. Read more

[src]

Split a communicator by color. Read more

[src]

Split a communicator collectively by subgroup. Read more

[src]

Split a communicator by subgroup. Read more

[src]

Split a communicator by subgroup Read more

[src]

The group associated with this communicator Read more

[src]

Abort program execution Read more

impl Drop for UserCommunicator
[src]

[src]

Executes the destructor for this type. Read more