Function msgpass::mpi_init

source ·
pub fn mpi_init() -> Result<(), StrError>
Expand description

Initializes the MPI execution environment (multi-threaded)

Corresponds to:

MPI_Init_thread(NULL, NULL, MPI_THREAD_MULTIPLE, &provided)