OMPI_MPI_STATE_INIT_COMPLETED  207 ompi/errhandler/errhandler.h         if (OPAL_UNLIKELY(state < OMPI_MPI_STATE_INIT_COMPLETED ||      \
OMPI_MPI_STATE_INIT_COMPLETED  286 ompi/errhandler/errhandler_predefined.c     assert(state < OMPI_MPI_STATE_INIT_COMPLETED ||
OMPI_MPI_STATE_INIT_COMPLETED   56 ompi/mpi/c/finalized.c             if (state >= OMPI_MPI_STATE_INIT_COMPLETED &&
OMPI_MPI_STATE_INIT_COMPLETED   62 ompi/mpi/c/get_library_version.c             if (state >= OMPI_MPI_STATE_INIT_COMPLETED &&
OMPI_MPI_STATE_INIT_COMPLETED   59 ompi/mpi/c/get_version.c             if (state >= OMPI_MPI_STATE_INIT_COMPLETED &&
OMPI_MPI_STATE_INIT_COMPLETED   56 ompi/mpi/c/initialized.c             if (state >= OMPI_MPI_STATE_INIT_COMPLETED &&
OMPI_MPI_STATE_INIT_COMPLETED   70 ompi/mpi/c/initialized.c     *flag = (state >= OMPI_MPI_STATE_INIT_COMPLETED);
OMPI_MPI_STATE_INIT_COMPLETED   43 ompi/mpi/tool/finalize.c         if ((state < OMPI_MPI_STATE_INIT_COMPLETED ||
OMPI_MPI_STATE_INIT_COMPLETED   69 ompi/peruse/peruse.c         if (state < OMPI_MPI_STATE_INIT_COMPLETED ||
OMPI_MPI_STATE_INIT_COMPLETED  180 ompi/runtime/ompi_mpi_abort.c     if (state >= OMPI_MPI_STATE_INIT_COMPLETED &&
OMPI_MPI_STATE_INIT_COMPLETED  117 ompi/runtime/ompi_mpi_finalize.c     if (state < OMPI_MPI_STATE_INIT_COMPLETED ||
OMPI_MPI_STATE_INIT_COMPLETED  126 ompi/runtime/ompi_mpi_finalize.c         if (state < OMPI_MPI_STATE_INIT_COMPLETED) {
OMPI_MPI_STATE_INIT_COMPLETED  410 ompi/runtime/ompi_mpi_init.c                 while (ompi_mpi_state < OMPI_MPI_STATE_INIT_COMPLETED) {
OMPI_MPI_STATE_INIT_COMPLETED 1047 ompi/runtime/ompi_mpi_init.c     opal_atomic_swap_32(&ompi_mpi_state, OMPI_MPI_STATE_INIT_COMPLETED);
OMPI_MPI_STATE_INIT_COMPLETED   80 oshmem/runtime/oshmem_shmem_finalize.c         (state >= OMPI_MPI_STATE_INIT_COMPLETED &&