Skip to main content

initialize_with_threading

Function initialize_with_threading 

Source
pub fn initialize_with_threading(
    requested: Threading,
) -> Option<(Universe, Threading)>
Expand description

Initialize the MPI environment requesting a given Threading level. Returns the Universe and the level actually provided, mirroring rsmpi’s crate::initialize_with_threading.