Struct mpi::environment::Universe
[−]
[src]
pub struct Universe { /* fields omitted */ }
Global context
Methods
impl Universe
[src]
fn world(&self) -> SystemCommunicator
The 'world communicator'
Contains all processes initially partaking in the computation.
Examples
See examples/simple.rs
fn buffer_size(&self) -> usize
The size in bytes of the buffer used for buffered communication.
fn set_buffer_size(&mut self, size: usize)
Set the size in bytes of the buffer used for buffered communication.
fn detach_buffer(&mut self)
Detach the buffer used for buffered communication.