pub fn mpi_init_single_thread() -> Result<(), StrError>
Expand description

Initializes the MPI execution environment (single-threaded)

Corresponds to:

MPI_Init(NULL, NULL)