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

pub struct Universe { /* fields omitted */ }

Global context

Methods

impl Universe
[src]

The 'world communicator'

Contains all processes initially partaking in the computation.

Examples

See examples/simple.rs

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

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

Detach the buffer used for buffered communication.

Trait Implementations

impl Drop for Universe
[src]

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