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

Returns the associated communicator.

impl AsRaw for UserCommunicator
[src]

The raw MPI C API type

The raw value

impl Communicator for UserCommunicator
[src]

Number of processes in this communicator Read more

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

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

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

A Process for the calling process

Compare two communicators. Read more

Duplicate a communicator. Read more

Split a communicator by color. Read more

Split a communicator by color. Read more

Split a communicator collectively by subgroup. Read more

Split a communicator by subgroup. Read more

Split a communicator by subgroup Read more

The group associated with this communicator Read more

Abort program execution Read more

impl Drop for UserCommunicator
[src]

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