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.