c_flags           200 ompi/communicator/comm.c         newcomm->c_flags |= OMPI_COMM_INTER;
c_flags          1328 ompi/communicator/comm.c     comm->c_flags |= OMPI_COMM_NAMEISSET;
c_flags          1997 ompi/communicator/comm.c     newcomm->c_flags |= newcomm->c_topo->type;
c_flags           145 ompi/communicator/comm_init.c     ompi_mpi_comm_world.comm.c_flags |= OMPI_COMM_NAMEISSET;
c_flags           146 ompi/communicator/comm_init.c     ompi_mpi_comm_world.comm.c_flags |= OMPI_COMM_INTRINSIC;
c_flags           198 ompi/communicator/comm_init.c     ompi_mpi_comm_self.comm.c_flags |= OMPI_COMM_NAMEISSET;
c_flags           199 ompi/communicator/comm_init.c     ompi_mpi_comm_self.comm.c_flags |= OMPI_COMM_INTRINSIC;
c_flags           223 ompi/communicator/comm_init.c     ompi_mpi_comm_null.comm.c_flags |= OMPI_COMM_NAMEISSET;
c_flags           224 ompi/communicator/comm_init.c     ompi_mpi_comm_null.comm.c_flags |= OMPI_COMM_INTRINSIC;
c_flags           249 ompi/communicator/comm_init.c         new_comm->c_flags |= OMPI_COMM_INTER;
c_flags           372 ompi/communicator/comm_init.c     comm->c_flags        = 0;
c_flags            66 ompi/communicator/communicator.h #define OMPI_COMM_IS_INTER(comm) ((comm)->c_flags & OMPI_COMM_INTER)
c_flags            67 ompi/communicator/communicator.h #define OMPI_COMM_IS_INTRA(comm) (!((comm)->c_flags & OMPI_COMM_INTER))
c_flags            68 ompi/communicator/communicator.h #define OMPI_COMM_IS_CART(comm) ((comm)->c_flags & OMPI_COMM_CART)
c_flags            69 ompi/communicator/communicator.h #define OMPI_COMM_IS_GRAPH(comm) ((comm)->c_flags & OMPI_COMM_GRAPH)
c_flags            70 ompi/communicator/communicator.h #define OMPI_COMM_IS_DIST_GRAPH(comm) ((comm)->c_flags & OMPI_COMM_DIST_GRAPH)
c_flags            71 ompi/communicator/communicator.h #define OMPI_COMM_IS_INTRINSIC(comm) ((comm)->c_flags & OMPI_COMM_INTRINSIC)
c_flags            72 ompi/communicator/communicator.h #define OMPI_COMM_IS_FREED(comm) ((comm)->c_flags & OMPI_COMM_ISFREED)
c_flags            73 ompi/communicator/communicator.h #define OMPI_COMM_IS_DYNAMIC(comm) ((comm)->c_flags & OMPI_COMM_DYNAMIC)
c_flags            74 ompi/communicator/communicator.h #define OMPI_COMM_IS_INVALID(comm) ((comm)->c_flags & OMPI_COMM_INVALID)
c_flags            75 ompi/communicator/communicator.h #define OMPI_COMM_IS_PML_ADDED(comm) ((comm)->c_flags & OMPI_COMM_PML_ADDED)
c_flags            76 ompi/communicator/communicator.h #define OMPI_COMM_IS_EXTRA_RETAIN(comm) ((comm)->c_flags & OMPI_COMM_EXTRA_RETAIN)
c_flags            80 ompi/communicator/communicator.h #define OMPI_COMM_IS_MAPBY_NODE(comm) ((comm)->c_flags & OMPI_COMM_MAPBY_NODE)
c_flags            82 ompi/communicator/communicator.h #define OMPI_COMM_SET_DYNAMIC(comm) ((comm)->c_flags |= OMPI_COMM_DYNAMIC)
c_flags            83 ompi/communicator/communicator.h #define OMPI_COMM_SET_INVALID(comm) ((comm)->c_flags |= OMPI_COMM_INVALID)
c_flags            85 ompi/communicator/communicator.h #define OMPI_COMM_SET_PML_ADDED(comm) ((comm)->c_flags |= OMPI_COMM_PML_ADDED)
c_flags            86 ompi/communicator/communicator.h #define OMPI_COMM_SET_EXTRA_RETAIN(comm) ((comm)->c_flags |= OMPI_COMM_EXTRA_RETAIN)
c_flags            87 ompi/communicator/communicator.h #define OMPI_COMM_SET_MAPBY_NODE(comm) ((comm)->c_flags |= OMPI_COMM_MAPBY_NODE)
c_flags           141 ompi/communicator/communicator.h     uint32_t                  c_flags; /* flags, e.g. intercomm,
c_flags           362 ompi/communicator/communicator.h     return (comm->c_flags & OMPI_COMM_INTER ? comm->c_remote_group->grp_proc_count : 0);
c_flags           333 ompi/debuggers/ompi_common_dll.c         ompi_field_offset(i_info->ompi_communicator_t.offset.c_flags,
c_flags           334 ompi/debuggers/ompi_common_dll.c                           qh_type, ompi_communicator_t, c_flags);
c_flags           204 ompi/debuggers/ompi_common_dll_defs.h             int c_flags;
c_flags           471 ompi/debuggers/ompi_mpihandles_dll.c                            c_comm + i_info->ompi_communicator_t.offset.c_flags,
c_flags            61 ompi/debuggers/predefined_gap_test.c     GAP_CHECK("c_flags", test_comm, c_flags, c_my_rank, 1);
c_flags            62 ompi/debuggers/predefined_gap_test.c     GAP_CHECK("c_id_available", test_comm, c_id_available, c_flags, 1);
c_flags          1024 ompi/dpm/dpm.c     newcomm->c_flags |= OMPI_COMM_NAMEISSET;
c_flags           211 ompi/include/ompi/memchecker.h     opal_memchecker_base_isdefined (&comm->c_flags, sizeof(uint32_t));
c_flags           247 ompi/mca/common/ompio/common_ompio_file_view.c             if ( fh->f_comm->c_flags & OMPI_COMM_CART ){
c_flags           171 ompi/mca/topo/base/topo_base_cart_create.c             new_comm->c_flags &= ~OMPI_COMM_CART;
c_flags           180 ompi/mca/topo/base/topo_base_cart_create.c     new_comm->c_flags         |= OMPI_COMM_CART;
c_flags           158 ompi/mca/topo/base/topo_base_cart_sub.c         temp_comm->c_flags         |= OMPI_COMM_CART;
c_flags           310 ompi/mca/topo/base/topo_base_dist_graph_create.c     (*newcomm)->c_flags           |= OMPI_COMM_DIST_GRAPH;
c_flags           100 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c     (*newcomm)->c_flags               |= OMPI_COMM_DIST_GRAPH;
c_flags           133 ompi/mca/topo/base/topo_base_graph_create.c             new_comm->c_flags          &= ~OMPI_COMM_GRAPH;
c_flags           141 ompi/mca/topo/base/topo_base_graph_create.c     new_comm->c_flags          |= OMPI_COMM_GRAPH;
c_flags           120 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             (*newcomm)->c_flags        |= OMPI_COMM_DIST_GRAPH;
c_flags           706 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         (*newcomm)->c_flags        |= OMPI_COMM_DIST_GRAPH;
c_flags           944 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         (*newcomm)->c_flags        |= OMPI_COMM_DIST_GRAPH;
c_flags            76 ompi/mpi/c/comm_get_name.c     if ( comm->c_flags & OMPI_COMM_NAMEISSET ) {
c_flags            62 ompi/mpi/c/comm_test_inter.c     *flag = (comm->c_flags & OMPI_COMM_INTER);
c_flags            69 ompi/mpi/c/intercomm_create.c              ( local_comm->c_flags & OMPI_COMM_INTER ) )
c_flags            99 ompi/mpi/c/intercomm_create.c                  (bridge_comm->c_flags & OMPI_COMM_INTER) ) {
c_flags            67 ompi/mpi/c/intercomm_merge.c              !( intercomm->c_flags & OMPI_COMM_INTER ) )