Struct mpi::environment::Universe [] [src]

pub struct Universe { /* fields omitted */ }

Global context

Methods

impl Universe
[src]

[src]

The 'world communicator'

Contains all processes initially partaking in the computation.

Examples

See examples/simple.rs

[src]

The size in bytes of the buffer used for buffered communication.

[src]

Set the size in bytes of the buffer used for buffered communication.

[src]

Detach the buffer used for buffered communication.

Trait Implementations

impl Drop for Universe
[src]

[src]

Executes the destructor for this type. Read more