newcomm            87 ompi/communicator/comm.c                                 ompi_communicator_t *newcomm);
newcomm            91 ompi/communicator/comm.c                                     opal_info_t *info, ompi_communicator_t **newcomm, ompi_request_t **req);
newcomm           147 ompi/communicator/comm.c     ompi_communicator_t *newcomm = NULL;
newcomm           161 ompi/communicator/comm.c     newcomm = OBJ_NEW(ompi_communicator_t);
newcomm           162 ompi/communicator/comm.c     if (NULL == newcomm) {
newcomm           165 ompi/communicator/comm.c     newcomm->super.s_info = NULL;
newcomm           167 ompi/communicator/comm.c     newcomm->c_cube_dim = opal_cube_dim(local_size);
newcomm           168 ompi/communicator/comm.c     newcomm->c_id_available   = MPI_UNDEFINED;
newcomm           169 ompi/communicator/comm.c     newcomm->c_id_start_index = MPI_UNDEFINED;
newcomm           175 ompi/communicator/comm.c                               local_ranks, &newcomm->c_local_group);
newcomm           180 ompi/communicator/comm.c         newcomm->c_local_group = local_group;
newcomm           181 ompi/communicator/comm.c         OBJ_RETAIN(newcomm->c_local_group);
newcomm           183 ompi/communicator/comm.c     newcomm->c_my_rank = newcomm->c_local_group->grp_my_rank;
newcomm           191 ompi/communicator/comm.c                                   remote_ranks, &newcomm->c_remote_group);
newcomm           196 ompi/communicator/comm.c             newcomm->c_remote_group = remote_group;
newcomm           197 ompi/communicator/comm.c             OBJ_RETAIN(newcomm->c_remote_group);
newcomm           200 ompi/communicator/comm.c         newcomm->c_flags |= OMPI_COMM_INTER;
newcomm           205 ompi/communicator/comm.c         ompi_comm_idup_internal (old_localcomm, newcomm->c_local_group, NULL, NULL,
newcomm           206 ompi/communicator/comm.c                                  &newcomm->c_local_comm, req);
newcomm           208 ompi/communicator/comm.c         newcomm->c_remote_group = newcomm->c_local_group;
newcomm           209 ompi/communicator/comm.c         OBJ_RETAIN(newcomm->c_remote_group);
newcomm           215 ompi/communicator/comm.c     if ( 0 < local_size && (OMPI_COMM_IS_INTRA(newcomm) || 0 <remote_size) ) {
newcomm           216 ompi/communicator/comm.c         ompi_dpm_mark_dyncomm (newcomm);
newcomm           220 ompi/communicator/comm.c     newcomm->error_handler = errh;
newcomm           221 ompi/communicator/comm.c     OBJ_RETAIN ( newcomm->error_handler );
newcomm           229 ompi/communicator/comm.c         if (OMPI_SUCCESS != (ret = ompi_comm_copy_topo(oldcomm, newcomm))) {
newcomm           230 ompi/communicator/comm.c             ompi_comm_free(&newcomm);
newcomm           238 ompi/communicator/comm.c             ompi_attr_hash_init(&newcomm->c_keyhash);
newcomm           240 ompi/communicator/comm.c                                                            newcomm, attr,
newcomm           241 ompi/communicator/comm.c                                                            newcomm->c_keyhash))) {
newcomm           242 ompi/communicator/comm.c                 ompi_comm_free(&newcomm);
newcomm           248 ompi/communicator/comm.c     *ncomm = newcomm;
newcomm           275 ompi/communicator/comm.c                        ompi_communicator_t **newcomm )
newcomm           286 ompi/communicator/comm.c     if (OPAL_UNLIKELY(NULL == newcomm)) {
newcomm           396 ompi/communicator/comm.c     *newcomm = newcomp;
newcomm           408 ompi/communicator/comm.c                      ompi_communicator_t **newcomm, bool pass_on_topo )
newcomm           636 ompi/communicator/comm.c     *newcomm = newcomp;
newcomm           788 ompi/communicator/comm.c                           opal_info_t *info, ompi_communicator_t **newcomm)
newcomm           798 ompi/communicator/comm.c     if (OPAL_UNLIKELY(NULL == newcomm)) {
newcomm           852 ompi/communicator/comm.c         *newcomm = MPI_COMM_NULL;
newcomm           942 ompi/communicator/comm.c             *newcomm = newcomp;
newcomm           952 ompi/communicator/comm.c         rc = ompi_comm_split (newcomp, split_type, key, newcomm, false);
newcomm           959 ompi/communicator/comm.c         *newcomm = MPI_COMM_NULL;
newcomm           971 ompi/communicator/comm.c int ompi_comm_dup ( ompi_communicator_t * comm, ompi_communicator_t **newcomm )
newcomm           973 ompi/communicator/comm.c     return ompi_comm_dup_with_info (comm, NULL, newcomm);
newcomm           979 ompi/communicator/comm.c int ompi_comm_dup_with_info ( ompi_communicator_t * comm, opal_info_t *info, ompi_communicator_t **newcomm )
newcomm           990 ompi/communicator/comm.c     *newcomm = MPI_COMM_NULL;
newcomm          1031 ompi/communicator/comm.c     *newcomm = newcomp;
newcomm          1048 ompi/communicator/comm.c int ompi_comm_idup (ompi_communicator_t *comm, ompi_communicator_t **newcomm, ompi_request_t **req)
newcomm          1050 ompi/communicator/comm.c     return ompi_comm_idup_with_info (comm, NULL, newcomm, req);
newcomm          1053 ompi/communicator/comm.c int ompi_comm_idup_with_info (ompi_communicator_t *comm, opal_info_t *info, ompi_communicator_t **newcomm, ompi_request_t **req)
newcomm          1055 ompi/communicator/comm.c     return ompi_comm_idup_internal (comm, comm->c_local_group, comm->c_remote_group, info, newcomm, req);
newcomm          1060 ompi/communicator/comm.c                                     opal_info_t *info, ompi_communicator_t **newcomm, ompi_request_t **req)
newcomm          1067 ompi/communicator/comm.c     *newcomm = MPI_COMM_NULL;
newcomm          1117 ompi/communicator/comm.c     *newcomm = context->newcomp;
newcomm          1191 ompi/communicator/comm.c int ompi_comm_create_group (ompi_communicator_t *comm, ompi_group_t *group, int tag, ompi_communicator_t **newcomm)
newcomm          1196 ompi/communicator/comm.c     *newcomm = MPI_COMM_NULL;
newcomm          1231 ompi/communicator/comm.c     *newcomm = newcomp;
newcomm          1990 ompi/communicator/comm.c                                ompi_communicator_t *newcomm)
newcomm          1995 ompi/communicator/comm.c     newcomm->c_topo = oldcomm->c_topo;
newcomm          1996 ompi/communicator/comm.c     OBJ_RETAIN(newcomm->c_topo);
newcomm          1997 ompi/communicator/comm.c     newcomm->c_flags |= newcomm->c_topo->type;
newcomm            61 ompi/communicator/comm_cid.c     ompi_communicator_t *newcomm;
newcomm           167 ompi/communicator/comm_cid.c static ompi_comm_cid_context_t *mca_comm_cid_context_alloc (ompi_communicator_t *newcomm, ompi_communicator_t *comm,
newcomm           179 ompi/communicator/comm_cid.c     context->newcomm       = newcomm;
newcomm           251 ompi/communicator/comm_cid.c int ompi_comm_nextcid_nb (ompi_communicator_t *newcomm, ompi_communicator_t *comm,
newcomm           258 ompi/communicator/comm_cid.c     context = mca_comm_cid_context_alloc (newcomm, comm, bridgecomm, arg0, arg1,
newcomm           283 ompi/communicator/comm_cid.c int ompi_comm_nextcid (ompi_communicator_t *newcomm, ompi_communicator_t *comm,
newcomm           290 ompi/communicator/comm_cid.c     rc = ompi_comm_nextcid_nb (newcomm, comm, bridgecomm, arg0, arg1, send_first, mode, &req);
newcomm           309 ompi/communicator/comm_cid.c     int participate = (context->newcomm->c_local_group->grp_my_rank != MPI_UNDEFINED);
newcomm           373 ompi/communicator/comm_cid.c     int participate = (context->newcomm->c_local_group->grp_my_rank != MPI_UNDEFINED);
newcomm           417 ompi/communicator/comm_cid.c     int participate = (context->newcomm->c_local_group->grp_my_rank != MPI_UNDEFINED);
newcomm           450 ompi/communicator/comm_cid.c         context->newcomm->c_contextid = context->nextcid;
newcomm           451 ompi/communicator/comm_cid.c         opal_pointer_array_set_item (&ompi_mpi_communicators, context->nextcid, context->newcomm);
newcomm           496 ompi/communicator/comm_cid.c int ompi_comm_activate_nb (ompi_communicator_t **newcomm, ompi_communicator_t *comm,
newcomm           505 ompi/communicator/comm_cid.c     context = mca_comm_cid_context_alloc (*newcomm, comm, bridgecomm, arg0, arg1, "activate",
newcomm           512 ompi/communicator/comm_cid.c     context->newcommp = newcomm;
newcomm           522 ompi/communicator/comm_cid.c     if (MPI_UNDEFINED != (*newcomm)->c_local_group->grp_my_rank) {
newcomm           524 ompi/communicator/comm_cid.c         if ( OMPI_SUCCESS != (ret = MCA_PML_CALL(add_comm(*newcomm))) ) {
newcomm           525 ompi/communicator/comm_cid.c             OBJ_RELEASE(*newcomm);
newcomm           527 ompi/communicator/comm_cid.c             *newcomm = MPI_COMM_NULL;
newcomm           530 ompi/communicator/comm_cid.c         OMPI_COMM_SET_PML_ADDED(*newcomm);
newcomm           551 ompi/communicator/comm_cid.c int ompi_comm_activate (ompi_communicator_t **newcomm, ompi_communicator_t *comm,
newcomm           558 ompi/communicator/comm_cid.c     rc = ompi_comm_activate_nb (newcomm, comm, bridgecomm, arg0, arg1, send_first, mode, &req);
newcomm           599 ompi/communicator/comm_cid.c     if (MPI_UNDEFINED == (context->newcomm)->c_local_group->grp_my_rank) {
newcomm           605 ompi/communicator/comm_cid.c     if (OMPI_SUCCESS != (ret = mca_coll_base_comm_select(context->newcomm))) {
newcomm           606 ompi/communicator/comm_cid.c         OBJ_RELEASE(context->newcomm);
newcomm           628 ompi/communicator/comm_cid.c     if (OMPI_COMM_IS_INTER(context->newcomm)) {
newcomm           629 ompi/communicator/comm_cid.c         if (OMPI_COMM_CID_IS_LOWER(context->newcomm, context->comm)) {
newcomm           630 ompi/communicator/comm_cid.c             OMPI_COMM_SET_EXTRA_RETAIN (context->newcomm);
newcomm           631 ompi/communicator/comm_cid.c             OBJ_RETAIN (context->newcomm);
newcomm          1104 ompi/communicator/comm_cid.c     ompi_group_t *group = cid_context->newcomm->c_local_group;
newcomm           417 ompi/communicator/communicator.h                       ompi_communicator_t** newcomm);
newcomm           424 ompi/communicator/communicator.h                             ompi_communicator_t **newcomm);
newcomm           457 ompi/communicator/communicator.h                                    ompi_communicator_t** newcomm, bool pass_on_topo);
newcomm           472 ompi/communicator/communicator.h                                        ompi_communicator_t** newcomm);
newcomm           482 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_dup (ompi_communicator_t *comm, ompi_communicator_t **newcomm);
newcomm           492 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_idup (ompi_communicator_t *comm, ompi_communicator_t **newcomm, ompi_request_t **request);
newcomm           502 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_dup_with_info (ompi_communicator_t *comm, opal_info_t *info, ompi_communicator_t **newcomm);
newcomm           512 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_idup_with_info (ompi_communicator_t *comm, opal_info_t *info, ompi_communicator_t **newcomm, ompi_request_t **req);
newcomm           566 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_nextcid (ompi_communicator_t *newcomm, ompi_communicator_t *comm,
newcomm           580 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_nextcid_nb (ompi_communicator_t *newcomm, ompi_communicator_t *comm,
newcomm           605 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_set ( ompi_communicator_t** newcomm,
newcomm           676 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_activate (ompi_communicator_t **newcomm, ompi_communicator_t *comm,
newcomm           692 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_activate_nb (ompi_communicator_t **newcomm, ompi_communicator_t *comm,
newcomm            95 ompi/dpm/dpm.c                             ompi_communicator_t **newcomm)
newcomm           128 ompi/dpm/dpm.c     *newcomm = MPI_COMM_NULL;
newcomm           516 ompi/dpm/dpm.c     *newcomm = newcomp;
newcomm           982 ompi/dpm/dpm.c     ompi_communicator_t *newcomm=NULL;
newcomm          1005 ompi/dpm/dpm.c     rc = ompi_dpm_connect_accept(MPI_COMM_WORLD, root, port_name, send_first, &newcomm);
newcomm          1020 ompi/dpm/dpm.c     ompi_mpi_comm_parent = newcomm;
newcomm          1023 ompi/dpm/dpm.c     snprintf(newcomm->c_name, MPI_MAX_OBJECT_NAME, "MPI_COMM_PARENT");
newcomm          1024 ompi/dpm/dpm.c     newcomm->c_flags |= OMPI_COMM_NAMEISSET;
newcomm            49 ompi/dpm/dpm.h                             ompi_communicator_t **newcomm);
newcomm           288 ompi/mca/topo/base/topo_base_dist_graph_create.c                                     ompi_communicator_t **newcomm)
newcomm           294 ompi/mca/topo/base/topo_base_dist_graph_create.c                                                 newcomm)) ) {
newcomm           302 ompi/mca/topo/base/topo_base_dist_graph_create.c         ompi_communicator_t *intermediate_comm = *newcomm;
newcomm           303 ompi/mca/topo/base/topo_base_dist_graph_create.c         ompi_comm_dup_with_info (intermediate_comm, info, newcomm);
newcomm           307 ompi/mca/topo/base/topo_base_dist_graph_create.c     assert(NULL == (*newcomm)->c_topo);
newcomm           308 ompi/mca/topo/base/topo_base_dist_graph_create.c     (*newcomm)->c_topo             = module;
newcomm           309 ompi/mca/topo/base/topo_base_dist_graph_create.c     (*newcomm)->c_topo->reorder    = reorder;
newcomm           310 ompi/mca/topo/base/topo_base_dist_graph_create.c     (*newcomm)->c_flags           |= OMPI_COMM_DIST_GRAPH;
newcomm           313 ompi/mca/topo/base/topo_base_dist_graph_create.c                                               *newcomm, 
newcomm           317 ompi/mca/topo/base/topo_base_dist_graph_create.c                                               &((*newcomm)->c_topo->mtc.dist_graph));
newcomm           319 ompi/mca/topo/base/topo_base_dist_graph_create.c         ompi_comm_free(newcomm);
newcomm            31 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c                                              ompi_communicator_t **newcomm)
newcomm            38 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c                                                 newcomm)) ) {
newcomm            45 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c         ompi_communicator_t *intermediate_comm = *newcomm;
newcomm            46 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c         ompi_comm_dup_with_info (intermediate_comm, info, newcomm);
newcomm            52 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c     assert( NULL == (*newcomm)->c_topo );
newcomm            97 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c     (*newcomm)->c_topo                 = module;
newcomm            98 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c     (*newcomm)->c_topo->mtc.dist_graph = topo;
newcomm            99 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c     (*newcomm)->c_topo->reorder        = reorder;
newcomm           100 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c     (*newcomm)->c_flags               |= OMPI_COMM_DIST_GRAPH;
newcomm           116 ompi/mca/topo/base/topo_base_dist_graph_create_adjacent.c     ompi_comm_free(newcomm);
newcomm            74 ompi/mca/topo/treematch/topo_treematch.h                                          ompi_communicator_t **newcomm);
newcomm           103 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                          ompi_communicator_t **newcomm)
newcomm           118 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                                     newcomm))){
newcomm           120 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             (*newcomm)->c_flags        |= OMPI_COMM_DIST_GRAPH;
newcomm           121 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             (*newcomm)->c_topo          = topo_module;
newcomm           122 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             (*newcomm)->c_topo->reorder = reorder;
newcomm           700 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         if (OMPI_SUCCESS != (err = ompi_comm_split(comm_old, 0, newrank, newcomm, false))) {
newcomm           706 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         (*newcomm)->c_flags        |= OMPI_COMM_DIST_GRAPH;
newcomm           707 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         (*newcomm)->c_topo          = topo_module;
newcomm           708 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         (*newcomm)->c_topo->reorder = reorder;
newcomm           935 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         if (OMPI_SUCCESS != (err = ompi_comm_split(comm_old, 0, newrank, newcomm, false))) {
newcomm           944 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         (*newcomm)->c_flags        |= OMPI_COMM_DIST_GRAPH;
newcomm           945 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         (*newcomm)->c_topo          = topo_module;
newcomm           946 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         (*newcomm)->c_topo->reorder = reorder;
newcomm            51 ompi/mpi/c/comm_accept.c                     MPI_Comm comm, MPI_Comm *newcomm)
newcomm            76 ompi/mpi/c/comm_accept.c         if ( NULL == newcomm ) {
newcomm           125 ompi/mpi/c/comm_accept.c     *newcomm = newcomp;
newcomm            51 ompi/mpi/c/comm_connect.c                      MPI_Comm comm, MPI_Comm *newcomm)
newcomm            76 ompi/mpi/c/comm_connect.c         if ( NULL == newcomm ) {
newcomm           127 ompi/mpi/c/comm_connect.c     *newcomm = newcomp;
newcomm            40 ompi/mpi/c/comm_create.c int MPI_Comm_create(MPI_Comm comm, MPI_Group group, MPI_Comm *newcomm) {
newcomm            59 ompi/mpi/c/comm_create.c         if ( NULL == newcomm )
newcomm            67 ompi/mpi/c/comm_create.c                            (ompi_communicator_t**)newcomm );
newcomm            44 ompi/mpi/c/comm_create_group.c int MPI_Comm_create_group (MPI_Comm comm, MPI_Group group, int tag, MPI_Comm *newcomm) {
newcomm            66 ompi/mpi/c/comm_create_group.c         if ( NULL == newcomm )
newcomm            72 ompi/mpi/c/comm_create_group.c         *newcomm = MPI_COMM_NULL;
newcomm            79 ompi/mpi/c/comm_create_group.c                                  tag, (ompi_communicator_t **) newcomm);
newcomm            40 ompi/mpi/c/comm_dup.c int MPI_Comm_dup(MPI_Comm comm, MPI_Comm *newcomm)
newcomm            56 ompi/mpi/c/comm_dup.c         if ( NULL == newcomm )
newcomm            63 ompi/mpi/c/comm_dup.c     rc = ompi_comm_dup ( comm, newcomm );
newcomm            44 ompi/mpi/c/comm_dup_with_info.c int MPI_Comm_dup_with_info(MPI_Comm comm, MPI_Info info, MPI_Comm *newcomm)
newcomm            64 ompi/mpi/c/comm_dup_with_info.c         if ( NULL == newcomm )
newcomm            71 ompi/mpi/c/comm_dup_with_info.c     rc = ompi_comm_dup_with_info (comm, &info->super, newcomm);
newcomm            43 ompi/mpi/c/comm_idup.c int MPI_Comm_idup(MPI_Comm comm, MPI_Comm *newcomm, MPI_Request *request)
newcomm            59 ompi/mpi/c/comm_idup.c         if ( NULL == newcomm )
newcomm            66 ompi/mpi/c/comm_idup.c     rc = ompi_comm_idup (comm, newcomm, request);
newcomm            40 ompi/mpi/c/comm_split.c int MPI_Comm_split(MPI_Comm comm, int color, int key, MPI_Comm *newcomm) {
newcomm            61 ompi/mpi/c/comm_split.c         if ( NULL == newcomm ) {
newcomm            70 ompi/mpi/c/comm_split.c                           (ompi_communicator_t**)newcomm, false);
newcomm            45 ompi/mpi/c/comm_split_type.c                         MPI_Info info, MPI_Comm *newcomm) {
newcomm            84 ompi/mpi/c/comm_split_type.c         if ( NULL == newcomm ) {
newcomm            93 ompi/mpi/c/comm_split_type.c         *newcomm = MPI_COMM_NULL;
newcomm            97 ompi/mpi/c/comm_split_type.c                                    (ompi_communicator_t**)newcomm);
newcomm            39 ompi/mpi/c/dist_graph_create.c                           MPI_Info info, int reorder, MPI_Comm * newcomm)
newcomm            56 ompi/mpi/c/dist_graph_create.c         } else if (n < 0 || NULL == newcomm) {
newcomm            93 ompi/mpi/c/dist_graph_create.c                                                   reorder, newcomm);
newcomm            48 ompi/mpi/c/intercomm_merge.c                         MPI_Comm *newcomm)
newcomm            71 ompi/mpi/c/intercomm_merge.c         if ( NULL == newcomm )
newcomm           143 ompi/mpi/c/intercomm_merge.c         *newcomm = MPI_COMM_NULL;
newcomm           147 ompi/mpi/c/intercomm_merge.c     *newcomm = newcomp;
newcomm           489 ompi/mpi/cxx/comm_inln.h   MPI_Comm newcomm;
newcomm           490 ompi/mpi/cxx/comm_inln.h   (void) MPI_Comm_join((int) fd, &newcomm);
newcomm           491 ompi/mpi/cxx/comm_inln.h   return newcomm;
newcomm           260 ompi/mpi/cxx/intercepts.cc                                       MPI_Comm newcomm)
newcomm            24 ompi/mpi/cxx/intercomm_inln.h   MPI_Comm newcomm;
newcomm            25 ompi/mpi/cxx/intercomm_inln.h   (void)MPI_Comm_dup(mpi_comm, &newcomm);
newcomm            26 ompi/mpi/cxx/intercomm_inln.h   return newcomm;
newcomm            32 ompi/mpi/cxx/intercomm_inln.h   MPI_Comm newcomm;
newcomm            33 ompi/mpi/cxx/intercomm_inln.h   (void)MPI_Comm_dup(mpi_comm, &newcomm);
newcomm            34 ompi/mpi/cxx/intercomm_inln.h   MPI::Intercomm* dup = new MPI::Intercomm(newcomm);
newcomm            57 ompi/mpi/cxx/intercomm_inln.h   MPI_Comm newcomm;
newcomm            58 ompi/mpi/cxx/intercomm_inln.h   (void)MPI_Intercomm_merge(mpi_comm, (int)high, &newcomm);
newcomm            59 ompi/mpi/cxx/intercomm_inln.h   return newcomm;
newcomm            70 ompi/mpi/cxx/intercomm_inln.h   MPI_Comm newcomm;
newcomm            71 ompi/mpi/cxx/intercomm_inln.h   (void) MPI_Comm_create(mpi_comm, (MPI_Group) group, &newcomm);
newcomm            72 ompi/mpi/cxx/intercomm_inln.h   return newcomm;
newcomm            78 ompi/mpi/cxx/intercomm_inln.h   MPI_Comm newcomm;
newcomm            79 ompi/mpi/cxx/intercomm_inln.h   (void) MPI_Comm_split(mpi_comm, color, key, &newcomm);
newcomm            80 ompi/mpi/cxx/intercomm_inln.h   return newcomm;
newcomm            56 ompi/mpi/cxx/intracomm_inln.h   MPI_Comm newcomm;
newcomm            57 ompi/mpi/cxx/intracomm_inln.h   (void)MPI_Comm_dup(mpi_comm, &newcomm);
newcomm            58 ompi/mpi/cxx/intracomm_inln.h   return newcomm;
newcomm            64 ompi/mpi/cxx/intracomm_inln.h   MPI_Comm newcomm;
newcomm            65 ompi/mpi/cxx/intracomm_inln.h   (void)MPI_Comm_dup(mpi_comm, &newcomm);
newcomm            66 ompi/mpi/cxx/intracomm_inln.h   MPI::Intracomm* dup = new MPI::Intracomm(newcomm);
newcomm            73 ompi/mpi/cxx/intracomm_inln.h   MPI_Comm newcomm;
newcomm            74 ompi/mpi/cxx/intracomm_inln.h   (void)MPI_Comm_create(mpi_comm, group, &newcomm);
newcomm            75 ompi/mpi/cxx/intracomm_inln.h   return newcomm;
newcomm            81 ompi/mpi/cxx/intracomm_inln.h   MPI_Comm newcomm;
newcomm            82 ompi/mpi/cxx/intracomm_inln.h   (void)MPI_Comm_split(mpi_comm, color, key, &newcomm);
newcomm            83 ompi/mpi/cxx/intracomm_inln.h   return newcomm;
newcomm           107 ompi/mpi/cxx/intracomm_inln.h   MPI_Comm newcomm;
newcomm           109 ompi/mpi/cxx/intracomm_inln.h 		      int_periods, (int)reorder, &newcomm);
newcomm           111 ompi/mpi/cxx/intracomm_inln.h   return newcomm;
newcomm           118 ompi/mpi/cxx/intracomm_inln.h   MPI_Comm newcomm;
newcomm           120 ompi/mpi/cxx/intracomm_inln.h                          const_cast<int *>(edges), (int)reorder, &newcomm);
newcomm           121 ompi/mpi/cxx/intracomm_inln.h   return newcomm;
newcomm           134 ompi/mpi/cxx/intracomm_inln.h   MPI_Comm newcomm;
newcomm           136 ompi/mpi/cxx/intracomm_inln.h 			 &newcomm);
newcomm           137 ompi/mpi/cxx/intracomm_inln.h   return newcomm;
newcomm           146 ompi/mpi/cxx/intracomm_inln.h   MPI_Comm newcomm;
newcomm           148 ompi/mpi/cxx/intracomm_inln.h 			  &newcomm);
newcomm           149 ompi/mpi/cxx/intracomm_inln.h   return newcomm;
newcomm           158 ompi/mpi/cxx/intracomm_inln.h   MPI_Comm newcomm;
newcomm           160 ompi/mpi/cxx/intracomm_inln.h 			info, root, mpi_comm, &newcomm,
newcomm           162 ompi/mpi/cxx/intracomm_inln.h   return newcomm;
newcomm           171 ompi/mpi/cxx/intracomm_inln.h   MPI_Comm newcomm;
newcomm           173 ompi/mpi/cxx/intracomm_inln.h                         info, root, mpi_comm, &newcomm,
newcomm           175 ompi/mpi/cxx/intracomm_inln.h   return newcomm;
newcomm           186 ompi/mpi/cxx/intracomm_inln.h   MPI_Comm newcomm;
newcomm           194 ompi/mpi/cxx/intracomm_inln.h 			  mpi_comm, &newcomm, (int *)MPI_ERRCODES_IGNORE);
newcomm           196 ompi/mpi/cxx/intracomm_inln.h   return newcomm;
newcomm           219 ompi/mpi/cxx/intracomm_inln.h   MPI_Comm newcomm;
newcomm           227 ompi/mpi/cxx/intracomm_inln.h                           mpi_comm, &newcomm, array_of_errcodes);
newcomm           229 ompi/mpi/cxx/intracomm_inln.h   return newcomm;
newcomm           111 ompi/mpi/cxx/mpicxx.h                                       MPI_Comm newcomm);
newcomm            49 ompi/mpi/cxx/topology_inln.h   MPI_Comm newcomm;
newcomm            50 ompi/mpi/cxx/topology_inln.h   (void)MPI_Comm_dup(mpi_comm, &newcomm);
newcomm            51 ompi/mpi/cxx/topology_inln.h   return newcomm;
newcomm           112 ompi/mpi/cxx/topology_inln.h   MPI_Comm newcomm;
newcomm           113 ompi/mpi/cxx/topology_inln.h   (void)MPI_Cart_sub(mpi_comm, int_remain_dims, &newcomm);
newcomm           115 ompi/mpi/cxx/topology_inln.h   return newcomm;
newcomm           135 ompi/mpi/cxx/topology_inln.h   MPI_Comm newcomm;
newcomm           136 ompi/mpi/cxx/topology_inln.h   (void)MPI_Comm_dup(mpi_comm, &newcomm);
newcomm           137 ompi/mpi/cxx/topology_inln.h   MPI::Cartcomm* dup = new MPI::Cartcomm(newcomm);
newcomm           167 ompi/mpi/cxx/topology_inln.h   MPI_Comm newcomm;
newcomm           168 ompi/mpi/cxx/topology_inln.h   (void)MPI_Comm_dup(mpi_comm, &newcomm);
newcomm           169 ompi/mpi/cxx/topology_inln.h   return newcomm;
newcomm           216 ompi/mpi/cxx/topology_inln.h   MPI_Comm newcomm;
newcomm           217 ompi/mpi/cxx/topology_inln.h   (void)MPI_Comm_dup(mpi_comm, &newcomm);
newcomm           218 ompi/mpi/cxx/topology_inln.h   MPI::Graphcomm* dup = new MPI::Graphcomm(newcomm);
newcomm            42 ompi/mpi/fortran/mpif-h/comm_accept_f.c                            (char *port_name, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr, int port_name_len),
newcomm            43 ompi/mpi/fortran/mpif-h/comm_accept_f.c                            (port_name, info, root, comm, newcomm, ierr, port_name_len) )
newcomm            62 ompi/mpi/fortran/mpif-h/comm_accept_f.c                            (char *port_name, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr, int port_name_len),
newcomm            63 ompi/mpi/fortran/mpif-h/comm_accept_f.c                            (port_name, info, root, comm, newcomm, ierr, port_name_len) )
newcomm            71 ompi/mpi/fortran/mpif-h/comm_accept_f.c 		       MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr,
newcomm            90 ompi/mpi/fortran/mpif-h/comm_accept_f.c         *newcomm = PMPI_Comm_c2f(c_new_comm);
newcomm            42 ompi/mpi/fortran/mpif-h/comm_connect_f.c                            (char *port_name, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr, int port_name_len),
newcomm            43 ompi/mpi/fortran/mpif-h/comm_connect_f.c                            (port_name, info, root, comm, newcomm, ierr, port_name_len) )
newcomm            62 ompi/mpi/fortran/mpif-h/comm_connect_f.c                            (char *port_name, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr, int port_name_len),
newcomm            63 ompi/mpi/fortran/mpif-h/comm_connect_f.c                            (port_name, info, root, comm, newcomm, ierr, port_name_len) )
newcomm            72 ompi/mpi/fortran/mpif-h/comm_connect_f.c 			MPI_Fint *newcomm, MPI_Fint *ierr,
newcomm            90 ompi/mpi/fortran/mpif-h/comm_connect_f.c         *newcomm = PMPI_Comm_c2f(c_new_comm);
newcomm            41 ompi/mpi/fortran/mpif-h/comm_create_f.c                            (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *newcomm, MPI_Fint *ierr),
newcomm            42 ompi/mpi/fortran/mpif-h/comm_create_f.c                            (comm, group, newcomm, ierr) )
newcomm            61 ompi/mpi/fortran/mpif-h/comm_create_f.c                            (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *newcomm, MPI_Fint *ierr),
newcomm            62 ompi/mpi/fortran/mpif-h/comm_create_f.c                            (comm, group, newcomm, ierr) )
newcomm            68 ompi/mpi/fortran/mpif-h/comm_create_f.c void ompi_comm_create_f(MPI_Fint *comm, MPI_Fint *group, MPI_Fint *newcomm, MPI_Fint *ierr)
newcomm            79 ompi/mpi/fortran/mpif-h/comm_create_f.c         *newcomm = PMPI_Comm_c2f (c_newcomm);
newcomm            44 ompi/mpi/fortran/mpif-h/comm_create_group_f.c                             (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *tag, MPI_Fint *newcomm, MPI_Fint *ierr),
newcomm            45 ompi/mpi/fortran/mpif-h/comm_create_group_f.c                             (comm, group, tag, newcomm, ierr) )
newcomm            64 ompi/mpi/fortran/mpif-h/comm_create_group_f.c                             (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *tag, MPI_Fint *newcomm, MPI_Fint *ierr),
newcomm            65 ompi/mpi/fortran/mpif-h/comm_create_group_f.c                             (comm, group, tag, newcomm, ierr) )
newcomm            71 ompi/mpi/fortran/mpif-h/comm_create_group_f.c void ompi_comm_create_group_f(MPI_Fint *comm, MPI_Fint *group, MPI_Fint *tag, MPI_Fint *newcomm, MPI_Fint *ierr)
newcomm            82 ompi/mpi/fortran/mpif-h/comm_create_group_f.c         *newcomm = PMPI_Comm_c2f (c_newcomm);
newcomm            41 ompi/mpi/fortran/mpif-h/comm_dup_f.c                            (MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr),
newcomm            42 ompi/mpi/fortran/mpif-h/comm_dup_f.c                            (comm, newcomm, ierr) )
newcomm            61 ompi/mpi/fortran/mpif-h/comm_dup_f.c                            (MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr),
newcomm            62 ompi/mpi/fortran/mpif-h/comm_dup_f.c                            (comm, newcomm, ierr) )
newcomm            69 ompi/mpi/fortran/mpif-h/comm_dup_f.c void ompi_comm_dup_f(MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr)
newcomm            79 ompi/mpi/fortran/mpif-h/comm_dup_f.c         *newcomm = PMPI_Comm_c2f(c_newcomm);
newcomm            44 ompi/mpi/fortran/mpif-h/comm_dup_with_info_f.c                             (MPI_Fint *comm, MPI_Fint *info, MPI_Fint *newcomm, MPI_Fint *ierr),
newcomm            45 ompi/mpi/fortran/mpif-h/comm_dup_with_info_f.c                             (comm, info, newcomm, ierr) )
newcomm            64 ompi/mpi/fortran/mpif-h/comm_dup_with_info_f.c                             (MPI_Fint *comm, MPI_Fint *info, MPI_Fint *newcomm, MPI_Fint *ierr),
newcomm            65 ompi/mpi/fortran/mpif-h/comm_dup_with_info_f.c                             (comm, info, newcomm, ierr) )
newcomm            72 ompi/mpi/fortran/mpif-h/comm_dup_with_info_f.c void ompi_comm_dup_with_info_f(MPI_Fint *comm, MPI_Fint *info, MPI_Fint *newcomm, MPI_Fint *ierr)
newcomm            85 ompi/mpi/fortran/mpif-h/comm_dup_with_info_f.c         *newcomm = PMPI_Comm_c2f(c_newcomm);
newcomm            44 ompi/mpi/fortran/mpif-h/comm_idup_f.c                             (MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *request, MPI_Fint *ierr),
newcomm            45 ompi/mpi/fortran/mpif-h/comm_idup_f.c                             (comm, newcomm, request, ierr) )
newcomm            64 ompi/mpi/fortran/mpif-h/comm_idup_f.c                             (MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *request, MPI_Fint *ierr),
newcomm            65 ompi/mpi/fortran/mpif-h/comm_idup_f.c                             (comm, newcomm, request, ierr) )
newcomm            72 ompi/mpi/fortran/mpif-h/comm_idup_f.c void ompi_comm_idup_f(MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *request, MPI_Fint *ierr)
newcomm            83 ompi/mpi/fortran/mpif-h/comm_idup_f.c         *newcomm = PMPI_Comm_c2f(c_newcomm);
newcomm            41 ompi/mpi/fortran/mpif-h/comm_split_f.c                            (MPI_Fint *comm, MPI_Fint *color, MPI_Fint *key, MPI_Fint *newcomm, MPI_Fint *ierr),
newcomm            42 ompi/mpi/fortran/mpif-h/comm_split_f.c                            (comm, color, key, newcomm, ierr) )
newcomm            61 ompi/mpi/fortran/mpif-h/comm_split_f.c                            (MPI_Fint *comm, MPI_Fint *color, MPI_Fint *key, MPI_Fint *newcomm, MPI_Fint *ierr),
newcomm            62 ompi/mpi/fortran/mpif-h/comm_split_f.c                            (comm, color, key, newcomm, ierr) )
newcomm            70 ompi/mpi/fortran/mpif-h/comm_split_f.c 		      MPI_Fint *newcomm, MPI_Fint *ierr)
newcomm            83 ompi/mpi/fortran/mpif-h/comm_split_f.c         *newcomm = PMPI_Comm_c2f (c_newcomm);
newcomm            42 ompi/mpi/fortran/mpif-h/comm_split_type_f.c                             (MPI_Fint *comm, MPI_Fint *split_type, MPI_Fint *key, MPI_Fint *info, MPI_Fint *newcomm, MPI_Fint *ierr),
newcomm            43 ompi/mpi/fortran/mpif-h/comm_split_type_f.c                             (comm, split_type, key, info, newcomm, ierr) )
newcomm            62 ompi/mpi/fortran/mpif-h/comm_split_type_f.c                             (MPI_Fint *comm, MPI_Fint *split_type, MPI_Fint *key, MPI_Fint *info, MPI_Fint *newcomm, MPI_Fint *ierr),
newcomm            63 ompi/mpi/fortran/mpif-h/comm_split_type_f.c                             (comm, split_type, key, info, newcomm, ierr) )
newcomm            71 ompi/mpi/fortran/mpif-h/comm_split_type_f.c                             MPI_Fint *info, MPI_Fint *newcomm, MPI_Fint *ierr)
newcomm            88 ompi/mpi/fortran/mpif-h/comm_split_type_f.c         *newcomm = PMPI_Comm_c2f (c_newcomm);
newcomm           120 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_accept, mpi_comm_accept, MPI_COMM_ACCEPT, (char *port_name, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr, int port_name_len));
newcomm           123 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_connect, mpi_comm_connect, MPI_COMM_CONNECT, (char *port_name, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr, int port_name_len));
newcomm           126 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_create, mpi_comm_create, MPI_COMM_CREATE, (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *newcomm, MPI_Fint *ierr));
newcomm           127 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_create_group, mpi_comm_create_group, MPI_COMM_CREATE_GROUP, (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *tag, MPI_Fint *newcomm, MPI_Fint *ierr));
newcomm           130 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_dup, mpi_comm_dup, MPI_COMM_DUP, (MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr));
newcomm           131 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_dup_with_info, mpi_comm_dup_with_info, MPI_COMM_DUP_WITH_INFO, (MPI_Fint *comm, MPI_Fint *info, MPI_Fint *newcomm, MPI_Fint *ierr));
newcomm           132 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_idup, mpi_comm_idup, MPI_COMM_IDUP, (MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *request, MPI_Fint *ierr));
newcomm           152 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_split, mpi_comm_split, MPI_COMM_SPLIT, (MPI_Fint *comm, MPI_Fint *color, MPI_Fint *key, MPI_Fint *newcomm, MPI_Fint *ierr));
newcomm           153 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_split_type, mpi_comm_split_type, MPI_COMM_SPLIT_TYPE, (MPI_Fint *comm, MPI_Fint *split_type, MPI_Fint *key, MPI_Fint *info, MPI_Fint *newcomm, MPI_Fint *ierr));
newcomm          1267 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_create_f(comm,group,newcomm,ierror) &
newcomm          1272 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: newcomm
newcomm          1276 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_create_group_f(comm, group, tag, newcomm, ierror) &
newcomm          1282 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h   integer, intent(out) :: newcomm
newcomm          1307 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_dup_f(comm,newcomm,ierror) &
newcomm          1311 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: newcomm
newcomm          1315 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_dup_with_info_f(comm, info, newcomm, ierror) &
newcomm          1320 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h   integer, intent(out) :: newcomm
newcomm          1365 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_idup_f(comm, newcomm, request, ierror) &
newcomm          1369 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h   integer, intent(out) :: newcomm
newcomm          1434 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_split_f(comm,color,key,newcomm,ierror) &
newcomm          1439 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: newcomm
newcomm          2118 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_accept_f(port_name,info,root,comm,newcomm,ierror,port_name_len) &
newcomm          2126 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: newcomm
newcomm          2131 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_connect_f(port_name,info,root,comm,newcomm,ierror,port_name_len) &
newcomm          2139 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: newcomm
newcomm          3303 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_split_type_f(comm,split_type,key,info,newcomm,ierror) &
newcomm          3310 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: newcomm
newcomm           271 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_create(comm, group, newcomm, ierror)
newcomm           274 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: newcomm
newcomm           283 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_create_group(comm, group, tag, newcomm, ierror)
newcomm           287 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: newcomm
newcomm           332 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_dup(comm, newcomm, ierror)
newcomm           334 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: newcomm
newcomm           343 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_dup_with_info(comm, info, newcomm, ierror)
newcomm           346 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: newcomm
newcomm           355 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_idup(comm, newcomm, request, ierror)
newcomm           357 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: newcomm
newcomm           538 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_split(comm, color, key, newcomm, ierror)
newcomm           542 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: newcomm
newcomm          2201 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_accept(port_name, info, root, comm, newcomm&
newcomm          2207 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: newcomm
newcomm          2216 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_connect(port_name, info, root, comm, newcomm&
newcomm          2222 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: newcomm
newcomm          2310 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_split_type(comm, split_type, key, info, newcomm, ierror)
newcomm          2315 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: newcomm
newcomm           271 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_create(comm, group, newcomm, ierror)
newcomm           274 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: newcomm
newcomm           283 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_create_group(comm, group, tag, newcomm, ierror)
newcomm           287 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: newcomm
newcomm           332 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_dup(comm, newcomm, ierror)
newcomm           334 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: newcomm
newcomm           343 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_dup_with_info(comm, info, newcomm, ierror)
newcomm           346 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: newcomm
newcomm           355 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_idup(comm, newcomm, request, ierror)
newcomm           357 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: newcomm
newcomm           538 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_split(comm, color, key, newcomm, ierror)
newcomm           542 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: newcomm
newcomm          2203 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_accept(port_name, info, root, comm, newcomm&
newcomm          2209 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: newcomm
newcomm          2218 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_connect(port_name, info, root, comm, newcomm&
newcomm          2224 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: newcomm
newcomm          2312 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_split_type(comm, split_type, key, info, newcomm, ierror)
newcomm          2317 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: newcomm
newcomm           175 ompi/mpi/java/c/mpi_CartComm.c     MPI_Comm newcomm;
newcomm           176 ompi/mpi/java/c/mpi_CartComm.c     int rc = MPI_Cart_sub((MPI_Comm)comm, cRemainDims, &newcomm);
newcomm           180 ompi/mpi/java/c/mpi_CartComm.c     return (jlong)newcomm;
newcomm           199 ompi/mpi/java/c/mpi_Comm.c     MPI_Comm newcomm;
newcomm           200 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Comm_dup((MPI_Comm)comm, &newcomm);
newcomm           202 ompi/mpi/java/c/mpi_Comm.c     return (jlong)newcomm;
newcomm           208 ompi/mpi/java/c/mpi_Comm.c     MPI_Comm newcomm;
newcomm           210 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Comm_idup((MPI_Comm)comm, &newcomm, &request);
newcomm           217 ompi/mpi/java/c/mpi_Comm.c     cr[0] = (jlong)newcomm;
newcomm           226 ompi/mpi/java/c/mpi_Comm.c     MPI_Comm newcomm;
newcomm           227 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Comm_dup_with_info((MPI_Comm)comm, (MPI_Info)info, &newcomm);
newcomm           229 ompi/mpi/java/c/mpi_Comm.c     return (jlong)newcomm;
newcomm            65 ompi/mpi/java/c/mpi_Intracomm.c     MPI_Comm newcomm;
newcomm            66 ompi/mpi/java/c/mpi_Intracomm.c     int rc = MPI_Comm_split((MPI_Comm)comm, colour, key, &newcomm);
newcomm            68 ompi/mpi/java/c/mpi_Intracomm.c     return (jlong)newcomm;
newcomm            74 ompi/mpi/java/c/mpi_Intracomm.c     MPI_Comm newcomm;
newcomm            75 ompi/mpi/java/c/mpi_Intracomm.c     int rc = MPI_Comm_split_type((MPI_Comm)comm, splitType, key, (MPI_Info)info, &newcomm);
newcomm            77 ompi/mpi/java/c/mpi_Intracomm.c     return (jlong)newcomm;
newcomm            83 ompi/mpi/java/c/mpi_Intracomm.c     MPI_Comm newcomm;
newcomm            84 ompi/mpi/java/c/mpi_Intracomm.c     int rc = MPI_Comm_create((MPI_Comm)comm, (MPI_Group)group, &newcomm);
newcomm            86 ompi/mpi/java/c/mpi_Intracomm.c     return (jlong)newcomm;
newcomm            92 ompi/mpi/java/c/mpi_Intracomm.c     MPI_Comm newcomm;
newcomm            93 ompi/mpi/java/c/mpi_Intracomm.c     int rc = MPI_Comm_create_group((MPI_Comm)comm, (MPI_Group)group, tag, &newcomm);
newcomm            95 ompi/mpi/java/c/mpi_Intracomm.c     return (jlong)newcomm;
newcomm           114 oshmem/mca/scoll/mpi/scoll_mpi_module.c     ompi_communicator_t* newcomm = NULL;
newcomm           160 oshmem/mca/scoll/mpi/scoll_mpi_module.c         err = ompi_comm_create_group(&(ompi_mpi_comm_world.comm), new_group, tag, &newcomm);
newcomm           175 oshmem/mca/scoll/mpi/scoll_mpi_module.c         osh_group->ompi_comm = newcomm;
newcomm            80 test/monitoring/monitoring_test.c     MPI_Comm newcomm;
newcomm           196 test/monitoring/monitoring_test.c     MPI_Comm_split(MPI_COMM_WORLD, rank%2, rank, &newcomm);
newcomm           199 test/monitoring/monitoring_test.c         MPI_Comm_rank(newcomm, &rank);
newcomm           200 test/monitoring/monitoring_test.c         MPI_Comm_size(newcomm, &size);
newcomm           207 test/monitoring/monitoring_test.c                 MPI_Send(&n, 1, MPI_INT, to, tagno, newcomm);
newcomm           210 test/monitoring/monitoring_test.c                 MPI_Recv(&n, 1, MPI_INT, from, tagno, newcomm, MPI_STATUS_IGNORE);
newcomm           212 test/monitoring/monitoring_test.c                 MPI_Send(&n, 1, MPI_INT, to, tagno, newcomm);
newcomm           223 test/monitoring/monitoring_test.c         MPI_Comm_rank(newcomm, &rank);
newcomm           224 test/monitoring/monitoring_test.c         MPI_Comm_size(newcomm, &size);
newcomm           225 test/monitoring/monitoring_test.c         MPI_Alltoall(send_buff, 10240/size, MPI_INT, recv_buff, 10240/size, MPI_INT, newcomm);
newcomm           226 test/monitoring/monitoring_test.c         MPI_Comm_split(newcomm, rank%2, rank, &newcomm2);
newcomm           301 test/monitoring/monitoring_test.c       MPI_Comm_group(newcomm, &newcomm_group);
newcomm           374 test/monitoring/monitoring_test.c     MPI_Comm_free(&newcomm);
newcomm            69 test/monitoring/test_pvar_access.c     MPI_Comm newcomm;
newcomm           234 test/monitoring/test_pvar_access.c     MPI_Comm_split(MPI_COMM_WORLD, rank%2, rank, &newcomm);
newcomm           237 test/monitoring/test_pvar_access.c         MPI_Comm_rank(newcomm, &rank);
newcomm           238 test/monitoring/test_pvar_access.c         MPI_Comm_size(newcomm, &size);
newcomm           245 test/monitoring/test_pvar_access.c                 MPI_Send(&n, 1, MPI_INT, to, tagno, newcomm);
newcomm           248 test/monitoring/test_pvar_access.c                 MPI_Recv(&n, 1, MPI_INT, from, tagno, newcomm, &status);
newcomm           250 test/monitoring/test_pvar_access.c                 MPI_Send(&n, 1, MPI_INT, to, tagno, newcomm);
newcomm           260 test/monitoring/test_pvar_access.c         MPI_Comm_rank(newcomm, &rank);
newcomm           261 test/monitoring/test_pvar_access.c         MPI_Comm_size(newcomm, &size);
newcomm           262 test/monitoring/test_pvar_access.c         MPI_Alltoall(send_buff, 10240/size, MPI_INT, recv_buff, 10240/size, MPI_INT, newcomm);
newcomm           263 test/monitoring/test_pvar_access.c         MPI_Comm_split(newcomm, rank%2, rank, &newcomm);
newcomm           264 test/monitoring/test_pvar_access.c         MPI_Barrier(newcomm);