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