pub fn mpi_init_single_thread() -> Result<(), StrError>
Initializes the MPI execution environment (single-threaded)
Corresponds to:
MPI_Init(NULL, NULL)