OMPI_COMM_INTRINSIC  146 ompi/communicator/comm_init.c     ompi_mpi_comm_world.comm.c_flags |= OMPI_COMM_INTRINSIC;
OMPI_COMM_INTRINSIC  199 ompi/communicator/comm_init.c     ompi_mpi_comm_self.comm.c_flags |= OMPI_COMM_INTRINSIC;
OMPI_COMM_INTRINSIC  224 ompi/communicator/comm_init.c     ompi_mpi_comm_null.comm.c_flags |= OMPI_COMM_INTRINSIC;
OMPI_COMM_INTRINSIC   71 ompi/communicator/communicator.h #define OMPI_COMM_IS_INTRINSIC(comm) ((comm)->c_flags & OMPI_COMM_INTRINSIC)
OMPI_COMM_INTRINSIC  492 ompi/debuggers/ompi_mpihandles_dll.c     if (0 != (flags & OMPI_COMM_INTRINSIC)) {