OMPI_COMM_INTER   200 ompi/communicator/comm.c         newcomm->c_flags |= OMPI_COMM_INTER;
OMPI_COMM_INTER   249 ompi/communicator/comm_init.c         new_comm->c_flags |= OMPI_COMM_INTER;
OMPI_COMM_INTER    66 ompi/communicator/communicator.h #define OMPI_COMM_IS_INTER(comm) ((comm)->c_flags & OMPI_COMM_INTER)
OMPI_COMM_INTER    67 ompi/communicator/communicator.h #define OMPI_COMM_IS_INTRA(comm) (!((comm)->c_flags & OMPI_COMM_INTER))
OMPI_COMM_INTER   362 ompi/communicator/communicator.h     return (comm->c_flags & OMPI_COMM_INTER ? comm->c_remote_group->grp_proc_count : 0);
OMPI_COMM_INTER   478 ompi/debuggers/ompi_mpihandles_dll.c     } else if (0 != (flags & OMPI_COMM_INTER)) {
OMPI_COMM_INTER   519 ompi/debuggers/ompi_mpihandles_dll.c     if (0 != (flags & OMPI_COMM_INTER)) {
OMPI_COMM_INTER    62 ompi/mpi/c/comm_test_inter.c     *flag = (comm->c_flags & OMPI_COMM_INTER);
OMPI_COMM_INTER    69 ompi/mpi/c/intercomm_create.c              ( local_comm->c_flags & OMPI_COMM_INTER ) )
OMPI_COMM_INTER    99 ompi/mpi/c/intercomm_create.c                  (bridge_comm->c_flags & OMPI_COMM_INTER) ) {
OMPI_COMM_INTER    67 ompi/mpi/c/intercomm_merge.c              !( intercomm->c_flags & OMPI_COMM_INTER ) )