3.2.1 Clarification of MPI_INITIALIZED

MPI_INITIALIZED returns true if the calling process has called MPI_INIT. Whether MPI_FINALIZE has been called does not affect the behavior of MPI_INITIALIZED.

MPI-Standard for MARMOT