comm 53 examples/spc_example.c MPI_Comm comm; comm 64 ompi/communicator/comm.c static int ompi_comm_fill_rest (ompi_communicator_t *comm, comm 77 ompi/communicator/comm.c ompi_communicator_t *comm, comm 83 ompi/communicator/comm.c ompi_communicator_t *comm, comm 90 ompi/communicator/comm.c static int ompi_comm_idup_internal (ompi_communicator_t *comm, ompi_group_t *group, ompi_group_t *remote_group, comm 259 ompi/communicator/comm.c int ompi_comm_group ( ompi_communicator_t* comm, ompi_group_t **group ) comm 262 ompi/communicator/comm.c OBJ_RETAIN(comm->c_local_group); comm 264 ompi/communicator/comm.c *group = comm->c_local_group; comm 274 ompi/communicator/comm.c int ompi_comm_create ( ompi_communicator_t *comm, ompi_group_t *group, comm 290 ompi/communicator/comm.c if ( OMPI_COMM_IS_INTER(comm) ) { comm 294 ompi/communicator/comm.c tsize = ompi_comm_remote_size(comm); comm 301 ompi/communicator/comm.c rc = comm->c_coll->coll_allgather ( &(group->grp_my_rank), comm 303 ompi/communicator/comm.c 1, MPI_INT, comm, comm 304 ompi/communicator/comm.c comm->c_coll->coll_allgather_module); comm 346 ompi/communicator/comm.c comm, /* old comm */ comm 352 ompi/communicator/comm.c comm->error_handler, /* error handler */ comm 362 ompi/communicator/comm.c rc = ompi_comm_nextcid (newcomp, comm, NULL, NULL, NULL, false, mode); comm 369 ompi/communicator/comm.c newcomp->c_contextid, comm->c_contextid ); comm 372 ompi/communicator/comm.c rc = ompi_comm_activate (&newcomp, comm, NULL, NULL, NULL, false, mode); comm 407 ompi/communicator/comm.c int ompi_comm_split( ompi_communicator_t* comm, int color, int key, comm 433 ompi/communicator/comm.c size = ompi_comm_size ( comm ); comm 434 ompi/communicator/comm.c inter = OMPI_COMM_IS_INTER(comm); comm 438 ompi/communicator/comm.c allgatherfct = (ompi_comm_allgatherfct *)comm->c_coll->coll_allgather; comm 446 ompi/communicator/comm.c rc = allgatherfct( myinfo, 2, MPI_INT, results, 2, MPI_INT, comm, comm->c_coll->coll_allgather_module ); comm 499 ompi/communicator/comm.c rsize = comm->c_remote_group->grp_proc_count; comm 507 ompi/communicator/comm.c rc = comm->c_coll->coll_allgather( myinfo, 2, MPI_INT, rresults, 2, comm 508 ompi/communicator/comm.c MPI_INT, comm, comm 509 ompi/communicator/comm.c comm->c_coll->coll_allgather_module); comm 555 ompi/communicator/comm.c rc = ompi_group_incl(comm->c_local_group, my_size, lranks, &local_group); comm 571 ompi/communicator/comm.c comm, /* old comm */ comm 577 ompi/communicator/comm.c comm->error_handler,/* error handler */ comm 592 ompi/communicator/comm.c comm->c_local_comm->c_contextid ); comm 605 ompi/communicator/comm.c rc = ompi_comm_nextcid (newcomp, comm, NULL, NULL, NULL, false, mode); comm 612 ompi/communicator/comm.c newcomp->c_contextid, comm->c_contextid ); comm 617 ompi/communicator/comm.c rc = ompi_comm_activate (&newcomp, comm, NULL, NULL, NULL, false, mode); comm 747 ompi/communicator/comm.c static int ompi_comm_split_verify (ompi_communicator_t *comm, int split_type, int key, bool *need_split) comm 749 ompi/communicator/comm.c int rank = ompi_comm_rank (comm); comm 750 ompi/communicator/comm.c int size = ompi_comm_size (comm); comm 768 ompi/communicator/comm.c rc = comm->c_coll->coll_allgather (MPI_IN_PLACE, 2, MPI_INT, results, 2, MPI_INT, comm, comm 769 ompi/communicator/comm.c comm->c_coll->coll_allgather_module); comm 787 ompi/communicator/comm.c int ompi_comm_split_type (ompi_communicator_t *comm, int split_type, int key, comm 802 ompi/communicator/comm.c inter = OMPI_COMM_IS_INTER(comm); comm 811 ompi/communicator/comm.c rc = comm->c_coll->coll_allreduce (MPI_IN_PLACE, &tmp, 4, MPI_INT, MPI_MAX, comm, comm 812 ompi/communicator/comm.c comm->c_coll->coll_allreduce_module); comm 823 ompi/communicator/comm.c rc = comm->c_coll->coll_allreduce (MPI_IN_PLACE, &ok, 1, MPI_INT, MPI_MIN, comm, comm 824 ompi/communicator/comm.c comm->c_coll->coll_allreduce_module); comm 831 ompi/communicator/comm.c rc = comm->c_coll->coll_allreduce (MPI_IN_PLACE, &ok, 1, MPI_INT, MPI_MIN, comm, comm 832 ompi/communicator/comm.c comm->c_coll->coll_allreduce_module); comm 882 ompi/communicator/comm.c rc = ompi_comm_split_type_get_part (comm->c_local_group, global_split_type, &lranks, &my_size); comm 890 ompi/communicator/comm.c rc = ompi_comm_split_type_get_part (comm->c_remote_group, global_split_type, &rranks, &my_rsize); comm 905 ompi/communicator/comm.c rc = ompi_comm_set (&newcomp, comm, my_size, lranks, my_rsize, comm 906 ompi/communicator/comm.c rranks, NULL, comm->error_handler, false, comm 913 ompi/communicator/comm.c rc = ompi_comm_nextcid (newcomp, comm, NULL, NULL, NULL, false, mode); comm 925 ompi/communicator/comm.c rc = ompi_comm_activate (&newcomp, comm, NULL, NULL, NULL, false, mode); comm 946 ompi/communicator/comm.c newcomp->c_contextid, comm->c_contextid ); comm 971 ompi/communicator/comm.c int ompi_comm_dup ( ompi_communicator_t * comm, ompi_communicator_t **newcomm ) comm 973 ompi/communicator/comm.c return ompi_comm_dup_with_info (comm, NULL, newcomm); comm 979 ompi/communicator/comm.c int ompi_comm_dup_with_info ( ompi_communicator_t * comm, opal_info_t *info, ompi_communicator_t **newcomm ) comm 985 ompi/communicator/comm.c if ( OMPI_COMM_IS_INTER ( comm ) ){ comm 987 ompi/communicator/comm.c remote_group = comm->c_remote_group; comm 993 ompi/communicator/comm.c comm, /* old comm */ comm 998 ompi/communicator/comm.c comm->c_keyhash, /* attrs */ comm 999 ompi/communicator/comm.c comm->error_handler, /* error handler */ comm 1001 ompi/communicator/comm.c comm->c_local_group, /* local group */ comm 1008 ompi/communicator/comm.c rc = ompi_comm_nextcid (newcomp, comm, NULL, NULL, NULL, false, mode); comm 1016 ompi/communicator/comm.c newcomp->c_contextid, comm->c_contextid ); comm 1025 ompi/communicator/comm.c rc = ompi_comm_activate (&newcomp, comm, NULL, NULL, NULL, false, mode); comm 1037 ompi/communicator/comm.c ompi_communicator_t *comm; comm 1048 ompi/communicator/comm.c int ompi_comm_idup (ompi_communicator_t *comm, ompi_communicator_t **newcomm, ompi_request_t **req) comm 1050 ompi/communicator/comm.c return ompi_comm_idup_with_info (comm, NULL, newcomm, req); comm 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) comm 1055 ompi/communicator/comm.c return ompi_comm_idup_internal (comm, comm->c_local_group, comm->c_remote_group, info, newcomm, req); comm 1059 ompi/communicator/comm.c static int ompi_comm_idup_internal (ompi_communicator_t *comm, ompi_group_t *group, ompi_group_t *remote_group, comm 1069 ompi/communicator/comm.c if (!OMPI_COMM_IS_INTER (comm)){ comm 1084 ompi/communicator/comm.c context->comm = comm; comm 1089 ompi/communicator/comm.c comm, /* old comm */ comm 1094 ompi/communicator/comm.c comm->c_keyhash, /* attrs */ comm 1095 ompi/communicator/comm.c comm->error_handler, /* error handler */ comm 1133 ompi/communicator/comm.c if (OMPI_COMM_IS_INTER(context->comm)){ comm 1140 ompi/communicator/comm.c rc = ompi_comm_nextcid_nb (context->newcomp, context->comm, NULL, NULL, comm 1160 ompi/communicator/comm.c if (OMPI_COMM_IS_INTER(context->comm)){ comm 1168 ompi/communicator/comm.c context->newcomp->c_contextid, context->comm->c_contextid ); comm 1171 ompi/communicator/comm.c rc = ompi_comm_activate_nb (&context->newcomp, context->comm, NULL, NULL, NULL, false, mode, subreq); comm 1191 ompi/communicator/comm.c int ompi_comm_create_group (ompi_communicator_t *comm, ompi_group_t *group, int tag, ompi_communicator_t **newcomm) comm 1199 ompi/communicator/comm.c comm, /* old comm */ comm 1204 ompi/communicator/comm.c comm->c_keyhash, /* attrs */ comm 1205 ompi/communicator/comm.c comm->error_handler, /* error handler */ comm 1214 ompi/communicator/comm.c rc = ompi_comm_nextcid (newcomp, comm, NULL, &tag, NULL, false, mode); comm 1222 ompi/communicator/comm.c newcomp->c_contextid, comm->c_contextid ); comm 1225 ompi/communicator/comm.c rc = ompi_comm_activate (&newcomp, comm, NULL, &tag, NULL, false, mode); comm 1323 ompi/communicator/comm.c int ompi_comm_set_name (ompi_communicator_t *comm, const char *name ) comm 1326 ompi/communicator/comm.c OPAL_THREAD_LOCK(&(comm->c_lock)); comm 1327 ompi/communicator/comm.c opal_string_copy(comm->c_name, name, MPI_MAX_OBJECT_NAME); comm 1328 ompi/communicator/comm.c comm->c_flags |= OMPI_COMM_NAMEISSET; comm 1329 ompi/communicator/comm.c OPAL_THREAD_UNLOCK(&(comm->c_lock)); comm 1346 ompi/communicator/comm.c ompi_communicator_t *comm, comm 1353 ompi/communicator/comm.c rsize = ompi_comm_remote_size(comm); comm 1354 ompi/communicator/comm.c size = ompi_comm_size(comm); comm 1355 ompi/communicator/comm.c rank = ompi_comm_rank(comm); comm 1377 ompi/communicator/comm.c OMPI_COMM_ALLGATHER_TAG, comm, &req[i] )); comm 1384 ompi/communicator/comm.c MCA_PML_BASE_SEND_STANDARD, comm, &sendreq )); comm 1403 ompi/communicator/comm.c OMPI_COMM_ALLGATHER_TAG, comm, &sendreq)); comm 1412 ompi/communicator/comm.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 1439 ompi/communicator/comm.c int ompi_comm_free( ompi_communicator_t **comm ) comm 1442 ompi/communicator/comm.c int cid = (*comm)->c_contextid; comm 1443 ompi/communicator/comm.c int is_extra_retain = OMPI_COMM_IS_EXTRA_RETAIN(*comm); comm 1463 ompi/communicator/comm.c if (NULL != (*comm)->c_keyhash) { comm 1464 ompi/communicator/comm.c ret = ompi_attr_delete_all(COMM_ATTR, *comm, (*comm)->c_keyhash); comm 1468 ompi/communicator/comm.c OBJ_RELEASE((*comm)->c_keyhash); comm 1471 ompi/communicator/comm.c if ( OMPI_COMM_IS_INTER(*comm) ) { comm 1472 ompi/communicator/comm.c if ( ! OMPI_COMM_IS_INTRINSIC((*comm)->c_local_comm)) { comm 1473 ompi/communicator/comm.c ompi_comm_free (&(*comm)->c_local_comm); comm 1481 ompi/communicator/comm.c if (*comm == ompi_mpi_comm_parent && comm != &ompi_mpi_comm_parent) { comm 1482 ompi/communicator/comm.c ompi_mpi_comm_parent = &ompi_mpi_comm_null.comm; comm 1485 ompi/communicator/comm.c if (NULL != ((*comm)->super.s_info)) { comm 1486 ompi/communicator/comm.c OBJ_RELEASE((*comm)->super.s_info); comm 1490 ompi/communicator/comm.c if ( OMPI_COMM_IS_DYNAMIC (*comm) ) { comm 1493 ompi/communicator/comm.c OBJ_RELEASE( (*comm) ); comm 1518 ompi/communicator/comm.c *comm = MPI_COMM_NULL; comm 1804 ompi/communicator/comm.c int ompi_comm_dump ( ompi_communicator_t *comm ) comm 1806 ompi/communicator/comm.c opal_output(0, "Dumping information for comm_cid %d\n", comm->c_contextid); comm 1807 ompi/communicator/comm.c opal_output(0," f2c index:%d cube_dim: %d\n", comm->c_f_to_c_index, comm 1808 ompi/communicator/comm.c comm->c_cube_dim); comm 1810 ompi/communicator/comm.c comm->c_local_group->grp_proc_count, comm 1811 ompi/communicator/comm.c comm->c_local_group->grp_my_rank ); comm 1815 ompi/communicator/comm.c if ( OMPI_COMM_IS_INTER(comm) ) comm 1817 ompi/communicator/comm.c if ( OMPI_COMM_IS_CART(comm)) comm 1819 ompi/communicator/comm.c else if ( OMPI_COMM_IS_GRAPH(comm)) comm 1821 ompi/communicator/comm.c else if ( OMPI_COMM_IS_DIST_GRAPH(comm)) comm 1825 ompi/communicator/comm.c if (OMPI_COMM_IS_INTER(comm)) { comm 1826 ompi/communicator/comm.c opal_output(0," Remote group size:%d\n", comm->c_remote_group->grp_proc_count); comm 1935 ompi/communicator/comm.c static int ompi_comm_fill_rest(ompi_communicator_t *comm, comm 1947 ompi/communicator/comm.c if (comm->c_local_group) { comm 1948 ompi/communicator/comm.c OBJ_RELEASE( comm->c_local_group ); comm 1951 ompi/communicator/comm.c if (comm->c_remote_group) { comm 1952 ompi/communicator/comm.c OBJ_RELEASE( comm->c_remote_group ); comm 1956 ompi/communicator/comm.c comm->c_local_group = ompi_group_allocate_plist_w_procs (proc_pointers, num_procs); comm 1959 ompi/communicator/comm.c comm->c_remote_group = comm->c_local_group; comm 1960 ompi/communicator/comm.c OBJ_RETAIN( comm->c_remote_group ); comm 1963 ompi/communicator/comm.c comm->c_local_group->grp_my_rank = my_rank; comm 1964 ompi/communicator/comm.c comm->c_my_rank = my_rank; comm 1969 ompi/communicator/comm.c ompi_dpm_mark_dyncomm (comm); comm 1973 ompi/communicator/comm.c comm->error_handler = errh; comm 1974 ompi/communicator/comm.c OBJ_RETAIN (comm->error_handler); comm 1980 ompi/communicator/comm.c snprintf (comm->c_name, MPI_MAX_OBJECT_NAME, "MPI_COMMUNICATOR %d", comm 1981 ompi/communicator/comm.c comm->c_contextid); comm 1984 ompi/communicator/comm.c comm->c_cube_dim = opal_cube_dim(comm->c_local_group->grp_proc_count); comm 63 ompi/communicator/comm_cid.c ompi_communicator_t *comm; comm 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, comm 180 ompi/communicator/comm_cid.c context->comm = comm; comm 251 ompi/communicator/comm_cid.c int ompi_comm_nextcid_nb (ompi_communicator_t *newcomm, ompi_communicator_t *comm, comm 258 ompi/communicator/comm_cid.c context = mca_comm_cid_context_alloc (newcomm, comm, bridgecomm, arg0, arg1, comm 283 ompi/communicator/comm_cid.c int ompi_comm_nextcid (ompi_communicator_t *newcomm, ompi_communicator_t *comm, comm 290 ompi/communicator/comm_cid.c rc = ompi_comm_nextcid_nb (newcomm, comm, bridgecomm, arg0, arg1, send_first, mode, &req); comm 305 ompi/communicator/comm_cid.c int64_t my_id = ((int64_t) ompi_comm_get_cid (context->comm) << 32 | context->pml_tag); comm 330 ompi/communicator/comm_cid.c context->comm); comm 394 ompi/communicator/comm_cid.c context->nextcid, context->comm); comm 440 ompi/communicator/comm_cid.c context->comm); comm 496 ompi/communicator/comm_cid.c int ompi_comm_activate_nb (ompi_communicator_t **newcomm, ompi_communicator_t *comm, comm 505 ompi/communicator/comm_cid.c context = mca_comm_cid_context_alloc (*newcomm, comm, bridgecomm, arg0, arg1, "activate", comm 551 ompi/communicator/comm_cid.c int ompi_comm_activate (ompi_communicator_t **newcomm, ompi_communicator_t *comm, comm 558 ompi/communicator/comm_cid.c rc = ompi_comm_activate_nb (newcomm, comm, bridgecomm, arg0, arg1, send_first, mode, &req); comm 629 ompi/communicator/comm_cid.c if (OMPI_COMM_CID_IS_LOWER(context->newcomm, context->comm)) { comm 645 ompi/communicator/comm_cid.c ompi_communicator_t *comm = context->comm; comm 647 ompi/communicator/comm_cid.c return comm->c_coll->coll_iallreduce (inbuf, outbuf, count, MPI_INT, op, comm, comm 648 ompi/communicator/comm_cid.c req, comm->c_coll->coll_iallreduce_module); comm 661 ompi/communicator/comm_cid.c ompi_communicator_t *intercomm = cid_context->comm; comm 667 ompi/communicator/comm_cid.c if (!OMPI_COMM_IS_INTER (cid_context->comm)) { comm 721 ompi/communicator/comm_cid.c ompi_communicator_t *intercomm = context->cid_context->comm; comm 755 ompi/communicator/comm_cid.c ompi_communicator_t *comm = context->cid_context->comm->c_local_comm; comm 760 ompi/communicator/comm_cid.c rc = comm->c_coll->coll_ibcast (context->outbuf, context->count, MPI_INT, 0, comm, comm 761 ompi/communicator/comm_cid.c &subreq, comm->c_coll->coll_ibcast_module); comm 772 ompi/communicator/comm_cid.c ompi_communicator_t *comm = context->cid_context->comm; comm 776 ompi/communicator/comm_cid.c rc = comm->c_coll->coll_ibcast (context->outbuf, context->count, MPI_INT, comm 777 ompi/communicator/comm_cid.c context->cid_context->local_leader, comm, comm 778 ompi/communicator/comm_cid.c &subreq, comm->c_coll->coll_ibcast_module); comm 826 ompi/communicator/comm_cid.c ompi_communicator_t *comm = cid_context->comm; comm 828 ompi/communicator/comm_cid.c int local_rank = ompi_comm_rank (comm); comm 859 ompi/communicator/comm_cid.c rc = comm->c_coll->coll_ireduce (inbuf, context->tmpbuf, count, MPI_INT, op, comm 860 ompi/communicator/comm_cid.c cid_context->local_leader, comm, &subreq, comm 861 ompi/communicator/comm_cid.c comm->c_coll->coll_ireduce_module); comm 982 ompi/communicator/comm_cid.c ompi_communicator_t *comm = cid_context->comm; comm 984 ompi/communicator/comm_cid.c int local_rank = ompi_comm_rank (comm); comm 1011 ompi/communicator/comm_cid.c rc = comm->c_coll->coll_ireduce (inbuf, context->tmpbuf, count, MPI_INT, op, comm 1012 ompi/communicator/comm_cid.c cid_context->local_leader, comm, comm 1013 ompi/communicator/comm_cid.c &subreq, comm->c_coll->coll_ireduce_module); comm 1053 ompi/communicator/comm_cid.c cid_context->comm, subreq + subreq_count++)); comm 1082 ompi/communicator/comm_cid.c cid_context->comm, subreq)); comm 1088 ompi/communicator/comm_cid.c cid_context->pml_tag, cid_context->comm, subreq + 1)); comm 1107 ompi/communicator/comm_cid.c ompi_communicator_t *comm = cid_context->comm; comm 1138 ompi/communicator/comm_cid.c ompi_group_translate_ranks (group, 3, peers_group, comm->c_local_group, context->peers_comm); comm 1146 ompi/communicator/comm_cid.c cid_context->pml_tag, comm, subreq + subreq_count++)); comm 71 ompi/communicator/comm_init.c static void ompi_comm_construct(ompi_communicator_t* comm); comm 72 ompi/communicator/comm_init.c static void ompi_comm_destruct(ompi_communicator_t* comm); comm 107 ompi/communicator/comm_init.c assert(ompi_mpi_comm_world.comm.c_f_to_c_index == 0); comm 130 ompi/communicator/comm_init.c ompi_mpi_comm_world.comm.c_contextid = 0; comm 131 ompi/communicator/comm_init.c ompi_mpi_comm_world.comm.c_id_start_index = 4; comm 132 ompi/communicator/comm_init.c ompi_mpi_comm_world.comm.c_id_available = 4; comm 133 ompi/communicator/comm_init.c ompi_mpi_comm_world.comm.c_my_rank = group->grp_my_rank; comm 134 ompi/communicator/comm_init.c ompi_mpi_comm_world.comm.c_local_group = group; comm 135 ompi/communicator/comm_init.c ompi_mpi_comm_world.comm.c_remote_group = group; comm 136 ompi/communicator/comm_init.c OBJ_RETAIN(ompi_mpi_comm_world.comm.c_remote_group); comm 137 ompi/communicator/comm_init.c ompi_mpi_comm_world.comm.c_cube_dim = opal_cube_dim((int)size); comm 138 ompi/communicator/comm_init.c ompi_mpi_comm_world.comm.error_handler = &ompi_mpi_errors_are_fatal.eh; comm 140 ompi/communicator/comm_init.c OMPI_COMM_SET_PML_ADDED(&ompi_mpi_comm_world.comm); comm 143 ompi/communicator/comm_init.c opal_string_copy(ompi_mpi_comm_world.comm.c_name, "MPI_COMM_WORLD", comm 144 ompi/communicator/comm_init.c sizeof(ompi_mpi_comm_world.comm.c_name)); comm 145 ompi/communicator/comm_init.c ompi_mpi_comm_world.comm.c_flags |= OMPI_COMM_NAMEISSET; comm 146 ompi/communicator/comm_init.c ompi_mpi_comm_world.comm.c_flags |= OMPI_COMM_INTRINSIC; comm 152 ompi/communicator/comm_init.c ompi_attr_hash_init(&ompi_mpi_comm_world.comm.c_keyhash); comm 168 ompi/communicator/comm_init.c OMPI_COMM_SET_MAPBY_NODE(&ompi_mpi_comm_world.comm); comm 176 ompi/communicator/comm_init.c assert(ompi_mpi_comm_self.comm.c_f_to_c_index == 1); comm 184 ompi/communicator/comm_init.c ompi_mpi_comm_self.comm.c_contextid = 1; comm 185 ompi/communicator/comm_init.c ompi_mpi_comm_self.comm.c_id_start_index = 20; comm 186 ompi/communicator/comm_init.c ompi_mpi_comm_self.comm.c_id_available = 20; comm 187 ompi/communicator/comm_init.c ompi_mpi_comm_self.comm.c_my_rank = group->grp_my_rank; comm 188 ompi/communicator/comm_init.c ompi_mpi_comm_self.comm.c_local_group = group; comm 189 ompi/communicator/comm_init.c ompi_mpi_comm_self.comm.c_remote_group = group; comm 190 ompi/communicator/comm_init.c OBJ_RETAIN(ompi_mpi_comm_self.comm.c_remote_group); comm 191 ompi/communicator/comm_init.c ompi_mpi_comm_self.comm.error_handler = &ompi_mpi_errors_are_fatal.eh; comm 193 ompi/communicator/comm_init.c OMPI_COMM_SET_PML_ADDED(&ompi_mpi_comm_self.comm); comm 196 ompi/communicator/comm_init.c opal_string_copy(ompi_mpi_comm_self.comm.c_name, "MPI_COMM_SELF", comm 197 ompi/communicator/comm_init.c sizeof(ompi_mpi_comm_self.comm.c_name)); comm 198 ompi/communicator/comm_init.c ompi_mpi_comm_self.comm.c_flags |= OMPI_COMM_NAMEISSET; comm 199 ompi/communicator/comm_init.c ompi_mpi_comm_self.comm.c_flags |= OMPI_COMM_INTRINSIC; comm 204 ompi/communicator/comm_init.c ompi_mpi_comm_self.comm.c_keyhash = NULL; comm 208 ompi/communicator/comm_init.c assert(ompi_mpi_comm_null.comm.c_f_to_c_index == 2); comm 209 ompi/communicator/comm_init.c ompi_mpi_comm_null.comm.c_local_group = &ompi_mpi_group_null.group; comm 210 ompi/communicator/comm_init.c ompi_mpi_comm_null.comm.c_remote_group = &ompi_mpi_group_null.group; comm 214 ompi/communicator/comm_init.c ompi_mpi_comm_null.comm.c_contextid = 2; comm 215 ompi/communicator/comm_init.c ompi_mpi_comm_null.comm.c_my_rank = MPI_PROC_NULL; comm 217 ompi/communicator/comm_init.c ompi_mpi_comm_null.comm.error_handler = &ompi_mpi_errors_are_fatal.eh; comm 221 ompi/communicator/comm_init.c opal_string_copy(ompi_mpi_comm_null.comm.c_name, "MPI_COMM_NULL", comm 222 ompi/communicator/comm_init.c sizeof(ompi_mpi_comm_null.comm.c_name)); comm 223 ompi/communicator/comm_init.c ompi_mpi_comm_null.comm.c_flags |= OMPI_COMM_NAMEISSET; comm 224 ompi/communicator/comm_init.c ompi_mpi_comm_null.comm.c_flags |= OMPI_COMM_INTRINSIC; comm 227 ompi/communicator/comm_init.c ompi_mpi_comm_parent = &ompi_mpi_comm_null.comm; comm 268 ompi/communicator/comm_init.c ompi_communicator_t *comm; comm 279 ompi/communicator/comm_init.c if (NULL != ompi_mpi_comm_world.comm.c_keyhash) { comm 281 ompi/communicator/comm_init.c (void) ompi_attr_delete_all(COMM_ATTR, &ompi_mpi_comm_world.comm, ompi_mpi_comm_world.comm.c_keyhash); comm 282 ompi/communicator/comm_init.c OBJ_RELEASE(ompi_mpi_comm_world.comm.c_keyhash); comm 289 ompi/communicator/comm_init.c if( ompi_mpi_comm_parent != &ompi_mpi_comm_null.comm ) { comm 323 ompi/communicator/comm_init.c comm = (ompi_communicator_t *)opal_pointer_array_get_item(&ompi_mpi_communicators, i); comm 324 ompi/communicator/comm_init.c if ( NULL != comm ) { comm 326 ompi/communicator/comm_init.c OBJ_RELEASE(comm); comm 327 ompi/communicator/comm_init.c comm=(ompi_communicator_t *)opal_pointer_array_get_item(&ompi_mpi_communicators, i); comm 328 ompi/communicator/comm_init.c if ( NULL != comm ) { comm 330 ompi/communicator/comm_init.c if ( !OMPI_COMM_IS_EXTRA_RETAIN(comm)) { comm 341 ompi/communicator/comm_init.c if ( ompi_debug_show_handle_leaks && !(OMPI_COMM_IS_FREED(comm)) ){ comm 343 ompi/communicator/comm_init.c ompi_comm_dump ( comm); comm 344 ompi/communicator/comm_init.c OBJ_RELEASE(comm); comm 365 ompi/communicator/comm_init.c static void ompi_comm_construct(ompi_communicator_t* comm) comm 367 ompi/communicator/comm_init.c comm->c_f_to_c_index = opal_pointer_array_add(&ompi_comm_f_to_c_table, comm); comm 368 ompi/communicator/comm_init.c comm->c_name[0] = '\0'; comm 369 ompi/communicator/comm_init.c comm->c_contextid = MPI_UNDEFINED; comm 370 ompi/communicator/comm_init.c comm->c_id_available = MPI_UNDEFINED; comm 371 ompi/communicator/comm_init.c comm->c_id_start_index = MPI_UNDEFINED; comm 372 ompi/communicator/comm_init.c comm->c_flags = 0; comm 373 ompi/communicator/comm_init.c comm->c_my_rank = 0; comm 374 ompi/communicator/comm_init.c comm->c_cube_dim = 0; comm 375 ompi/communicator/comm_init.c comm->c_local_group = NULL; comm 376 ompi/communicator/comm_init.c comm->c_remote_group = NULL; comm 377 ompi/communicator/comm_init.c comm->error_handler = NULL; comm 378 ompi/communicator/comm_init.c comm->c_pml_comm = NULL; comm 379 ompi/communicator/comm_init.c comm->c_topo = NULL; comm 380 ompi/communicator/comm_init.c comm->c_coll = NULL; comm 384 ompi/communicator/comm_init.c comm->c_keyhash = NULL; comm 386 ompi/communicator/comm_init.c comm->errhandler_type = OMPI_ERRHANDLER_TYPE_COMM; comm 388 ompi/communicator/comm_init.c comm->c_peruse_handles = NULL; comm 390 ompi/communicator/comm_init.c OBJ_CONSTRUCT(&comm->c_lock, opal_mutex_t); comm 393 ompi/communicator/comm_init.c static void ompi_comm_destruct(ompi_communicator_t* comm) comm 402 ompi/communicator/comm_init.c if ( NULL != comm->c_coll ) { comm 403 ompi/communicator/comm_init.c mca_coll_base_comm_unselect(comm); comm 421 ompi/communicator/comm_init.c if ( MPI_COMM_NULL != comm && OMPI_COMM_IS_PML_ADDED(comm) ) { comm 422 ompi/communicator/comm_init.c MCA_PML_CALL(del_comm (comm)); comm 426 ompi/communicator/comm_init.c if (NULL != comm->c_topo) { comm 427 ompi/communicator/comm_init.c OBJ_RELEASE(comm->c_topo); comm 428 ompi/communicator/comm_init.c comm->c_topo = NULL; comm 431 ompi/communicator/comm_init.c if (NULL != comm->c_local_group) { comm 432 ompi/communicator/comm_init.c OBJ_RELEASE ( comm->c_local_group ); comm 433 ompi/communicator/comm_init.c comm->c_local_group = NULL; comm 434 ompi/communicator/comm_init.c if ( OMPI_COMM_IS_INTRA(comm) ) { comm 438 ompi/communicator/comm_init.c OBJ_RELEASE ( comm->c_remote_group ); comm 439 ompi/communicator/comm_init.c comm->c_remote_group = NULL; comm 443 ompi/communicator/comm_init.c if (NULL != comm->c_remote_group) { comm 444 ompi/communicator/comm_init.c OBJ_RELEASE ( comm->c_remote_group ); comm 445 ompi/communicator/comm_init.c comm->c_remote_group = NULL; comm 448 ompi/communicator/comm_init.c if (NULL != comm->error_handler) { comm 449 ompi/communicator/comm_init.c OBJ_RELEASE ( comm->error_handler ); comm 450 ompi/communicator/comm_init.c comm->error_handler = NULL; comm 454 ompi/communicator/comm_init.c if ( MPI_UNDEFINED != (int)comm->c_contextid && comm 456 ompi/communicator/comm_init.c comm->c_contextid)) { comm 458 ompi/communicator/comm_init.c comm->c_contextid, NULL); comm 462 ompi/communicator/comm_init.c if ( MPI_UNDEFINED != comm->c_f_to_c_index && comm 464 ompi/communicator/comm_init.c comm->c_f_to_c_index)) { comm 466 ompi/communicator/comm_init.c comm->c_f_to_c_index, NULL); comm 469 ompi/communicator/comm_init.c OBJ_DESTRUCT(&comm->c_lock); comm 475 ompi/communicator/comm_init.c ompi_communicator_t *comm = (ompi_communicator_t *) obj; \ comm 478 ompi/communicator/comm_init.c comm->c_assertions |= flag; \ comm 480 ompi/communicator/comm_init.c comm->c_assertions &= ~flag; \ comm 483 ompi/communicator/comm_init.c return OMPI_COMM_CHECK_ASSERT(comm, flag) ? "true" : "false"; \ comm 491 ompi/communicator/comm_init.c void ompi_comm_assert_subscribe (ompi_communicator_t *comm, int32_t assert_flag) comm 495 ompi/communicator/comm_init.c opal_infosubscribe_subscribe (&comm->super, "mpi_assert_no_any_source", "false", ompi_comm_set_no_any_source); comm 498 ompi/communicator/comm_init.c opal_infosubscribe_subscribe (&comm->super, "mpi_assert_no_any_tag", "false", ompi_comm_set_no_any_tag); comm 501 ompi/communicator/comm_init.c opal_infosubscribe_subscribe (&comm->super, "mpi_assert_allow_overtaking", "false", ompi_comm_set_allow_overtake); comm 504 ompi/communicator/comm_init.c opal_infosubscribe_subscribe (&comm->super, "mpi_assert_exact_length", "false", ompi_comm_set_exact_length); comm 66 ompi/communicator/communicator.h #define OMPI_COMM_IS_INTER(comm) ((comm)->c_flags & OMPI_COMM_INTER) comm 67 ompi/communicator/communicator.h #define OMPI_COMM_IS_INTRA(comm) (!((comm)->c_flags & OMPI_COMM_INTER)) comm 68 ompi/communicator/communicator.h #define OMPI_COMM_IS_CART(comm) ((comm)->c_flags & OMPI_COMM_CART) comm 69 ompi/communicator/communicator.h #define OMPI_COMM_IS_GRAPH(comm) ((comm)->c_flags & OMPI_COMM_GRAPH) comm 70 ompi/communicator/communicator.h #define OMPI_COMM_IS_DIST_GRAPH(comm) ((comm)->c_flags & OMPI_COMM_DIST_GRAPH) comm 71 ompi/communicator/communicator.h #define OMPI_COMM_IS_INTRINSIC(comm) ((comm)->c_flags & OMPI_COMM_INTRINSIC) comm 72 ompi/communicator/communicator.h #define OMPI_COMM_IS_FREED(comm) ((comm)->c_flags & OMPI_COMM_ISFREED) comm 73 ompi/communicator/communicator.h #define OMPI_COMM_IS_DYNAMIC(comm) ((comm)->c_flags & OMPI_COMM_DYNAMIC) comm 74 ompi/communicator/communicator.h #define OMPI_COMM_IS_INVALID(comm) ((comm)->c_flags & OMPI_COMM_INVALID) comm 75 ompi/communicator/communicator.h #define OMPI_COMM_IS_PML_ADDED(comm) ((comm)->c_flags & OMPI_COMM_PML_ADDED) comm 76 ompi/communicator/communicator.h #define OMPI_COMM_IS_EXTRA_RETAIN(comm) ((comm)->c_flags & OMPI_COMM_EXTRA_RETAIN) comm 77 ompi/communicator/communicator.h #define OMPI_COMM_IS_TOPO(comm) (OMPI_COMM_IS_CART((comm)) || \ comm 78 ompi/communicator/communicator.h OMPI_COMM_IS_GRAPH((comm)) || \ comm 79 ompi/communicator/communicator.h OMPI_COMM_IS_DIST_GRAPH((comm))) comm 80 ompi/communicator/communicator.h #define OMPI_COMM_IS_MAPBY_NODE(comm) ((comm)->c_flags & OMPI_COMM_MAPBY_NODE) comm 82 ompi/communicator/communicator.h #define OMPI_COMM_SET_DYNAMIC(comm) ((comm)->c_flags |= OMPI_COMM_DYNAMIC) comm 83 ompi/communicator/communicator.h #define OMPI_COMM_SET_INVALID(comm) ((comm)->c_flags |= OMPI_COMM_INVALID) comm 85 ompi/communicator/communicator.h #define OMPI_COMM_SET_PML_ADDED(comm) ((comm)->c_flags |= OMPI_COMM_PML_ADDED) comm 86 ompi/communicator/communicator.h #define OMPI_COMM_SET_EXTRA_RETAIN(comm) ((comm)->c_flags |= OMPI_COMM_EXTRA_RETAIN) comm 87 ompi/communicator/communicator.h #define OMPI_COMM_SET_MAPBY_NODE(comm) ((comm)->c_flags |= OMPI_COMM_MAPBY_NODE) comm 101 ompi/communicator/communicator.h #define OMPI_COMM_CHECK_ASSERT(comm, flag) !!((comm)->c_assertions & flag) comm 102 ompi/communicator/communicator.h #define OMPI_COMM_CHECK_ASSERT_NO_ANY_TAG(comm) OMPI_COMM_CHECK_ASSERT(comm, OMPI_COMM_ASSERT_NO_ANY_TAG) comm 103 ompi/communicator/communicator.h #define OMPI_COMM_CHECK_ASSERT_NO_ANY_SOURCE(comm) OMPI_COMM_CHECK_ASSERT(comm, OMPI_COMM_ASSERT_NO_ANY_SOURCE) comm 104 ompi/communicator/communicator.h #define OMPI_COMM_CHECK_ASSERT_EXACT_LENGTH(comm) OMPI_COMM_CHECK_ASSERT(comm, OMPI_COMM_ASSERT_EXACT_LENGTH) comm 105 ompi/communicator/communicator.h #define OMPI_COMM_CHECK_ASSERT_ALLOW_OVERTAKE(comm) OMPI_COMM_CHECK_ASSERT(comm, OMPI_COMM_ASSERT_ALLOW_OVERTAKE) comm 288 ompi/communicator/communicator.h struct ompi_communicator_t comm; comm 331 ompi/communicator/communicator.h static inline int ompi_comm_invalid(ompi_communicator_t* comm) comm 333 ompi/communicator/communicator.h if ((NULL == comm) || (MPI_COMM_NULL == comm) || comm 334 ompi/communicator/communicator.h (OMPI_COMM_IS_FREED(comm)) || (OMPI_COMM_IS_INVALID(comm)) ) comm 343 ompi/communicator/communicator.h static inline int ompi_comm_rank(ompi_communicator_t* comm) comm 345 ompi/communicator/communicator.h return comm->c_my_rank; comm 351 ompi/communicator/communicator.h static inline int ompi_comm_size(ompi_communicator_t* comm) comm 353 ompi/communicator/communicator.h return comm->c_local_group->grp_proc_count; comm 360 ompi/communicator/communicator.h static inline int ompi_comm_remote_size(ompi_communicator_t* comm) comm 362 ompi/communicator/communicator.h return (comm->c_flags & OMPI_COMM_INTER ? comm->c_remote_group->grp_proc_count : 0); comm 369 ompi/communicator/communicator.h static inline uint32_t ompi_comm_get_cid(ompi_communicator_t* comm) comm 371 ompi/communicator/communicator.h return comm->c_contextid; comm 382 ompi/communicator/communicator.h static inline struct ompi_proc_t* ompi_comm_peer_lookup(ompi_communicator_t* comm, int peer_id) comm 385 ompi/communicator/communicator.h if(peer_id >= comm->c_remote_group->grp_proc_count) { comm 391 ompi/communicator/communicator.h return ompi_group_peer_lookup(comm->c_remote_group,peer_id); comm 394 ompi/communicator/communicator.h static inline bool ompi_comm_peer_invalid(ompi_communicator_t* comm, int peer_id) comm 396 ompi/communicator/communicator.h if(peer_id < 0 || peer_id >= comm->c_remote_group->grp_proc_count) { comm 411 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_group (ompi_communicator_t *comm, ompi_group_t **group); comm 416 ompi/communicator/communicator.h int ompi_comm_create (ompi_communicator_t* comm, ompi_group_t *group, comm 423 ompi/communicator/communicator.h int ompi_comm_create_group (ompi_communicator_t *comm, ompi_group_t *group, int tag, comm 456 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_split (ompi_communicator_t *comm, int color, int key, comm 469 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_split_type(ompi_communicator_t *comm, comm 482 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_dup (ompi_communicator_t *comm, ompi_communicator_t **newcomm); comm 492 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_idup (ompi_communicator_t *comm, ompi_communicator_t **newcomm, ompi_request_t **request); comm 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); comm 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); comm 525 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_free (ompi_communicator_t **comm); comm 566 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_nextcid (ompi_communicator_t *newcomm, ompi_communicator_t *comm, comm 580 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_nextcid_nb (ompi_communicator_t *newcomm, ompi_communicator_t *comm, comm 676 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_activate (ompi_communicator_t **newcomm, ompi_communicator_t *comm, comm 692 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_activate_nb (ompi_communicator_t **newcomm, ompi_communicator_t *comm, comm 699 ompi/communicator/communicator.h int ompi_comm_dump ( ompi_communicator_t *comm ); comm 702 ompi/communicator/communicator.h int ompi_comm_set_name (ompi_communicator_t *comm, const char *name ); comm 716 ompi/communicator/communicator.h void ompi_comm_assert_subscribe (ompi_communicator_t *comm, int32_t assert_flag); comm 26 ompi/contrib/libompitrace/abort.c int MPI_Abort(MPI_Comm comm, int errorcode) comm 33 ompi/contrib/libompitrace/abort.c PMPI_Comm_get_name(comm, commname, &len); comm 38 ompi/contrib/libompitrace/abort.c return PMPI_Abort(comm, errorcode); comm 33 ompi/contrib/libompitrace/allgather.c MPI_Comm comm) comm 43 ompi/contrib/libompitrace/allgather.c PMPI_Comm_get_name(comm, commname, &len); comm 49 ompi/contrib/libompitrace/allgather.c return PMPI_Allgather(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm); comm 33 ompi/contrib/libompitrace/allgatherv.c MPI_Datatype recvtype, MPI_Comm comm) comm 43 ompi/contrib/libompitrace/allgatherv.c PMPI_Comm_get_name(comm, commname, &len); comm 49 ompi/contrib/libompitrace/allgatherv.c return PMPI_Allgatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm); comm 32 ompi/contrib/libompitrace/allreduce.c MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) comm 40 ompi/contrib/libompitrace/allreduce.c PMPI_Comm_get_name(comm, commname, &len); comm 46 ompi/contrib/libompitrace/allreduce.c return PMPI_Allreduce(sendbuf, recvbuf, count, datatype, op, comm); comm 26 ompi/contrib/libompitrace/barrier.c int MPI_Barrier(MPI_Comm comm) comm 33 ompi/contrib/libompitrace/barrier.c PMPI_Comm_get_name(comm, commname, &len); comm 38 ompi/contrib/libompitrace/barrier.c return PMPI_Barrier(comm); comm 30 ompi/contrib/libompitrace/bcast.c int root, MPI_Comm comm) comm 38 ompi/contrib/libompitrace/bcast.c PMPI_Comm_get_name(comm, commname, &len); comm 44 ompi/contrib/libompitrace/bcast.c return PMPI_Bcast(buffer, count, datatype, root, comm); comm 32 ompi/contrib/libompitrace/isend.c int tag, MPI_Comm comm, MPI_Request *request) comm 40 ompi/contrib/libompitrace/isend.c PMPI_Comm_get_name(comm, commname, &len); comm 46 ompi/contrib/libompitrace/isend.c return PMPI_Isend(buf, count, type, dest, tag, comm, request); comm 29 ompi/contrib/libompitrace/recv.c int tag, MPI_Comm comm, MPI_Status *status) comm 37 ompi/contrib/libompitrace/recv.c PMPI_Comm_get_name(comm, commname, &len); comm 43 ompi/contrib/libompitrace/recv.c return PMPI_Recv(buf, count, type, source, tag, comm, status); comm 33 ompi/contrib/libompitrace/reduce.c MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) comm 41 ompi/contrib/libompitrace/reduce.c PMPI_Comm_get_name(comm, commname, &len); comm 47 ompi/contrib/libompitrace/reduce.c return PMPI_Reduce(sendbuf, recvbuf, count, datatype, op, root, comm); comm 32 ompi/contrib/libompitrace/send.c int tag, MPI_Comm comm) comm 40 ompi/contrib/libompitrace/send.c PMPI_Comm_get_name(comm, commname, &len); comm 46 ompi/contrib/libompitrace/send.c return PMPI_Send(buf, count, type, dest, tag, comm); comm 35 ompi/contrib/libompitrace/sendrecv.c MPI_Comm comm, MPI_Status *status) comm 46 ompi/contrib/libompitrace/sendrecv.c PMPI_Comm_get_name(comm, commname, &len); comm 59 ompi/contrib/libompitrace/sendrecv.c comm, status); comm 234 ompi/debuggers/ompi_msgq_dll.c communicator_t *comm = extra->communicator_list; comm 256 ompi/debuggers/ompi_msgq_dll.c for (;comm; comm = comm->next) { comm 257 ompi/debuggers/ompi_msgq_dll.c group = comm->group; comm 566 ompi/debuggers/ompi_msgq_dll.c communicator_t * comm = extra->communicator_list; comm 568 ompi/debuggers/ompi_msgq_dll.c for( ; comm; comm = comm->next ) { comm 569 ompi/debuggers/ompi_msgq_dll.c if( comm->comm_info.unique_id == (mqs_taddr_t)recv_ctx ) comm 570 ompi/debuggers/ompi_msgq_dll.c return comm; comm 702 ompi/debuggers/ompi_msgq_dll.c communicator_t *comm = *commp; comm 703 ompi/debuggers/ompi_msgq_dll.c if (comm->present) { comm 704 ompi/debuggers/ompi_msgq_dll.c comm->present = FALSE; comm 707 ompi/debuggers/ompi_msgq_dll.c (long long)comm->comm_ptr, comm->comm_info.name)); comm 710 ompi/debuggers/ompi_msgq_dll.c *commp = comm->next; /* Remove from the list, *commp now points to the next */ comm 712 ompi/debuggers/ompi_msgq_dll.c (long long)comm->comm_ptr, comm->comm_info.name, comm 713 ompi/debuggers/ompi_msgq_dll.c (void*)comm->group)); comm 714 ompi/debuggers/ompi_msgq_dll.c group_decref (comm->group); /* Group is no longer referenced from here */ comm 715 ompi/debuggers/ompi_msgq_dll.c mqs_free (comm); comm 723 ompi/debuggers/ompi_msgq_dll.c communicator_t *comm = extra->communicator_list; comm 725 ompi/debuggers/ompi_msgq_dll.c for (i=0; i<commcount; i++, comm=comm->next) comm 726 ompi/debuggers/ompi_msgq_dll.c comm_array [i] = comm; comm 734 ompi/debuggers/ompi_msgq_dll.c comm = comm_array[i]; comm 735 ompi/debuggers/ompi_msgq_dll.c comm->next = extra->communicator_list; comm 736 ompi/debuggers/ompi_msgq_dll.c extra->communicator_list = comm; comm 779 ompi/debuggers/ompi_msgq_dll.c int mqs_get_communicator (mqs_process *proc, mqs_communicator *comm) comm 785 ompi/debuggers/ompi_msgq_dll.c *comm = extra->current_communicator->comm_info; comm 787 ompi/debuggers/ompi_msgq_dll.c (int)comm->unique_id, (int)comm->local_rank, comm 788 ompi/debuggers/ompi_msgq_dll.c comm->name)); comm 802 ompi/debuggers/ompi_msgq_dll.c communicator_t *comm = extra->current_communicator; comm 804 ompi/debuggers/ompi_msgq_dll.c if (comm && comm->group) { comm 805 ompi/debuggers/ompi_msgq_dll.c group_t * g = comm->group; comm 1305 ompi/debuggers/ompi_msgq_dll.c communicator_t *comm; comm 1308 ompi/debuggers/ompi_msgq_dll.c comm = extra->communicator_list; comm 1309 ompi/debuggers/ompi_msgq_dll.c while (comm) { comm 1310 ompi/debuggers/ompi_msgq_dll.c communicator_t *next = comm->next; comm 1312 ompi/debuggers/ompi_msgq_dll.c if( NULL != comm->group ) comm 1313 ompi/debuggers/ompi_msgq_dll.c group_decref (comm->group); /* Group is no longer referenced from here */ comm 1314 ompi/debuggers/ompi_msgq_dll.c mqs_free (comm); comm 1316 ompi/debuggers/ompi_msgq_dll.c comm = next; comm 62 ompi/dpm/dpm.c ompi_communicator_t *comm; comm 68 ompi/dpm/dpm.c static ompi_dpm_disconnect_obj *disconnect_init(ompi_communicator_t *comm); comm 93 ompi/dpm/dpm.c int ompi_dpm_connect_accept(ompi_communicator_t *comm, int root, comm 109 ompi/dpm/dpm.c ompi_group_t *group=comm->c_local_group; comm 130 ompi/dpm/dpm.c size = ompi_comm_size ( comm ); comm 131 ompi/dpm/dpm.c rank = ompi_comm_rank ( comm ); comm 141 ompi/dpm/dpm.c if (MPI_COMM_WORLD == comm) { comm 241 ompi/dpm/dpm.c rc = comm->c_coll->coll_bcast(&rportlen, 1, MPI_INT, root, comm, comm 242 ompi/dpm/dpm.c comm->c_coll->coll_bcast_module); comm 257 ompi/dpm/dpm.c rc = comm->c_coll->coll_bcast(rport, rportlen, MPI_BYTE, root, comm, comm 258 ompi/dpm/dpm.c comm->c_coll->coll_bcast_module); comm 461 ompi/dpm/dpm.c comm, /* old comm */ comm 467 ompi/dpm/dpm.c comm->error_handler, /* error handler */ comm 481 ompi/dpm/dpm.c comm, /* old communicator */ comm 493 ompi/dpm/dpm.c comm, /* old communicator */ comm 563 ompi/dpm/dpm.c int ompi_dpm_disconnect(ompi_communicator_t *comm) comm 578 ompi/dpm/dpm.c group = comm->c_local_group; comm 585 ompi/dpm/dpm.c group = comm->c_remote_group; comm 1048 ompi/dpm/dpm.c ompi_communicator_t *comm=NULL; comm 1059 ompi/dpm/dpm.c comm = (ompi_communicator_t*)opal_pointer_array_get_item(&ompi_mpi_communicators,i); comm 1060 ompi/dpm/dpm.c if (NULL != comm && OMPI_COMM_IS_DYNAMIC(comm)) { comm 1061 ompi/dpm/dpm.c objs[j++] = disconnect_init(comm); comm 1091 ompi/dpm/dpm.c static ompi_dpm_disconnect_obj *disconnect_init(ompi_communicator_t *comm) comm 1103 ompi/dpm/dpm.c if (OMPI_COMM_IS_INTER(comm)) { comm 1104 ompi/dpm/dpm.c obj->size = ompi_comm_remote_size(comm); comm 1106 ompi/dpm/dpm.c obj->size = ompi_comm_size(comm); comm 1109 ompi/dpm/dpm.c obj->comm = comm; comm 1121 ompi/dpm/dpm.c OMPI_COMM_BARRIER_TAG, comm, comm 1133 ompi/dpm/dpm.c comm, &(obj->reqs[2*i+1]))); comm 1226 ompi/dpm/dpm.c void ompi_dpm_mark_dyncomm(ompi_communicator_t *comm) comm 1232 ompi/dpm/dpm.c if (comm == MPI_COMM_NULL) { comm 1236 ompi/dpm/dpm.c thisjobid = ompi_group_get_proc_name (comm->c_local_group, 0).jobid; comm 1241 ompi/dpm/dpm.c found = ompi_dpm_group_is_dyn (comm->c_local_group, thisjobid); comm 1246 ompi/dpm/dpm.c found = ompi_dpm_group_is_dyn (comm->c_remote_group, thisjobid); comm 1252 ompi/dpm/dpm.c OMPI_COMM_SET_DYNAMIC(comm); comm 47 ompi/dpm/dpm.h int ompi_dpm_connect_accept(ompi_communicator_t *comm, int root, comm 55 ompi/dpm/dpm.h int ompi_dpm_disconnect(ompi_communicator_t *comm); comm 87 ompi/dpm/dpm.h void ompi_dpm_mark_dyncomm(ompi_communicator_t *comm); comm 40 ompi/errhandler/errhandler_invoke.c ompi_communicator_t *comm; comm 55 ompi/errhandler/errhandler_invoke.c comm = (ompi_communicator_t *) mpi_object; comm 58 ompi/errhandler/errhandler_invoke.c errhandler->eh_comm_fn(&comm, &err_code, message, NULL); comm 62 ompi/errhandler/errhandler_invoke.c errhandler->eh_cxx_dispatch_fn(&comm, &err_code, message, comm 67 ompi/errhandler/errhandler_invoke.c fortran_handle = OMPI_INT_2_FINT(comm->c_f_to_c_index); comm 164 ompi/errhandler/errhandler_invoke.c return ompi_errhandler_invoke(mpi_object.comm->error_handler, comm 165 ompi/errhandler/errhandler_invoke.c mpi_object.comm, comm 166 ompi/errhandler/errhandler_invoke.c mpi_object.comm->errhandler_type, comm 50 ompi/errhandler/errhandler_predefined.c static void backend_fatal(char *type, struct ompi_communicator_t *comm, comm 55 ompi/errhandler/errhandler_predefined.c void ompi_mpi_errors_are_fatal_comm_handler(struct ompi_communicator_t **comm, comm 64 ompi/errhandler/errhandler_predefined.c if (NULL != comm) { comm 65 ompi/errhandler/errhandler_predefined.c name = (*comm)->c_name; comm 66 ompi/errhandler/errhandler_predefined.c abort_comm = *comm; comm 115 ompi/errhandler/errhandler_predefined.c void ompi_mpi_errors_return_comm_handler(struct ompi_communicator_t **comm, comm 179 ompi/errhandler/errhandler_predefined.c struct ompi_communicator_t *comm, comm 279 ompi/errhandler/errhandler_predefined.c struct ompi_communicator_t *comm, comm 376 ompi/errhandler/errhandler_predefined.c static void backend_fatal(char *type, struct ompi_communicator_t *comm, comm 382 ompi/errhandler/errhandler_predefined.c backend_fatal_aggregate(type, comm, name, error_code, arglist); comm 384 ompi/errhandler/errhandler_predefined.c backend_fatal_no_aggregate(type, comm, name, error_code, arglist); comm 391 ompi/errhandler/errhandler_predefined.c if (comm == NULL) { comm 392 ompi/errhandler/errhandler_predefined.c comm = &ompi_mpi_comm_self.comm; comm 396 ompi/errhandler/errhandler_predefined.c ompi_mpi_abort(comm, *error_code); comm 398 ompi/errhandler/errhandler_predefined.c ompi_mpi_abort(comm, 1); comm 31 ompi/errhandler/errhandler_predefined.h OMPI_DECLSPEC void ompi_mpi_errors_are_fatal_comm_handler(struct ompi_communicator_t **comm, comm 41 ompi/errhandler/errhandler_predefined.h OMPI_DECLSPEC void ompi_mpi_errors_return_comm_handler(struct ompi_communicator_t **comm, comm 85 ompi/file/file.c ompi_mpi_file_null.file.f_comm = &ompi_mpi_comm_null.comm; comm 100 ompi/file/file.c int ompi_file_open(struct ompi_communicator_t *comm, const char *filename, comm 114 ompi/file/file.c file->f_comm = comm; comm 115 ompi/file/file.c OBJ_RETAIN(comm); comm 153 ompi/file/file.h int ompi_file_open(struct ompi_communicator_t *comm, const char *filename, comm 168 ompi/include/ompi/memchecker.h static inline int memchecker_comm(MPI_Comm comm) comm 180 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_base.obj_class, sizeof(opal_class_t *)); comm 181 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined ((void*)&comm->c_base.obj_reference_count, sizeof(volatile int32_t)); comm 183 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_base.obj_magic_id, sizeof(opal_object_t)); comm 184 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_base.cls_init_file_name, sizeof(const char *)); comm 185 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_base.cls_init_lineno, sizeof(int)); comm 188 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_lock.super.obj_class, sizeof(opal_class_t *)); comm 189 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined ((void*)&comm->c_lock.super.obj_reference_count, sizeof(volatile int32_t)); comm 191 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_lock.super.obj_magic_id, sizeof(uint64_t)); comm 192 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_lock.super.cls_init_file_name, sizeof(const char *)); comm 193 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_lock.super.cls_init_lineno, sizeof(int)); comm 207 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_lock.m_lock_atomic, sizeof(opal_atomic_lock_t)); comm 209 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_name, MPI_MAX_OBJECT_NAME); comm 210 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_my_rank, sizeof(int)); comm 211 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_flags, sizeof(uint32_t)); comm 212 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_id_available, sizeof(int)); comm 213 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_id_start_index, sizeof(int)); comm 214 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_local_group, sizeof(ompi_group_t *)); comm 215 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_remote_group, sizeof(ompi_group_t *)); comm 216 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_keyhash, sizeof(struct opal_hash_table_t *)); comm 217 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_cube_dim, sizeof(int)); comm 218 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_topo, sizeof(const struct mca_topo_base_module_t *)); comm 219 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_f_to_c_index, sizeof(int)); comm 221 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_peruse_handles, sizeof(struct ompi_peruse_handle_t **)); comm 223 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->error_handler, sizeof(ompi_errhandler_t *)); comm 224 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->errhandler_type, sizeof(ompi_errhandler_type_t)); comm 225 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_pml_comm, sizeof(struct mca_pml_comm_t *)); comm 227 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll->coll_module_init, sizeof(mca_coll_base_module_init_1_0_0_fn_t)); comm 228 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll->coll_module_finalize, sizeof(mca_coll_base_module_finalize_fn_t)); comm 229 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll->coll_allgather, sizeof(mca_coll_base_module_allgather_fn_t)); comm 230 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll->coll_allgatherv, sizeof(mca_coll_base_module_allgatherv_fn_t)); comm 231 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll->coll_allreduce, sizeof(mca_coll_base_module_allreduce_fn_t)); comm 232 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll->coll_alltoall, sizeof(mca_coll_base_module_alltoall_fn_t)); comm 233 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll->coll_alltoallv, sizeof(mca_coll_base_module_alltoallv_fn_t)); comm 234 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll->coll_alltoallw, sizeof(mca_coll_base_module_alltoallw_fn_t)); comm 235 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll->coll_barrier, sizeof(mca_coll_base_module_barrier_fn_t)); comm 236 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll->coll_bcast, sizeof(mca_coll_base_module_bcast_fn_t)); comm 237 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll->coll_exscan, sizeof(mca_coll_base_module_exscan_fn_t)); comm 238 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll->coll_gather, sizeof(mca_coll_base_module_gather_fn_t)); comm 239 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll->coll_gatherv, sizeof(mca_coll_base_module_gatherv_fn_t)); comm 240 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll->coll_reduce, sizeof(mca_coll_base_module_reduce_fn_t)); comm 241 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll->coll_reduce_scatter, sizeof(mca_coll_base_module_reduce_scatter_fn_t)); comm 242 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll->coll_scan, sizeof(mca_coll_base_module_scan_fn_t)); comm 243 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll->coll_scatter, sizeof(mca_coll_base_module_scatter_fn_t)); comm 244 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll->coll_scatterv, sizeof(mca_coll_base_module_scatterv_fn_t)); comm 246 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll_selected_component, sizeof(const mca_coll_base_component_2_0_0_t *)); comm 247 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll_selected_module, sizeof(const mca_coll_base_module_1_0_0_t *)); comm 250 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll_basic_module, sizeof(const mca_coll_base_module_1_0_0_t *)); comm 251 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&comm->c_coll_basic_data, sizeof(struct mca_coll_base_comm_t *)); comm 256 ompi/include/ompi/memchecker.h #define memchecker_comm(comm) comm 307 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&(*request)->req_mpi_object.comm, sizeof(struct ompi_communicator_t *)); comm 396 ompi/include/ompi/memchecker.h opal_memchecker_base_isdefined (&message->comm, sizeof(ompi_communicator_t *)); comm 99 ompi/mca/coll/base/base.h int mca_coll_base_comm_select(struct ompi_communicator_t *comm); comm 122 ompi/mca/coll/base/base.h int mca_coll_base_comm_unselect(struct ompi_communicator_t *comm); comm 89 ompi/mca/coll/base/coll_base_allgather.c struct ompi_communicator_t *comm, comm 96 ompi/mca/coll/base/coll_base_allgather.c size = ompi_comm_size(comm); comm 97 ompi/mca/coll/base/coll_base_allgather.c rank = ompi_comm_rank(comm); comm 152 ompi/mca/coll/base/coll_base_allgather.c comm, MPI_STATUS_IGNORE, rank); comm 257 ompi/mca/coll/base/coll_base_allgather.c struct ompi_communicator_t *comm, comm 265 ompi/mca/coll/base/coll_base_allgather.c size = ompi_comm_size(comm); comm 266 ompi/mca/coll/base/coll_base_allgather.c rank = ompi_comm_rank(comm); comm 282 ompi/mca/coll/base/coll_base_allgather.c comm, module); comm 327 ompi/mca/coll/base/coll_base_allgather.c comm, MPI_STATUS_IGNORE, rank); comm 362 ompi/mca/coll/base/coll_base_allgather.c struct ompi_communicator_t *comm, comm 369 ompi/mca/coll/base/coll_base_allgather.c size = ompi_comm_size(comm); comm 370 ompi/mca/coll/base/coll_base_allgather.c rank = ompi_comm_rank(comm); comm 412 ompi/mca/coll/base/coll_base_allgather.c comm, MPI_STATUS_IGNORE, rank); comm 488 ompi/mca/coll/base/coll_base_allgather.c struct ompi_communicator_t *comm, comm 496 ompi/mca/coll/base/coll_base_allgather.c size = ompi_comm_size(comm); comm 497 ompi/mca/coll/base/coll_base_allgather.c rank = ompi_comm_rank(comm); comm 505 ompi/mca/coll/base/coll_base_allgather.c comm, module); comm 557 ompi/mca/coll/base/coll_base_allgather.c comm, MPI_STATUS_IGNORE, rank); comm 582 ompi/mca/coll/base/coll_base_allgather.c comm, MPI_STATUS_IGNORE, rank); comm 602 ompi/mca/coll/base/coll_base_allgather.c struct ompi_communicator_t *comm, comm 609 ompi/mca/coll/base/coll_base_allgather.c rank = ompi_comm_rank(comm); comm 614 ompi/mca/coll/base/coll_base_allgather.c if (2 != ompi_comm_size(comm)) { comm 639 ompi/mca/coll/base/coll_base_allgather.c comm, MPI_STATUS_IGNORE, rank); comm 686 ompi/mca/coll/base/coll_base_allgather.c struct ompi_communicator_t *comm, comm 697 ompi/mca/coll/base/coll_base_allgather.c if (MPI_IN_PLACE == sbuf && 0 != ompi_comm_rank(comm)) { comm 699 ompi/mca/coll/base/coll_base_allgather.c sbuf = ((char*) rbuf) + (ompi_comm_rank(comm) * extent * rcount); comm 706 ompi/mca/coll/base/coll_base_allgather.c err = comm->c_coll->coll_gather(sbuf, scount, sdtype, comm 708 ompi/mca/coll/base/coll_base_allgather.c 0, comm, comm->c_coll->coll_gather_module); comm 710 ompi/mca/coll/base/coll_base_allgather.c size_t length = (ptrdiff_t)rcount * ompi_comm_size(comm); comm 712 ompi/mca/coll/base/coll_base_allgather.c err = comm->c_coll->coll_bcast(rbuf, (ptrdiff_t)rcount * ompi_comm_size(comm), rdtype, comm 713 ompi/mca/coll/base/coll_base_allgather.c 0, comm, comm->c_coll->coll_bcast_module); comm 716 ompi/mca/coll/base/coll_base_allgather.c ompi_datatype_create_contiguous(ompi_comm_size(comm), rdtype, &temptype); comm 718 ompi/mca/coll/base/coll_base_allgather.c err = comm->c_coll->coll_bcast(rbuf, rcount, temptype, comm 719 ompi/mca/coll/base/coll_base_allgather.c 0, comm, comm->c_coll->coll_bcast_module); comm 98 ompi/mca/coll/base/coll_base_allgatherv.c struct ompi_communicator_t *comm, comm 107 ompi/mca/coll/base/coll_base_allgatherv.c size = ompi_comm_size(comm); comm 108 ompi/mca/coll/base/coll_base_allgatherv.c rank = ompi_comm_rank(comm); comm 185 ompi/mca/coll/base/coll_base_allgatherv.c comm, MPI_STATUS_IGNORE, rank); comm 225 ompi/mca/coll/base/coll_base_allgatherv.c struct ompi_communicator_t *comm, comm 232 ompi/mca/coll/base/coll_base_allgatherv.c size = ompi_comm_size(comm); comm 233 ompi/mca/coll/base/coll_base_allgatherv.c rank = ompi_comm_rank(comm); comm 276 ompi/mca/coll/base/coll_base_allgatherv.c comm, MPI_STATUS_IGNORE, rank); comm 352 ompi/mca/coll/base/coll_base_allgatherv.c struct ompi_communicator_t *comm, comm 362 ompi/mca/coll/base/coll_base_allgatherv.c size = ompi_comm_size(comm); comm 363 ompi/mca/coll/base/coll_base_allgatherv.c rank = ompi_comm_rank(comm); comm 372 ompi/mca/coll/base/coll_base_allgatherv.c comm, module); comm 426 ompi/mca/coll/base/coll_base_allgatherv.c comm, MPI_STATUS_IGNORE, rank); comm 474 ompi/mca/coll/base/coll_base_allgatherv.c comm, MPI_STATUS_IGNORE, rank); comm 498 ompi/mca/coll/base/coll_base_allgatherv.c struct ompi_communicator_t *comm, comm 505 ompi/mca/coll/base/coll_base_allgatherv.c rank = ompi_comm_rank(comm); comm 510 ompi/mca/coll/base/coll_base_allgatherv.c if (2 != ompi_comm_size(comm)) { comm 535 ompi/mca/coll/base/coll_base_allgatherv.c comm, MPI_STATUS_IGNORE, rank); comm 584 ompi/mca/coll/base/coll_base_allgatherv.c struct ompi_communicator_t *comm, comm 592 ompi/mca/coll/base/coll_base_allgatherv.c size = ompi_comm_size(comm); comm 593 ompi/mca/coll/base/coll_base_allgatherv.c rank = ompi_comm_rank(comm); comm 614 ompi/mca/coll/base/coll_base_allgatherv.c err = comm->c_coll->coll_gatherv(send_buf, comm 617 ompi/mca/coll/base/coll_base_allgatherv.c comm, comm->c_coll->coll_gatherv_module); comm 644 ompi/mca/coll/base/coll_base_allgatherv.c comm->c_coll->coll_bcast(rbuf, 1, newtype, 0, comm, comm 645 ompi/mca/coll/base/coll_base_allgatherv.c comm->c_coll->coll_bcast_module); comm 57 ompi/mca/coll/base/coll_base_allreduce.c struct ompi_communicator_t *comm, comm 62 ompi/mca/coll/base/coll_base_allreduce.c rank = ompi_comm_rank(comm); comm 70 ompi/mca/coll/base/coll_base_allreduce.c err = comm->c_coll->coll_reduce (MPI_IN_PLACE, rbuf, count, dtype, comm 71 ompi/mca/coll/base/coll_base_allreduce.c op, 0, comm, comm->c_coll->coll_reduce_module); comm 73 ompi/mca/coll/base/coll_base_allreduce.c err = comm->c_coll->coll_reduce (rbuf, NULL, count, dtype, op, 0, comm 74 ompi/mca/coll/base/coll_base_allreduce.c comm, comm->c_coll->coll_reduce_module); comm 77 ompi/mca/coll/base/coll_base_allreduce.c err = comm->c_coll->coll_reduce (sbuf, rbuf, count, dtype, op, 0, comm 78 ompi/mca/coll/base/coll_base_allreduce.c comm, comm->c_coll->coll_reduce_module); comm 84 ompi/mca/coll/base/coll_base_allreduce.c return comm->c_coll->coll_bcast (rbuf, count, dtype, 0, comm, comm 85 ompi/mca/coll/base/coll_base_allreduce.c comm->c_coll->coll_bcast_module); comm 134 ompi/mca/coll/base/coll_base_allreduce.c struct ompi_communicator_t *comm, comm 142 ompi/mca/coll/base/coll_base_allreduce.c size = ompi_comm_size(comm); comm 143 ompi/mca/coll/base/coll_base_allreduce.c rank = ompi_comm_rank(comm); comm 190 ompi/mca/coll/base/coll_base_allreduce.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 195 ompi/mca/coll/base/coll_base_allreduce.c MCA_COLL_BASE_TAG_ALLREDUCE, comm, comm 223 ompi/mca/coll/base/coll_base_allreduce.c comm, MPI_STATUS_IGNORE); comm 247 ompi/mca/coll/base/coll_base_allreduce.c MCA_COLL_BASE_TAG_ALLREDUCE, comm, comm 254 ompi/mca/coll/base/coll_base_allreduce.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 344 ompi/mca/coll/base/coll_base_allreduce.c struct ompi_communicator_t *comm, comm 355 ompi/mca/coll/base/coll_base_allreduce.c size = ompi_comm_size(comm); comm 356 ompi/mca/coll/base/coll_base_allreduce.c rank = ompi_comm_rank(comm); comm 376 ompi/mca/coll/base/coll_base_allreduce.c comm, module)); comm 436 ompi/mca/coll/base/coll_base_allreduce.c MCA_COLL_BASE_TAG_ALLREDUCE, comm, &reqs[inbi])); comm 446 ompi/mca/coll/base/coll_base_allreduce.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 456 ompi/mca/coll/base/coll_base_allreduce.c MCA_COLL_BASE_TAG_ALLREDUCE, comm, &reqs[inbi])); comm 476 ompi/mca/coll/base/coll_base_allreduce.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 518 ompi/mca/coll/base/coll_base_allreduce.c comm, MPI_STATUS_IGNORE, rank); comm 621 ompi/mca/coll/base/coll_base_allreduce.c struct ompi_communicator_t *comm, comm 634 ompi/mca/coll/base/coll_base_allreduce.c size = ompi_comm_size(comm); comm 635 ompi/mca/coll/base/coll_base_allreduce.c rank = ompi_comm_rank(comm); comm 659 ompi/mca/coll/base/coll_base_allreduce.c comm, module)); comm 729 ompi/mca/coll/base/coll_base_allreduce.c MCA_COLL_BASE_TAG_ALLREDUCE, comm, &reqs[inbi])); comm 748 ompi/mca/coll/base/coll_base_allreduce.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 758 ompi/mca/coll/base/coll_base_allreduce.c MCA_COLL_BASE_TAG_ALLREDUCE, comm, comm 787 ompi/mca/coll/base/coll_base_allreduce.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 838 ompi/mca/coll/base/coll_base_allreduce.c comm, MPI_STATUS_IGNORE, rank); comm 884 ompi/mca/coll/base/coll_base_allreduce.c struct ompi_communicator_t *comm, comm 889 ompi/mca/coll/base/coll_base_allreduce.c rank = ompi_comm_rank(comm); comm 898 ompi/mca/coll/base/coll_base_allreduce.c op, 0, comm, module); comm 901 ompi/mca/coll/base/coll_base_allreduce.c op, 0, comm, module); comm 905 ompi/mca/coll/base/coll_base_allreduce.c op, 0, comm, module); comm 911 ompi/mca/coll/base/coll_base_allreduce.c return ompi_coll_base_bcast_intra_basic_linear(rbuf, count, dtype, 0, comm, module); comm 972 ompi/mca/coll/base/coll_base_allreduce.c struct ompi_op_t *op, struct ompi_communicator_t *comm, comm 977 ompi/mca/coll/base/coll_base_allreduce.c int comm_size = ompi_comm_size(comm); comm 978 ompi/mca/coll/base/coll_base_allreduce.c int rank = ompi_comm_rank(comm); comm 984 ompi/mca/coll/base/coll_base_allreduce.c int nsteps = opal_hibit(comm_size, comm->c_cube_dim + 1); /* ilog2(comm_size) */ comm 994 ompi/mca/coll/base/coll_base_allreduce.c op, comm, module); comm 1049 ompi/mca/coll/base/coll_base_allreduce.c MCA_COLL_BASE_TAG_ALLREDUCE, comm, comm 1061 ompi/mca/coll/base/coll_base_allreduce.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 1077 ompi/mca/coll/base/coll_base_allreduce.c MCA_COLL_BASE_TAG_ALLREDUCE, comm, comm 1087 ompi/mca/coll/base/coll_base_allreduce.c MCA_COLL_BASE_TAG_ALLREDUCE, comm, comm 1158 ompi/mca/coll/base/coll_base_allreduce.c MCA_COLL_BASE_TAG_ALLREDUCE, comm, comm 1204 ompi/mca/coll/base/coll_base_allreduce.c MCA_COLL_BASE_TAG_ALLREDUCE, comm, comm 1218 ompi/mca/coll/base/coll_base_allreduce.c MCA_COLL_BASE_TAG_ALLREDUCE, comm, comm 1226 ompi/mca/coll/base/coll_base_allreduce.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 42 ompi/mca/coll/base/coll_base_alltoall.c struct ompi_communicator_t *comm, comm 53 ompi/mca/coll/base/coll_base_alltoall.c size = ompi_comm_size(comm); comm 54 ompi/mca/coll/base/coll_base_alltoall.c rank = ompi_comm_rank(comm); comm 84 ompi/mca/coll/base/coll_base_alltoall.c j, MCA_COLL_BASE_TAG_ALLTOALL, comm, &req)); comm 89 ompi/mca/coll/base/coll_base_alltoall.c comm)); comm 99 ompi/mca/coll/base/coll_base_alltoall.c i, MCA_COLL_BASE_TAG_ALLTOALL, comm, &req)); comm 104 ompi/mca/coll/base/coll_base_alltoall.c comm)); comm 136 ompi/mca/coll/base/coll_base_alltoall.c struct ompi_communicator_t *comm, comm 145 ompi/mca/coll/base/coll_base_alltoall.c comm, module); comm 148 ompi/mca/coll/base/coll_base_alltoall.c size = ompi_comm_size(comm); comm 149 ompi/mca/coll/base/coll_base_alltoall.c rank = ompi_comm_rank(comm); comm 176 ompi/mca/coll/base/coll_base_alltoall.c comm, MPI_STATUS_IGNORE, rank); comm 195 ompi/mca/coll/base/coll_base_alltoall.c struct ompi_communicator_t *comm, comm 206 ompi/mca/coll/base/coll_base_alltoall.c comm, module); comm 209 ompi/mca/coll/base/coll_base_alltoall.c size = ompi_comm_size(comm); comm 210 ompi/mca/coll/base/coll_base_alltoall.c rank = ompi_comm_rank(comm); comm 278 ompi/mca/coll/base/coll_base_alltoall.c comm, MPI_STATUS_IGNORE, rank ); comm 337 ompi/mca/coll/base/coll_base_alltoall.c struct ompi_communicator_t *comm, comm 350 ompi/mca/coll/base/coll_base_alltoall.c comm, module); comm 355 ompi/mca/coll/base/coll_base_alltoall.c size = ompi_comm_size(comm); comm 356 ompi/mca/coll/base/coll_base_alltoall.c rank = ompi_comm_rank(comm); comm 408 ompi/mca/coll/base/coll_base_alltoall.c MCA_COLL_BASE_TAG_ALLTOALL, comm, &reqs[nreqs])); comm 417 ompi/mca/coll/base/coll_base_alltoall.c MCA_PML_BASE_SEND_STANDARD, comm, &reqs[nreqs])); comm 447 ompi/mca/coll/base/coll_base_alltoall.c MCA_COLL_BASE_TAG_ALLTOALL, comm, comm 458 ompi/mca/coll/base/coll_base_alltoall.c MCA_PML_BASE_SEND_STANDARD, comm, comm 494 ompi/mca/coll/base/coll_base_alltoall.c struct ompi_communicator_t *comm, comm 503 ompi/mca/coll/base/coll_base_alltoall.c comm, module); comm 506 ompi/mca/coll/base/coll_base_alltoall.c rank = ompi_comm_rank(comm); comm 511 ompi/mca/coll/base/coll_base_alltoall.c if (2 != ompi_comm_size(comm)) { comm 532 ompi/mca/coll/base/coll_base_alltoall.c comm, MPI_STATUS_IGNORE, rank ); comm 573 ompi/mca/coll/base/coll_base_alltoall.c struct ompi_communicator_t *comm, comm 586 ompi/mca/coll/base/coll_base_alltoall.c comm, module); comm 591 ompi/mca/coll/base/coll_base_alltoall.c size = ompi_comm_size(comm); comm 592 ompi/mca/coll/base/coll_base_alltoall.c rank = ompi_comm_rank(comm); comm 640 ompi/mca/coll/base/coll_base_alltoall.c MCA_COLL_BASE_TAG_ALLTOALL, comm, rreq)); comm 655 ompi/mca/coll/base/coll_base_alltoall.c MCA_PML_BASE_SEND_STANDARD, comm, sreq)); comm 43 ompi/mca/coll/base/coll_base_alltoallv.c struct ompi_communicator_t *comm, comm 53 ompi/mca/coll/base/coll_base_alltoallv.c size = ompi_comm_size(comm); comm 54 ompi/mca/coll/base/coll_base_alltoallv.c rank = ompi_comm_rank(comm); comm 97 ompi/mca/coll/base/coll_base_alltoallv.c comm, MPI_STATUS_IGNORE); comm 110 ompi/mca/coll/base/coll_base_alltoallv.c comm, MPI_STATUS_IGNORE); comm 129 ompi/mca/coll/base/coll_base_alltoallv.c struct ompi_communicator_t *comm, comm 138 ompi/mca/coll/base/coll_base_alltoallv.c rdtype, comm, module); comm 141 ompi/mca/coll/base/coll_base_alltoallv.c size = ompi_comm_size(comm); comm 142 ompi/mca/coll/base/coll_base_alltoallv.c rank = ompi_comm_rank(comm); comm 166 ompi/mca/coll/base/coll_base_alltoallv.c comm, MPI_STATUS_IGNORE, rank); comm 193 ompi/mca/coll/base/coll_base_alltoallv.c struct ompi_communicator_t *comm, comm 205 ompi/mca/coll/base/coll_base_alltoallv.c rdtype, comm, module); comm 208 ompi/mca/coll/base/coll_base_alltoallv.c size = ompi_comm_size(comm); comm 209 ompi/mca/coll/base/coll_base_alltoallv.c rank = ompi_comm_rank(comm); comm 247 ompi/mca/coll/base/coll_base_alltoallv.c i, MCA_COLL_BASE_TAG_ALLTOALLV, comm, comm 262 ompi/mca/coll/base/coll_base_alltoallv.c MCA_PML_BASE_SEND_STANDARD, comm, comm 47 ompi/mca/coll/base/coll_base_barrier.c MPI_Comm comm ) comm 56 ompi/mca/coll/base/coll_base_barrier.c comm, &req )); comm 61 ompi/mca/coll/base/coll_base_barrier.c MCA_PML_BASE_SEND_STANDARD, comm )); comm 100 ompi/mca/coll/base/coll_base_barrier.c int ompi_coll_base_barrier_intra_doublering(struct ompi_communicator_t *comm, comm 105 ompi/mca/coll/base/coll_base_barrier.c size = ompi_comm_size(comm); comm 108 ompi/mca/coll/base/coll_base_barrier.c rank = ompi_comm_rank(comm); comm 117 ompi/mca/coll/base/coll_base_barrier.c MCA_COLL_BASE_TAG_BARRIER, comm, comm 125 ompi/mca/coll/base/coll_base_barrier.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 131 ompi/mca/coll/base/coll_base_barrier.c MCA_COLL_BASE_TAG_BARRIER, comm, comm 139 ompi/mca/coll/base/coll_base_barrier.c MCA_COLL_BASE_TAG_BARRIER, comm, comm 147 ompi/mca/coll/base/coll_base_barrier.c MCA_PML_BASE_SEND_SYNCHRONOUS, comm)); comm 153 ompi/mca/coll/base/coll_base_barrier.c MCA_COLL_BASE_TAG_BARRIER, comm, comm 172 ompi/mca/coll/base/coll_base_barrier.c int ompi_coll_base_barrier_intra_recursivedoubling(struct ompi_communicator_t *comm, comm 177 ompi/mca/coll/base/coll_base_barrier.c size = ompi_comm_size(comm); comm 180 ompi/mca/coll/base/coll_base_barrier.c rank = ompi_comm_rank(comm); comm 196 ompi/mca/coll/base/coll_base_barrier.c comm); comm 203 ompi/mca/coll/base/coll_base_barrier.c MCA_COLL_BASE_TAG_BARRIER, comm, comm 221 ompi/mca/coll/base/coll_base_barrier.c comm); comm 233 ompi/mca/coll/base/coll_base_barrier.c MCA_PML_BASE_SEND_SYNCHRONOUS, comm)); comm 253 ompi/mca/coll/base/coll_base_barrier.c int ompi_coll_base_barrier_intra_bruck(struct ompi_communicator_t *comm, comm 258 ompi/mca/coll/base/coll_base_barrier.c size = ompi_comm_size(comm); comm 261 ompi/mca/coll/base/coll_base_barrier.c rank = ompi_comm_rank(comm); comm 273 ompi/mca/coll/base/coll_base_barrier.c comm); comm 291 ompi/mca/coll/base/coll_base_barrier.c int ompi_coll_base_barrier_intra_two_procs(struct ompi_communicator_t *comm, comm 296 ompi/mca/coll/base/coll_base_barrier.c size = ompi_comm_size(comm); comm 299 ompi/mca/coll/base/coll_base_barrier.c if( 2 != ompi_comm_size(comm) ) { comm 303 ompi/mca/coll/base/coll_base_barrier.c remote = ompi_comm_rank(comm); comm 311 ompi/mca/coll/base/coll_base_barrier.c comm); comm 330 ompi/mca/coll/base/coll_base_barrier.c int ompi_coll_base_barrier_intra_basic_linear(struct ompi_communicator_t *comm, comm 336 ompi/mca/coll/base/coll_base_barrier.c size = ompi_comm_size(comm); comm 339 ompi/mca/coll/base/coll_base_barrier.c rank = ompi_comm_rank(comm); comm 345 ompi/mca/coll/base/coll_base_barrier.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 350 ompi/mca/coll/base/coll_base_barrier.c comm, MPI_STATUS_IGNORE)); comm 362 ompi/mca/coll/base/coll_base_barrier.c MCA_COLL_BASE_TAG_BARRIER, comm, comm 373 ompi/mca/coll/base/coll_base_barrier.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 404 ompi/mca/coll/base/coll_base_barrier.c int ompi_coll_base_barrier_intra_tree(struct ompi_communicator_t *comm, comm 409 ompi/mca/coll/base/coll_base_barrier.c size = ompi_comm_size(comm); comm 412 ompi/mca/coll/base/coll_base_barrier.c rank = ompi_comm_rank(comm); comm 425 ompi/mca/coll/base/coll_base_barrier.c MCA_COLL_BASE_TAG_BARRIER, comm, comm 432 ompi/mca/coll/base/coll_base_barrier.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 446 ompi/mca/coll/base/coll_base_barrier.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 451 ompi/mca/coll/base/coll_base_barrier.c MCA_COLL_BASE_TAG_BARRIER, comm, comm 42 ompi/mca/coll/base/coll_base_bcast.c struct ompi_communicator_t* comm, comm 58 ompi/mca/coll/base/coll_base_bcast.c size = ompi_comm_size(comm); comm 61 ompi/mca/coll/base/coll_base_bcast.c rank = ompi_comm_rank(comm); comm 92 ompi/mca/coll/base/coll_base_bcast.c MCA_PML_BASE_SEND_STANDARD, comm, comm 124 ompi/mca/coll/base/coll_base_bcast.c comm, &recv_reqs[req_index])); comm 135 ompi/mca/coll/base/coll_base_bcast.c comm, &recv_reqs[req_index])); comm 147 ompi/mca/coll/base/coll_base_bcast.c MCA_PML_BASE_SEND_STANDARD, comm, comm 170 ompi/mca/coll/base/coll_base_bcast.c MCA_PML_BASE_SEND_STANDARD, comm, comm 193 ompi/mca/coll/base/coll_base_bcast.c comm, &recv_reqs[req_index])); comm 202 ompi/mca/coll/base/coll_base_bcast.c comm, &recv_reqs[req_index])); comm 249 ompi/mca/coll/base/coll_base_bcast.c struct ompi_communicator_t* comm, comm 257 ompi/mca/coll/base/coll_base_bcast.c COLL_BASE_UPDATE_BINTREE( comm, module, root ); comm 266 ompi/mca/coll/base/coll_base_bcast.c ompi_comm_rank(comm), segsize, (unsigned long)typelng, segcount)); comm 268 ompi/mca/coll/base/coll_base_bcast.c return ompi_coll_base_bcast_intra_generic( buffer, count, datatype, root, comm, module, comm 277 ompi/mca/coll/base/coll_base_bcast.c struct ompi_communicator_t* comm, comm 285 ompi/mca/coll/base/coll_base_bcast.c COLL_BASE_UPDATE_PIPELINE( comm, module, root ); comm 294 ompi/mca/coll/base/coll_base_bcast.c ompi_comm_rank(comm), segsize, (unsigned long)typelng, segcount)); comm 296 ompi/mca/coll/base/coll_base_bcast.c return ompi_coll_base_bcast_intra_generic( buffer, count, datatype, root, comm, module, comm 305 ompi/mca/coll/base/coll_base_bcast.c struct ompi_communicator_t* comm, comm 313 ompi/mca/coll/base/coll_base_bcast.c COLL_BASE_UPDATE_CHAIN( comm, module, root, chains ); comm 322 ompi/mca/coll/base/coll_base_bcast.c ompi_comm_rank(comm), chains, segsize, (unsigned long)typelng, segcount)); comm 324 ompi/mca/coll/base/coll_base_bcast.c return ompi_coll_base_bcast_intra_generic( buffer, count, datatype, root, comm, module, comm 333 ompi/mca/coll/base/coll_base_bcast.c struct ompi_communicator_t* comm, comm 341 ompi/mca/coll/base/coll_base_bcast.c COLL_BASE_UPDATE_BMTREE( comm, module, root ); comm 350 ompi/mca/coll/base/coll_base_bcast.c ompi_comm_rank(comm), segsize, (unsigned long)typelng, segcount)); comm 352 ompi/mca/coll/base/coll_base_bcast.c return ompi_coll_base_bcast_intra_generic( buffer, count, datatype, root, comm, module, comm 361 ompi/mca/coll/base/coll_base_bcast.c struct ompi_communicator_t* comm, comm 376 ompi/mca/coll/base/coll_base_bcast.c size = ompi_comm_size(comm); comm 377 ompi/mca/coll/base/coll_base_bcast.c rank = ompi_comm_rank(comm); comm 386 ompi/mca/coll/base/coll_base_bcast.c COLL_BASE_UPDATE_BINTREE( comm, module, root ); comm 419 ompi/mca/coll/base/coll_base_bcast.c root, comm, module, comm 460 ompi/mca/coll/base/coll_base_bcast.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 484 ompi/mca/coll/base/coll_base_bcast.c comm, &base_req)); comm 494 ompi/mca/coll/base/coll_base_bcast.c comm, &new_req)); comm 502 ompi/mca/coll/base/coll_base_bcast.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 517 ompi/mca/coll/base/coll_base_bcast.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 533 ompi/mca/coll/base/coll_base_bcast.c comm, MPI_STATUS_IGNORE)); comm 565 ompi/mca/coll/base/coll_base_bcast.c comm, MPI_STATUS_IGNORE, rank); comm 572 ompi/mca/coll/base/coll_base_bcast.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 580 ompi/mca/coll/base/coll_base_bcast.c comm, MPI_STATUS_IGNORE)); comm 589 ompi/mca/coll/base/coll_base_bcast.c comm, MPI_STATUS_IGNORE, rank); comm 626 ompi/mca/coll/base/coll_base_bcast.c struct ompi_communicator_t *comm, comm 632 ompi/mca/coll/base/coll_base_bcast.c size = ompi_comm_size(comm); comm 633 ompi/mca/coll/base/coll_base_bcast.c rank = ompi_comm_rank(comm); comm 643 ompi/mca/coll/base/coll_base_bcast.c MCA_COLL_BASE_TAG_BCAST, comm, comm 661 ompi/mca/coll/base/coll_base_bcast.c comm, preq++)); comm 716 ompi/mca/coll/base/coll_base_bcast.c struct ompi_communicator_t *comm, mca_coll_base_module_t *module, comm 723 ompi/mca/coll/base/coll_base_bcast.c COLL_BASE_UPDATE_KMTREE(comm, module, root, radix); comm 726 ompi/mca/coll/base/coll_base_bcast.c return ompi_coll_base_bcast_intra_binomial(buf, count, datatype, root, comm, module, comm 738 ompi/mca/coll/base/coll_base_bcast.c ompi_comm_rank(comm), segsize, (unsigned long)typesize, segcount)); comm 740 ompi/mca/coll/base/coll_base_bcast.c return ompi_coll_base_bcast_intra_generic(buf, count, datatype, root, comm, module, comm 770 ompi/mca/coll/base/coll_base_bcast.c struct ompi_communicator_t *comm, mca_coll_base_module_t *module, comm 779 ompi/mca/coll/base/coll_base_bcast.c int comm_size = ompi_comm_size(comm); comm 780 ompi/mca/coll/base/coll_base_bcast.c int rank = ompi_comm_rank(comm); comm 794 ompi/mca/coll/base/coll_base_bcast.c root, comm, module); comm 815 ompi/mca/coll/base/coll_base_bcast.c MCA_COLL_BASE_TAG_BCAST, comm, &status)); comm 835 ompi/mca/coll/base/coll_base_bcast.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 872 ompi/mca/coll/base/coll_base_bcast.c comm, &status, rank); comm 900 ompi/mca/coll/base/coll_base_bcast.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 908 ompi/mca/coll/base/coll_base_bcast.c comm, &status)); comm 947 ompi/mca/coll/base/coll_base_bcast.c struct ompi_communicator_t *comm, mca_coll_base_module_t *module, comm 956 ompi/mca/coll/base/coll_base_bcast.c int comm_size = ompi_comm_size(comm); comm 957 ompi/mca/coll/base/coll_base_bcast.c int rank = ompi_comm_rank(comm); comm 971 ompi/mca/coll/base/coll_base_bcast.c root, comm, module); comm 992 ompi/mca/coll/base/coll_base_bcast.c MCA_COLL_BASE_TAG_BCAST, comm, &status)); comm 1012 ompi/mca/coll/base/coll_base_bcast.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 1043 ompi/mca/coll/base/coll_base_bcast.c comm, MPI_STATUS_IGNORE, rank); comm 66 ompi/mca/coll/base/coll_base_comm_select.c ompi_communicator_t * comm); comm 67 ompi/mca/coll/base/coll_base_comm_select.c static int check_one_component(ompi_communicator_t * comm, comm 72 ompi/mca/coll/base/coll_base_comm_select.c ompi_communicator_t * comm, int *priority, comm 76 ompi/mca/coll/base/coll_base_comm_select.c coll_component, ompi_communicator_t * comm, comm 86 ompi/mca/coll/base/coll_base_comm_select.c #define COPY(module, comm, func) \ comm 89 ompi/mca/coll/base/coll_base_comm_select.c if (NULL != comm->c_coll->coll_ ## func ## _module) { \ comm 90 ompi/mca/coll/base/coll_base_comm_select.c OBJ_RELEASE(comm->c_coll->coll_ ## func ## _module); \ comm 92 ompi/mca/coll/base/coll_base_comm_select.c comm->c_coll->coll_ ## func = module->coll_ ## func; \ comm 93 ompi/mca/coll/base/coll_base_comm_select.c comm->c_coll->coll_ ## func ## _module = module; \ comm 98 ompi/mca/coll/base/coll_base_comm_select.c #define CHECK_NULL(what, comm, func) \ comm 99 ompi/mca/coll/base/coll_base_comm_select.c ( (what) = # func , NULL == (comm)->c_coll->coll_ ## func) comm 108 ompi/mca/coll/base/coll_base_comm_select.c int mca_coll_base_comm_select(ompi_communicator_t * comm) comm 118 ompi/mca/coll/base/coll_base_comm_select.c comm->c_name, comm->c_contextid); comm 122 ompi/mca/coll/base/coll_base_comm_select.c comm->c_coll = (mca_coll_base_comm_coll_t*)calloc(1, sizeof(mca_coll_base_comm_coll_t)); comm 126 ompi/mca/coll/base/coll_base_comm_select.c selectable = check_components(&ompi_coll_base_framework.framework_components, comm); comm 148 ompi/mca/coll/base/coll_base_comm_select.c ret = avail->ac_module->coll_module_enable(avail->ac_module, comm); comm 158 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, allgather); comm 159 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, allgatherv); comm 160 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, allreduce); comm 161 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, alltoall); comm 162 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, alltoallv); comm 163 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, alltoallw); comm 164 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, barrier); comm 165 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, bcast); comm 166 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, exscan); comm 167 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, gather); comm 168 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, gatherv); comm 169 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, reduce); comm 170 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, reduce_scatter_block); comm 171 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, reduce_scatter); comm 172 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, scan); comm 173 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, scatter); comm 174 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, scatterv); comm 176 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, iallgather); comm 177 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, iallgatherv); comm 178 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, iallreduce); comm 179 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, ialltoall); comm 180 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, ialltoallv); comm 181 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, ialltoallw); comm 182 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, ibarrier); comm 183 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, ibcast); comm 184 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, iexscan); comm 185 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, igather); comm 186 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, igatherv); comm 187 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, ireduce); comm 188 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, ireduce_scatter_block); comm 189 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, ireduce_scatter); comm 190 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, iscan); comm 191 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, iscatter); comm 192 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, iscatterv); comm 194 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, allgather_init); comm 195 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, allgatherv_init); comm 196 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, allreduce_init); comm 197 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, alltoall_init); comm 198 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, alltoallv_init); comm 199 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, alltoallw_init); comm 200 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, barrier_init); comm 201 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, bcast_init); comm 202 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, exscan_init); comm 203 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, gather_init); comm 204 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, gatherv_init); comm 205 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, reduce_init); comm 206 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, reduce_scatter_block_init); comm 207 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, reduce_scatter_init); comm 208 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, scan_init); comm 209 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, scatter_init); comm 210 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, scatterv_init); comm 214 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, neighbor_allgather); comm 215 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, neighbor_allgatherv); comm 216 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, neighbor_alltoall); comm 217 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, neighbor_alltoallv); comm 218 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, neighbor_alltoallw); comm 220 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, ineighbor_allgather); comm 221 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, ineighbor_allgatherv); comm 222 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, ineighbor_alltoall); comm 223 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, ineighbor_alltoallv); comm 224 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, ineighbor_alltoallw); comm 226 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, neighbor_allgather_init); comm 227 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, neighbor_allgatherv_init); comm 228 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, neighbor_alltoall_init); comm 229 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, neighbor_alltoallv_init); comm 230 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, neighbor_alltoallw_init); comm 232 ompi/mca/coll/base/coll_base_comm_select.c COPY(avail->ac_module, comm, reduce_local); comm 243 ompi/mca/coll/base/coll_base_comm_select.c if (CHECK_NULL(which_func, comm, allgather) || comm 244 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, allgatherv) || comm 245 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, allreduce) || comm 246 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, alltoall) || comm 247 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, alltoallv) || comm 248 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, alltoallw) || comm 249 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, barrier) || comm 250 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, bcast) || comm 251 ompi/mca/coll/base/coll_base_comm_select.c ((OMPI_COMM_IS_INTRA(comm)) && CHECK_NULL(which_func, comm, exscan)) || comm 252 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, gather) || comm 253 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, gatherv) || comm 254 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, reduce) || comm 255 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, reduce_scatter_block) || comm 256 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, reduce_scatter) || comm 257 ompi/mca/coll/base/coll_base_comm_select.c ((OMPI_COMM_IS_INTRA(comm)) && CHECK_NULL(which_func, comm, scan)) || comm 258 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, scatter) || comm 259 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, scatterv) || comm 260 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, iallgather) || comm 261 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, iallgatherv) || comm 262 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, iallreduce) || comm 263 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, ialltoall) || comm 264 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, ialltoallv) || comm 265 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, ialltoallw) || comm 266 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, ibarrier) || comm 267 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, ibcast) || comm 268 ompi/mca/coll/base/coll_base_comm_select.c ((OMPI_COMM_IS_INTRA(comm)) && CHECK_NULL(which_func, comm, iexscan)) || comm 269 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, igather) || comm 270 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, igatherv) || comm 271 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, ireduce) || comm 272 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, ireduce_scatter_block) || comm 273 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, ireduce_scatter) || comm 274 ompi/mca/coll/base/coll_base_comm_select.c ((OMPI_COMM_IS_INTRA(comm)) && CHECK_NULL(which_func, comm, iscan)) || comm 275 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, iscatter) || comm 276 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, iscatterv) || comm 277 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, allgather_init) || comm 278 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, allgatherv_init) || comm 279 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, allreduce_init) || comm 280 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, alltoall_init) || comm 281 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, alltoallv_init) || comm 282 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, alltoallw_init) || comm 283 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, barrier_init) || comm 284 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, bcast_init) || comm 285 ompi/mca/coll/base/coll_base_comm_select.c ((OMPI_COMM_IS_INTRA(comm)) && CHECK_NULL(which_func, comm, exscan_init)) || comm 286 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, gather_init) || comm 287 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, gatherv_init) || comm 288 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, reduce_init) || comm 289 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, reduce_scatter_block_init) || comm 290 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, reduce_scatter_init) || comm 291 ompi/mca/coll/base/coll_base_comm_select.c ((OMPI_COMM_IS_INTRA(comm)) && CHECK_NULL(which_func, comm, scan_init)) || comm 292 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, scatter_init) || comm 293 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, scatterv_init) || comm 294 ompi/mca/coll/base/coll_base_comm_select.c CHECK_NULL(which_func, comm, reduce_local) ) { comm 301 ompi/mca/coll/base/coll_base_comm_select.c mca_coll_base_comm_unselect(comm); comm 328 ompi/mca/coll/base/coll_base_comm_select.c ompi_communicator_t * comm) comm 344 ompi/mca/coll/base/coll_base_comm_select.c priority = check_one_component(comm, component, &module); comm 387 ompi/mca/coll/base/coll_base_comm_select.c static int check_one_component(ompi_communicator_t * comm, comm 394 ompi/mca/coll/base/coll_base_comm_select.c err = query(component, comm, &priority, module); comm 422 ompi/mca/coll/base/coll_base_comm_select.c ompi_communicator_t * comm, comm 432 ompi/mca/coll/base/coll_base_comm_select.c return query_2_0_0(coll100, comm, priority, module); comm 442 ompi/mca/coll/base/coll_base_comm_select.c ompi_communicator_t * comm, int *priority, comm 449 ompi/mca/coll/base/coll_base_comm_select.c ret = component->collm_comm_query(comm, priority); comm 38 ompi/mca/coll/base/coll_base_comm_unselect.c #define CLOSE(comm, func) \ comm 40 ompi/mca/coll/base/coll_base_comm_unselect.c if (NULL != comm->c_coll->coll_ ## func ## _module) { \ comm 41 ompi/mca/coll/base/coll_base_comm_unselect.c if (NULL != comm->c_coll->coll_ ## func ## _module->coll_module_disable) { \ comm 42 ompi/mca/coll/base/coll_base_comm_unselect.c comm->c_coll->coll_ ## func ## _module->coll_module_disable( \ comm 43 ompi/mca/coll/base/coll_base_comm_unselect.c comm->c_coll->coll_ ## func ## _module, comm); \ comm 45 ompi/mca/coll/base/coll_base_comm_unselect.c OBJ_RELEASE(comm->c_coll->coll_ ## func ## _module); \ comm 46 ompi/mca/coll/base/coll_base_comm_unselect.c comm->c_coll->coll_## func = NULL; \ comm 47 ompi/mca/coll/base/coll_base_comm_unselect.c comm->c_coll->coll_## func ## _module = NULL; \ comm 51 ompi/mca/coll/base/coll_base_comm_unselect.c int mca_coll_base_comm_unselect(ompi_communicator_t * comm) comm 53 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, allgather); comm 54 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, allgatherv); comm 55 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, allreduce); comm 56 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, alltoall); comm 57 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, alltoallv); comm 58 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, alltoallw); comm 59 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, barrier); comm 60 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, bcast); comm 61 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, exscan); comm 62 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, gather); comm 63 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, gatherv); comm 64 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, reduce); comm 65 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, reduce_scatter_block); comm 66 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, reduce_scatter); comm 67 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, scan); comm 68 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, scatter); comm 69 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, scatterv); comm 71 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, iallgather); comm 72 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, iallgatherv); comm 73 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, iallreduce); comm 74 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, ialltoall); comm 75 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, ialltoallv); comm 76 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, ialltoallw); comm 77 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, ibarrier); comm 78 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, ibcast); comm 79 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, iexscan); comm 80 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, igather); comm 81 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, igatherv); comm 82 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, ireduce); comm 83 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, ireduce_scatter_block); comm 84 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, ireduce_scatter); comm 85 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, iscan); comm 86 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, iscatter); comm 87 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, iscatterv); comm 89 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, allgather_init); comm 90 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, allgatherv_init); comm 91 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, allreduce_init); comm 92 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, alltoall_init); comm 93 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, alltoallv_init); comm 94 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, alltoallw_init); comm 95 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, barrier_init); comm 96 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, bcast_init); comm 97 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, exscan_init); comm 98 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, gather_init); comm 99 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, gatherv_init); comm 100 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, reduce_init); comm 101 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, reduce_scatter_block_init); comm 102 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, reduce_scatter_init); comm 103 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, scan_init); comm 104 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, scatter_init); comm 105 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, scatterv_init); comm 107 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, neighbor_allgather); comm 108 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, neighbor_allgatherv); comm 109 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, neighbor_alltoall); comm 110 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, neighbor_alltoallv); comm 111 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, neighbor_alltoallw); comm 113 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, ineighbor_allgather); comm 114 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, ineighbor_allgatherv); comm 115 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, ineighbor_alltoall); comm 116 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, ineighbor_alltoallv); comm 117 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, ineighbor_alltoallw); comm 119 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, neighbor_allgather_init); comm 120 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, neighbor_allgatherv_init); comm 121 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, neighbor_alltoall_init); comm 122 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, neighbor_alltoallv_init); comm 123 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, neighbor_alltoallw_init); comm 125 ompi/mca/coll/base/coll_base_comm_unselect.c CLOSE(comm, reduce_local); comm 127 ompi/mca/coll/base/coll_base_comm_unselect.c free(comm->c_coll); comm 128 ompi/mca/coll/base/coll_base_comm_unselect.c comm->c_coll = NULL; comm 38 ompi/mca/coll/base/coll_base_exscan.c struct ompi_communicator_t *comm, comm 46 ompi/mca/coll/base/coll_base_exscan.c rank = ompi_comm_rank(comm); comm 47 ompi/mca/coll/base/coll_base_exscan.c size = ompi_comm_size(comm); comm 60 ompi/mca/coll/base/coll_base_exscan.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 67 ompi/mca/coll/base/coll_base_exscan.c MCA_COLL_BASE_TAG_EXSCAN, comm, comm 88 ompi/mca/coll/base/coll_base_exscan.c MCA_COLL_BASE_TAG_EXSCAN, comm, MPI_STATUS_IGNORE)); comm 100 ompi/mca/coll/base/coll_base_exscan.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 144 ompi/mca/coll/base/coll_base_exscan.c struct ompi_op_t *op, struct ompi_communicator_t *comm, comm 149 ompi/mca/coll/base/coll_base_exscan.c int comm_size = ompi_comm_size(comm); comm 150 ompi/mca/coll/base/coll_base_exscan.c int rank = ompi_comm_rank(comm); comm 185 ompi/mca/coll/base/coll_base_exscan.c MCA_COLL_BASE_TAG_EXSCAN, comm, comm 70 ompi/mca/coll/base/coll_base_functions.h #define ALLGATHER_BASE_ARGS const void *sendbuf, int sendcount, struct ompi_datatype_t *sendtype, void *recvbuf, int recvcount, struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm comm 71 ompi/mca/coll/base/coll_base_functions.h #define ALLGATHERV_BASE_ARGS const void *sendbuf, int sendcount, struct ompi_datatype_t *sendtype, void *recvbuf, const int recvcounts[], const int displs[], struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm comm 72 ompi/mca/coll/base/coll_base_functions.h #define ALLREDUCE_BASE_ARGS const void *sendbuf, void *recvbuf, int count, struct ompi_datatype_t *datatype, struct ompi_op_t *op, struct ompi_communicator_t *comm comm 73 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALL_BASE_ARGS const void *sendbuf, int sendcount, struct ompi_datatype_t *sendtype, void *recvbuf, int recvcount, struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm comm 74 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALLV_BASE_ARGS const void *sendbuf, const int sendcounts[], const int sdispls[], struct ompi_datatype_t *sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm comm 75 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALLW_BASE_ARGS const void *sendbuf, const int sendcounts[], const int sdispls[], struct ompi_datatype_t * const sendtypes[], void *recvbuf, const int recvcounts[], const int rdispls[], struct ompi_datatype_t * const recvtypes[], struct ompi_communicator_t *comm comm 76 ompi/mca/coll/base/coll_base_functions.h #define BARRIER_BASE_ARGS struct ompi_communicator_t *comm comm 77 ompi/mca/coll/base/coll_base_functions.h #define BCAST_BASE_ARGS void *buffer, int count, struct ompi_datatype_t *datatype, int root, struct ompi_communicator_t *comm comm 78 ompi/mca/coll/base/coll_base_functions.h #define EXSCAN_BASE_ARGS const void *sendbuf, void *recvbuf, int count, struct ompi_datatype_t *datatype, struct ompi_op_t *op, struct ompi_communicator_t *comm comm 79 ompi/mca/coll/base/coll_base_functions.h #define GATHER_BASE_ARGS const void *sendbuf, int sendcount, struct ompi_datatype_t *sendtype, void *recvbuf, int recvcount, struct ompi_datatype_t *recvtype, int root, struct ompi_communicator_t *comm comm 80 ompi/mca/coll/base/coll_base_functions.h #define GATHERV_BASE_ARGS const void *sendbuf, int sendcount, struct ompi_datatype_t *sendtype, void *recvbuf, const int recvcounts[], const int displs[], struct ompi_datatype_t *recvtype, int root, struct ompi_communicator_t *comm comm 81 ompi/mca/coll/base/coll_base_functions.h #define REDUCE_BASE_ARGS const void *sendbuf, void *recvbuf, int count, struct ompi_datatype_t *datatype, struct ompi_op_t *op, int root, struct ompi_communicator_t *comm comm 82 ompi/mca/coll/base/coll_base_functions.h #define REDUCESCATTER_BASE_ARGS const void *sendbuf, void *recvbuf, const int recvcounts[], struct ompi_datatype_t *datatype, struct ompi_op_t *op, struct ompi_communicator_t *comm comm 83 ompi/mca/coll/base/coll_base_functions.h #define REDUCESCATTERBLOCK_BASE_ARGS const void *sendbuf, void *recvbuf, int recvcount, struct ompi_datatype_t *datatype, struct ompi_op_t *op, struct ompi_communicator_t *comm comm 84 ompi/mca/coll/base/coll_base_functions.h #define SCAN_BASE_ARGS const void *sendbuf, void *recvbuf, int count, struct ompi_datatype_t *datatype, struct ompi_op_t *op, struct ompi_communicator_t *comm comm 85 ompi/mca/coll/base/coll_base_functions.h #define SCATTER_BASE_ARGS const void *sendbuf, int sendcount, struct ompi_datatype_t *sendtype, void *recvbuf, int recvcount, struct ompi_datatype_t *recvtype, int root, struct ompi_communicator_t *comm comm 86 ompi/mca/coll/base/coll_base_functions.h #define SCATTERV_BASE_ARGS const void *sendbuf, const int sendcounts[], const int displs[], struct ompi_datatype_t *sendtype, void *recvbuf, int recvcount, struct ompi_datatype_t *recvtype, int root, struct ompi_communicator_t *comm comm 87 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLGATHER_BASE_ARGS const void *sendbuf, int sendcount, struct ompi_datatype_t *sendtype, void *recvbuf, int recvcount, struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm comm 88 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLGATHERV_BASE_ARGS const void *sendbuf, int sendcount, struct ompi_datatype_t *sendtype, void *recvbuf, const int recvcounts[], const int displs[], struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm comm 89 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALL_BASE_ARGS const void *sendbuf, int sendcount, struct ompi_datatype_t *sendtype, void *recvbuf, int recvcount, struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm comm 90 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALLV_BASE_ARGS const void *sendbuf, const int sendcounts[], const int sdispls[], struct ompi_datatype_t *sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], struct ompi_datatype_t *recvtype, struct ompi_communicator_t *comm comm 91 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALLW_BASE_ARGS const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[], struct ompi_datatype_t * const sendtypes[], void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[], struct ompi_datatype_t * const recvtypes[], struct ompi_communicator_t *comm comm 162 ompi/mca/coll/base/coll_base_functions.h #define ALLGATHER_BASE_ARG_NAMES sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm comm 163 ompi/mca/coll/base/coll_base_functions.h #define ALLGATHERV_BASE_ARG_NAMES sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm comm 164 ompi/mca/coll/base/coll_base_functions.h #define ALLREDUCE_BASE_ARG_NAMES sendbuf, recvbuf, count, datatype, op, comm comm 165 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALL_BASE_ARG_NAMES sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm comm 166 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALLV_BASE_ARG_NAMES sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm comm 167 ompi/mca/coll/base/coll_base_functions.h #define ALLTOALLW_BASE_ARG_NAMES sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm comm 168 ompi/mca/coll/base/coll_base_functions.h #define BARRIER_BASE_ARG_NAMES comm comm 169 ompi/mca/coll/base/coll_base_functions.h #define BCAST_BASE_ARG_NAMES buffer, count, datatype, root, comm comm 170 ompi/mca/coll/base/coll_base_functions.h #define EXSCAN_BASE_ARG_NAMES sendbuf, recvbuf, count, datatype, op, comm comm 171 ompi/mca/coll/base/coll_base_functions.h #define GATHER_BASE_ARG_NAMES sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm comm 172 ompi/mca/coll/base/coll_base_functions.h #define GATHERV_BASE_ARG_NAMES sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, comm comm 173 ompi/mca/coll/base/coll_base_functions.h #define REDUCE_BASE_ARG_NAMES sendbuf, recvbuf, count, datatype, op, root, comm comm 174 ompi/mca/coll/base/coll_base_functions.h #define REDUCESCATTER_BASE_ARG_NAMES sendbuf, recvbuf, recvcounts, datatype, op, comm comm 175 ompi/mca/coll/base/coll_base_functions.h #define REDUCESCATTERBLOCK_BASE_ARG_NAMES sendbuf, recvbuf, recvcount, datatype, op, comm comm 176 ompi/mca/coll/base/coll_base_functions.h #define SCAN_BASE_ARG_NAMES sendbuf, recvbuf, count, datatype, op, comm comm 177 ompi/mca/coll/base/coll_base_functions.h #define SCATTER_BASE_ARG_NAMES sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm comm 178 ompi/mca/coll/base/coll_base_functions.h #define SCATTERV_BASE_ARG_NAMES sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm comm 179 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLGATHER_BASE_ARG_NAMES sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm comm 180 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLGATHERV_BASE_ARG_NAMES sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm comm 181 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALL_BASE_ARG_NAMES sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm comm 182 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALLV_BASE_ARG_NAMES sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm comm 183 ompi/mca/coll/base/coll_base_functions.h #define NEIGHBOR_ALLTOALLW_BASE_ARG_NAMES sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm comm 219 ompi/mca/coll/base/coll_base_functions.h struct ompi_communicator_t *comm, comm 227 ompi/mca/coll/base/coll_base_functions.h struct ompi_communicator_t *comm, comm 46 ompi/mca/coll/base/coll_base_gather.c struct ompi_communicator_t *comm, comm 58 ompi/mca/coll/base/coll_base_gather.c size = ompi_comm_size(comm); comm 59 ompi/mca/coll/base/coll_base_gather.c rank = ompi_comm_rank(comm); comm 65 ompi/mca/coll/base/coll_base_gather.c COLL_BASE_UPDATE_IN_ORDER_BMTREE( comm, base_module, root ); comm 150 ompi/mca/coll/base/coll_base_gather.c comm, &status)); comm 166 ompi/mca/coll/base/coll_base_gather.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 213 ompi/mca/coll/base/coll_base_gather.c struct ompi_communicator_t *comm, comm 222 ompi/mca/coll/base/coll_base_gather.c size = ompi_comm_size(comm); comm 223 ompi/mca/coll/base/coll_base_gather.c rank = ompi_comm_rank(comm); comm 243 ompi/mca/coll/base/coll_base_gather.c comm, MPI_STATUS_IGNORE)); comm 248 ompi/mca/coll/base/coll_base_gather.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 254 ompi/mca/coll/base/coll_base_gather.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 290 ompi/mca/coll/base/coll_base_gather.c MCA_COLL_BASE_TAG_GATHER, comm, comm 297 ompi/mca/coll/base/coll_base_gather.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 303 ompi/mca/coll/base/coll_base_gather.c rdtype, i, MCA_COLL_BASE_TAG_GATHER, comm, comm 373 ompi/mca/coll/base/coll_base_gather.c struct ompi_communicator_t *comm, comm 380 ompi/mca/coll/base/coll_base_gather.c size = ompi_comm_size(comm); comm 381 ompi/mca/coll/base/coll_base_gather.c rank = ompi_comm_rank(comm); comm 390 ompi/mca/coll/base/coll_base_gather.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 408 ompi/mca/coll/base/coll_base_gather.c comm, MPI_STATUS_IGNORE)); comm 64 ompi/mca/coll/base/coll_base_reduce.c int root, ompi_communicator_t* comm, comm 94 ompi/mca/coll/base/coll_base_reduce.c rank = ompi_comm_rank(comm); comm 178 ompi/mca/coll/base/coll_base_reduce.c MCA_COLL_BASE_TAG_REDUCE, comm, comm 226 ompi/mca/coll/base/coll_base_reduce.c comm) ); comm 277 ompi/mca/coll/base/coll_base_reduce.c comm) ); comm 304 ompi/mca/coll/base/coll_base_reduce.c MCA_PML_BASE_SEND_SYNCHRONOUS, comm, comm 324 ompi/mca/coll/base/coll_base_reduce.c MCA_PML_BASE_SEND_SYNCHRONOUS, comm, comm 382 ompi/mca/coll/base/coll_base_reduce.c ompi_communicator_t* comm, comm 392 ompi/mca/coll/base/coll_base_reduce.c OPAL_OUTPUT((ompi_coll_base_framework.framework_output,"coll:base:reduce_intra_chain rank %d fo %d ss %5d", ompi_comm_rank(comm), fanout, segsize)); comm 394 ompi/mca/coll/base/coll_base_reduce.c COLL_BASE_UPDATE_CHAIN( comm, base_module, root, fanout ); comm 403 ompi/mca/coll/base/coll_base_reduce.c op, root, comm, module, comm 412 ompi/mca/coll/base/coll_base_reduce.c ompi_communicator_t* comm, comm 423 ompi/mca/coll/base/coll_base_reduce.c ompi_comm_rank(comm), segsize)); comm 425 ompi/mca/coll/base/coll_base_reduce.c COLL_BASE_UPDATE_PIPELINE( comm, base_module, root ); comm 435 ompi/mca/coll/base/coll_base_reduce.c op, root, comm, module, comm 443 ompi/mca/coll/base/coll_base_reduce.c ompi_communicator_t* comm, comm 454 ompi/mca/coll/base/coll_base_reduce.c ompi_comm_rank(comm), segsize)); comm 456 ompi/mca/coll/base/coll_base_reduce.c COLL_BASE_UPDATE_BINTREE( comm, base_module, root ); comm 466 ompi/mca/coll/base/coll_base_reduce.c op, root, comm, module, comm 474 ompi/mca/coll/base/coll_base_reduce.c ompi_communicator_t* comm, comm 485 ompi/mca/coll/base/coll_base_reduce.c ompi_comm_rank(comm), segsize)); comm 487 ompi/mca/coll/base/coll_base_reduce.c COLL_BASE_UPDATE_IN_ORDER_BMTREE( comm, base_module, root ); comm 497 ompi/mca/coll/base/coll_base_reduce.c op, root, comm, module, comm 513 ompi/mca/coll/base/coll_base_reduce.c ompi_communicator_t* comm, comm 526 ompi/mca/coll/base/coll_base_reduce.c rank = ompi_comm_rank(comm); comm 527 ompi/mca/coll/base/coll_base_reduce.c size = ompi_comm_size(comm); comm 531 ompi/mca/coll/base/coll_base_reduce.c COLL_BASE_UPDATE_IN_ORDER_BINTREE( comm, base_module ); comm 578 ompi/mca/coll/base/coll_base_reduce.c op, io_root, comm, module, comm 588 ompi/mca/coll/base/coll_base_reduce.c MCA_COLL_BASE_TAG_REDUCE, comm, comm 596 ompi/mca/coll/base/coll_base_reduce.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 631 ompi/mca/coll/base/coll_base_reduce.c struct ompi_communicator_t *comm, comm 643 ompi/mca/coll/base/coll_base_reduce.c rank = ompi_comm_rank(comm); comm 644 ompi/mca/coll/base/coll_base_reduce.c size = ompi_comm_size(comm); comm 651 ompi/mca/coll/base/coll_base_reduce.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 684 ompi/mca/coll/base/coll_base_reduce.c MCA_COLL_BASE_TAG_REDUCE, comm, comm 701 ompi/mca/coll/base/coll_base_reduce.c MCA_COLL_BASE_TAG_REDUCE, comm, comm 793 ompi/mca/coll/base/coll_base_reduce.c struct ompi_op_t *op, int root, struct ompi_communicator_t *comm, comm 796 ompi/mca/coll/base/coll_base_reduce.c int comm_size = ompi_comm_size(comm); comm 797 ompi/mca/coll/base/coll_base_reduce.c int rank = ompi_comm_rank(comm); comm 804 ompi/mca/coll/base/coll_base_reduce.c int nsteps = opal_hibit(comm_size, comm->c_cube_dim + 1); /* ilog2(comm_size) */ comm 813 ompi/mca/coll/base/coll_base_reduce.c op, root, comm, module); comm 881 ompi/mca/coll/base/coll_base_reduce.c MCA_COLL_BASE_TAG_REDUCE, comm, comm 893 ompi/mca/coll/base/coll_base_reduce.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 909 ompi/mca/coll/base/coll_base_reduce.c MCA_COLL_BASE_TAG_REDUCE, comm, comm 919 ompi/mca/coll/base/coll_base_reduce.c MCA_COLL_BASE_TAG_REDUCE, comm, comm 991 ompi/mca/coll/base/coll_base_reduce.c MCA_COLL_BASE_TAG_REDUCE, comm, comm 1043 ompi/mca/coll/base/coll_base_reduce.c MCA_COLL_BASE_TAG_REDUCE, comm, comm 1052 ompi/mca/coll/base/coll_base_reduce.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 1093 ompi/mca/coll/base/coll_base_reduce.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 1100 ompi/mca/coll/base/coll_base_reduce.c MCA_COLL_BASE_TAG_REDUCE, comm, comm 51 ompi/mca/coll/base/coll_base_reduce_scatter.c struct ompi_communicator_t *comm, comm 58 ompi/mca/coll/base/coll_base_reduce_scatter.c rank = ompi_comm_rank(comm); comm 59 ompi/mca/coll/base/coll_base_reduce_scatter.c size = ompi_comm_size(comm); comm 70 ompi/mca/coll/base/coll_base_reduce_scatter.c err = comm->c_coll->coll_reduce (MPI_IN_PLACE, tmprbuf, total_count, comm 71 ompi/mca/coll/base/coll_base_reduce_scatter.c dtype, op, root, comm, comm->c_coll->coll_reduce_module); comm 73 ompi/mca/coll/base/coll_base_reduce_scatter.c err = comm->c_coll->coll_reduce(tmprbuf, NULL, total_count, comm 74 ompi/mca/coll/base/coll_base_reduce_scatter.c dtype, op, root, comm, comm->c_coll->coll_reduce_module); comm 86 ompi/mca/coll/base/coll_base_reduce_scatter.c err = comm->c_coll->coll_reduce (sbuf, tmprbuf, total_count, comm 87 ompi/mca/coll/base/coll_base_reduce_scatter.c dtype, op, root, comm, comm->c_coll->coll_reduce_module); comm 100 ompi/mca/coll/base/coll_base_reduce_scatter.c err = comm->c_coll->coll_scatterv (tmprbuf, rcounts, displs, dtype, comm 102 ompi/mca/coll/base/coll_base_reduce_scatter.c root, comm, comm->c_coll->coll_scatterv_module); comm 104 ompi/mca/coll/base/coll_base_reduce_scatter.c err = comm->c_coll->coll_scatterv (tmprbuf, rcounts, displs, dtype, comm 106 ompi/mca/coll/base/coll_base_reduce_scatter.c root, comm, comm->c_coll->coll_scatterv_module); comm 137 ompi/mca/coll/base/coll_base_reduce_scatter.c struct ompi_communicator_t *comm, comm 147 ompi/mca/coll/base/coll_base_reduce_scatter.c rank = ompi_comm_rank(comm); comm 148 ompi/mca/coll/base/coll_base_reduce_scatter.c size = ompi_comm_size(comm); comm 208 ompi/mca/coll/base/coll_base_reduce_scatter.c comm)); comm 216 ompi/mca/coll/base/coll_base_reduce_scatter.c comm, MPI_STATUS_IGNORE)); comm 305 ompi/mca/coll/base/coll_base_reduce_scatter.c comm, &request)); comm 317 ompi/mca/coll/base/coll_base_reduce_scatter.c comm)); comm 370 ompi/mca/coll/base/coll_base_reduce_scatter.c comm, MPI_STATUS_IGNORE)); comm 379 ompi/mca/coll/base/coll_base_reduce_scatter.c comm)); comm 459 ompi/mca/coll/base/coll_base_reduce_scatter.c struct ompi_communicator_t *comm, comm 469 ompi/mca/coll/base/coll_base_reduce_scatter.c size = ompi_comm_size(comm); comm 470 ompi/mca/coll/base/coll_base_reduce_scatter.c rank = ompi_comm_rank(comm); comm 557 ompi/mca/coll/base/coll_base_reduce_scatter.c MCA_COLL_BASE_TAG_REDUCE_SCATTER, comm, comm 563 ompi/mca/coll/base/coll_base_reduce_scatter.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 573 ompi/mca/coll/base/coll_base_reduce_scatter.c MCA_COLL_BASE_TAG_REDUCE_SCATTER, comm, comm 590 ompi/mca/coll/base/coll_base_reduce_scatter.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 693 ompi/mca/coll/base/coll_base_reduce_scatter.c struct ompi_op_t *op, struct ompi_communicator_t *comm, comm 700 ompi/mca/coll/base/coll_base_reduce_scatter.c int comm_size = ompi_comm_size(comm); comm 701 ompi/mca/coll/base/coll_base_reduce_scatter.c int rank = ompi_comm_rank(comm); comm 764 ompi/mca/coll/base/coll_base_reduce_scatter.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 772 ompi/mca/coll/base/coll_base_reduce_scatter.c comm, MPI_STATUS_IGNORE)); comm 825 ompi/mca/coll/base/coll_base_reduce_scatter.c comm, MPI_STATUS_IGNORE, rank); comm 858 ompi/mca/coll/base/coll_base_reduce_scatter.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 871 ompi/mca/coll/base/coll_base_reduce_scatter.c comm, MPI_STATUS_IGNORE, rank); comm 884 ompi/mca/coll/base/coll_base_reduce_scatter.c MCA_COLL_BASE_TAG_REDUCE_SCATTER, comm, comm 58 ompi/mca/coll/base/coll_base_reduce_scatter_block.c struct ompi_communicator_t *comm, comm 66 ompi/mca/coll/base/coll_base_reduce_scatter_block.c rank = ompi_comm_rank(comm); comm 67 ompi/mca/coll/base/coll_base_reduce_scatter_block.c size = ompi_comm_size(comm); comm 96 ompi/mca/coll/base/coll_base_reduce_scatter_block.c comm->c_coll->coll_reduce(sbuf, recv_buf, count, dtype, op, 0, comm 97 ompi/mca/coll/base/coll_base_reduce_scatter_block.c comm, comm->c_coll->coll_reduce_module); comm 101 ompi/mca/coll/base/coll_base_reduce_scatter_block.c err = comm->c_coll->coll_scatter(recv_buf, rcount, dtype, comm 103 ompi/mca/coll/base/coll_base_reduce_scatter_block.c comm, comm->c_coll->coll_scatter_module); comm 130 ompi/mca/coll/base/coll_base_reduce_scatter_block.c struct ompi_op_t *op, struct ompi_communicator_t *comm, comm 138 ompi/mca/coll/base/coll_base_reduce_scatter_block.c int comm_size = ompi_comm_size(comm); comm 139 ompi/mca/coll/base/coll_base_reduce_scatter_block.c int rank = ompi_comm_rank(comm); comm 218 ompi/mca/coll/base/coll_base_reduce_scatter_block.c comm, MPI_STATUS_IGNORE, rank); comm 245 ompi/mca/coll/base/coll_base_reduce_scatter_block.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 252 ompi/mca/coll/base/coll_base_reduce_scatter_block.c comm, MPI_STATUS_IGNORE)); comm 328 ompi/mca/coll/base/coll_base_reduce_scatter_block.c struct ompi_op_t *op, struct ompi_communicator_t *comm, comm 334 ompi/mca/coll/base/coll_base_reduce_scatter_block.c int comm_size = ompi_comm_size(comm); comm 335 ompi/mca/coll/base/coll_base_reduce_scatter_block.c int rank = ompi_comm_rank(comm); comm 348 ompi/mca/coll/base/coll_base_reduce_scatter_block.c op, comm, module); comm 394 ompi/mca/coll/base/coll_base_reduce_scatter_block.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 402 ompi/mca/coll/base/coll_base_reduce_scatter_block.c comm, MPI_STATUS_IGNORE)); comm 455 ompi/mca/coll/base/coll_base_reduce_scatter_block.c comm, &request)); comm 462 ompi/mca/coll/base/coll_base_reduce_scatter_block.c comm)); comm 484 ompi/mca/coll/base/coll_base_reduce_scatter_block.c MCA_COLL_BASE_TAG_REDUCE_SCATTER_BLOCK, comm, comm 492 ompi/mca/coll/base/coll_base_reduce_scatter_block.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 507 ompi/mca/coll/base/coll_base_reduce_scatter_block.c struct ompi_op_t *op, struct ompi_communicator_t *comm, comm 569 ompi/mca/coll/base/coll_base_reduce_scatter_block.c struct ompi_op_t *op, struct ompi_communicator_t *comm, comm 575 ompi/mca/coll/base/coll_base_reduce_scatter_block.c int comm_size = ompi_comm_size(comm); comm 576 ompi/mca/coll/base/coll_base_reduce_scatter_block.c int rank = ompi_comm_rank(comm); comm 587 ompi/mca/coll/base/coll_base_reduce_scatter_block.c sbuf, rbuf, rcount, dtype, op, comm, module); comm 635 ompi/mca/coll/base/coll_base_reduce_scatter_block.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 643 ompi/mca/coll/base/coll_base_reduce_scatter_block.c comm, MPI_STATUS_IGNORE)); comm 693 ompi/mca/coll/base/coll_base_reduce_scatter_block.c comm, MPI_STATUS_IGNORE, rank); comm 727 ompi/mca/coll/base/coll_base_reduce_scatter_block.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 742 ompi/mca/coll/base/coll_base_reduce_scatter_block.c comm, MPI_STATUS_IGNORE, rank); comm 755 ompi/mca/coll/base/coll_base_reduce_scatter_block.c MCA_COLL_BASE_TAG_REDUCE_SCATTER_BLOCK, comm, comm 812 ompi/mca/coll/base/coll_base_reduce_scatter_block.c struct ompi_op_t *op, struct ompi_communicator_t *comm, comm 818 ompi/mca/coll/base/coll_base_reduce_scatter_block.c int comm_size = ompi_comm_size(comm); comm 819 ompi/mca/coll/base/coll_base_reduce_scatter_block.c int rank = ompi_comm_rank(comm); comm 864 ompi/mca/coll/base/coll_base_reduce_scatter_block.c comm, MPI_STATUS_IGNORE, rank); comm 38 ompi/mca/coll/base/coll_base_scan.c struct ompi_communicator_t *comm, comm 48 ompi/mca/coll/base/coll_base_scan.c rank = ompi_comm_rank(comm); comm 49 ompi/mca/coll/base/coll_base_scan.c size = ompi_comm_size(comm); comm 91 ompi/mca/coll/base/coll_base_scan.c rank - 1, MCA_COLL_BASE_TAG_SCAN, comm, comm 116 ompi/mca/coll/base/coll_base_scan.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 159 ompi/mca/coll/base/coll_base_scan.c struct ompi_op_t *op, struct ompi_communicator_t *comm, comm 164 ompi/mca/coll/base/coll_base_scan.c int comm_size = ompi_comm_size(comm); comm 165 ompi/mca/coll/base/coll_base_scan.c int rank = ompi_comm_rank(comm); comm 200 ompi/mca/coll/base/coll_base_scan.c MCA_COLL_BASE_TAG_SCAN, comm, comm 65 ompi/mca/coll/base/coll_base_scatter.c int root, struct ompi_communicator_t *comm, comm 75 ompi/mca/coll/base/coll_base_scatter.c size = ompi_comm_size(comm); comm 76 ompi/mca/coll/base/coll_base_scatter.c rank = ompi_comm_rank(comm); comm 82 ompi/mca/coll/base/coll_base_scatter.c COLL_BASE_UPDATE_IN_ORDER_BMTREE(comm, base_module, root); comm 147 ompi/mca/coll/base/coll_base_scatter.c MCA_COLL_BASE_TAG_SCATTER, comm, &status)); comm 171 ompi/mca/coll/base/coll_base_scatter.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 180 ompi/mca/coll/base/coll_base_scatter.c MCA_COLL_BASE_TAG_SCATTER, comm, &status)); comm 222 ompi/mca/coll/base/coll_base_scatter.c struct ompi_communicator_t *comm, comm 231 ompi/mca/coll/base/coll_base_scatter.c rank = ompi_comm_rank(comm); comm 232 ompi/mca/coll/base/coll_base_scatter.c size = ompi_comm_size(comm); comm 239 ompi/mca/coll/base/coll_base_scatter.c comm, MPI_STATUS_IGNORE)); comm 264 ompi/mca/coll/base/coll_base_scatter.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 79 ompi/mca/coll/base/coll_base_topo.c struct ompi_communicator_t* comm, comm 102 ompi/mca/coll/base/coll_base_topo.c size = ompi_comm_size(comm); comm 103 ompi/mca/coll/base/coll_base_topo.c rank = ompi_comm_rank(comm); comm 192 ompi/mca/coll/base/coll_base_topo.c ompi_coll_base_topo_build_in_order_bintree( struct ompi_communicator_t* comm ) comm 200 ompi/mca/coll/base/coll_base_topo.c size = ompi_comm_size(comm); comm 201 ompi/mca/coll/base/coll_base_topo.c rank = ompi_comm_rank(comm); comm 326 ompi/mca/coll/base/coll_base_topo.c ompi_coll_base_topo_build_bmtree( struct ompi_communicator_t* comm, comm 337 ompi/mca/coll/base/coll_base_topo.c size = ompi_comm_size(comm); comm 338 ompi/mca/coll/base/coll_base_topo.c rank = ompi_comm_rank(comm); comm 403 ompi/mca/coll/base/coll_base_topo.c ompi_coll_base_topo_build_in_order_bmtree( struct ompi_communicator_t* comm, comm 414 ompi/mca/coll/base/coll_base_topo.c size = ompi_comm_size(comm); comm 415 ompi/mca/coll/base/coll_base_topo.c rank = ompi_comm_rank(comm); comm 474 ompi/mca/coll/base/coll_base_topo.c ompi_coll_base_topo_build_kmtree(struct ompi_communicator_t* comm, comm 479 ompi/mca/coll/base/coll_base_topo.c int comm_size = ompi_comm_size(comm); comm 480 ompi/mca/coll/base/coll_base_topo.c int rank = ompi_comm_rank(comm); comm 532 ompi/mca/coll/base/coll_base_topo.c struct ompi_communicator_t* comm, comm 543 ompi/mca/coll/base/coll_base_topo.c size = ompi_comm_size(comm); comm 544 ompi/mca/coll/base/coll_base_topo.c rank = ompi_comm_rank(comm); comm 47 ompi/mca/coll/base/coll_base_topo.h ompi_coll_base_topo_build_in_order_bintree( struct ompi_communicator_t* comm ); comm 50 ompi/mca/coll/base/coll_base_topo.h ompi_coll_base_topo_build_bmtree( struct ompi_communicator_t* comm, comm 53 ompi/mca/coll/base/coll_base_topo.h ompi_coll_base_topo_build_in_order_bmtree( struct ompi_communicator_t* comm, comm 57 ompi/mca/coll/base/coll_base_topo.h ompi_coll_base_topo_build_kmtree(struct ompi_communicator_t* comm, comm 38 ompi/mca/coll/base/coll_base_util.c struct ompi_communicator_t* comm, comm 50 ompi/mca/coll/base/coll_base_util.c comm, &req)); comm 56 ompi/mca/coll/base/coll_base_util.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 45 ompi/mca/coll/base/coll_base_util.h struct ompi_communicator_t* comm, comm 60 ompi/mca/coll/base/coll_base_util.h struct ompi_communicator_t* comm, comm 70 ompi/mca/coll/base/coll_base_util.h source, rtag, comm, status); comm 52 ompi/mca/coll/basic/coll_basic.h *mca_coll_basic_comm_query(struct ompi_communicator_t *comm, comm 56 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm); comm 62 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 70 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 76 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 81 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 88 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 97 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 106 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 114 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 117 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_barrier_inter_lin(struct ompi_communicator_t *comm, comm 120 ompi/mca/coll/basic/coll_basic.h int mca_coll_basic_barrier_intra_log(struct ompi_communicator_t *comm, comm 126 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 132 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 138 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 144 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 150 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 158 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 166 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 174 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 181 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 188 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 194 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 201 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 208 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 215 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 222 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 228 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 233 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 241 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 249 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 256 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 262 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, comm 267 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, mca_coll_base_module_t *module); comm 270 ompi/mca/coll/basic/coll_basic.h int rcount, struct ompi_datatype_t *rdtype, struct ompi_communicator_t *comm, comm 276 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, mca_coll_base_module_t *module); comm 281 ompi/mca/coll/basic/coll_basic.h struct ompi_communicator_t *comm, mca_coll_base_module_t *module); comm 48 ompi/mca/coll/basic/coll_basic_allgather.c struct ompi_communicator_t *comm, comm 58 ompi/mca/coll/basic/coll_basic_allgather.c rank = ompi_comm_rank(comm); comm 59 ompi/mca/coll/basic/coll_basic_allgather.c size = ompi_comm_size(comm); comm 60 ompi/mca/coll/basic/coll_basic_allgather.c rsize = ompi_comm_remote_size(comm); comm 74 ompi/mca/coll/basic/coll_basic_allgather.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 89 ompi/mca/coll/basic/coll_basic_allgather.c comm, &reqs[rsize])); comm 93 ompi/mca/coll/basic/coll_basic_allgather.c MCA_COLL_BASE_TAG_ALLGATHER, comm, comm 102 ompi/mca/coll/basic/coll_basic_allgather.c comm, &reqs[i])); comm 117 ompi/mca/coll/basic/coll_basic_allgather.c MCA_PML_BASE_SEND_STANDARD, comm, &req)); comm 121 ompi/mca/coll/basic/coll_basic_allgather.c MCA_COLL_BASE_TAG_ALLGATHER, comm, comm 137 ompi/mca/coll/basic/coll_basic_allgather.c MCA_COLL_BASE_TAG_ALLGATHER, comm, comm 148 ompi/mca/coll/basic/coll_basic_allgather.c comm, &reqs[i - 1])); comm 45 ompi/mca/coll/basic/coll_basic_allgatherv.c struct ompi_communicator_t *comm, comm 51 ompi/mca/coll/basic/coll_basic_allgatherv.c rsize = ompi_comm_remote_size(comm); comm 64 ompi/mca/coll/basic/coll_basic_allgatherv.c err = comm->c_coll->coll_alltoallv(sbuf, scounts, sdisps, sdtype, comm 65 ompi/mca/coll/basic/coll_basic_allgatherv.c rbuf, rcounts, disps, rdtype, comm, comm 66 ompi/mca/coll/basic/coll_basic_allgatherv.c comm->c_coll->coll_alltoallv_module); comm 47 ompi/mca/coll/basic/coll_basic_allreduce.c struct ompi_communicator_t *comm, comm 55 ompi/mca/coll/basic/coll_basic_allreduce.c if (0 == ompi_comm_rank(comm)) { comm 56 ompi/mca/coll/basic/coll_basic_allreduce.c err = comm->c_coll->coll_reduce(MPI_IN_PLACE, rbuf, count, dtype, op, 0, comm, comm->c_coll->coll_reduce_module); comm 58 ompi/mca/coll/basic/coll_basic_allreduce.c err = comm->c_coll->coll_reduce(rbuf, NULL, count, dtype, op, 0, comm, comm->c_coll->coll_reduce_module); comm 61 ompi/mca/coll/basic/coll_basic_allreduce.c err = comm->c_coll->coll_reduce(sbuf, rbuf, count, dtype, op, 0, comm, comm->c_coll->coll_reduce_module); comm 67 ompi/mca/coll/basic/coll_basic_allreduce.c return comm->c_coll->coll_bcast(rbuf, count, dtype, 0, comm, comm->c_coll->coll_bcast_module); comm 82 ompi/mca/coll/basic/coll_basic_allreduce.c struct ompi_communicator_t *comm, comm 90 ompi/mca/coll/basic/coll_basic_allreduce.c rank = ompi_comm_rank(comm); comm 91 ompi/mca/coll/basic/coll_basic_allreduce.c rsize = ompi_comm_remote_size(comm); comm 122 ompi/mca/coll/basic/coll_basic_allreduce.c comm, MPI_STATUS_IGNORE); comm 128 ompi/mca/coll/basic/coll_basic_allreduce.c MCA_COLL_BASE_TAG_ALLREDUCE, comm, comm 139 ompi/mca/coll/basic/coll_basic_allreduce.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 155 ompi/mca/coll/basic/coll_basic_allreduce.c comm, MPI_STATUS_IGNORE); comm 167 ompi/mca/coll/basic/coll_basic_allreduce.c MCA_PML_BASE_SEND_STANDARD, comm, comm 180 ompi/mca/coll/basic/coll_basic_allreduce.c comm, MPI_STATUS_IGNORE)); comm 48 ompi/mca/coll/basic/coll_basic_alltoall.c struct ompi_communicator_t *comm, comm 65 ompi/mca/coll/basic/coll_basic_alltoall.c size = ompi_comm_remote_size(comm); comm 91 ompi/mca/coll/basic/coll_basic_alltoall.c MCA_COLL_BASE_TAG_ALLTOALL, comm, rreq)); comm 102 ompi/mca/coll/basic/coll_basic_alltoall.c MCA_PML_BASE_SEND_STANDARD, comm, sreq)); comm 49 ompi/mca/coll/basic/coll_basic_alltoallv.c struct ompi_communicator_t *comm, comm 65 ompi/mca/coll/basic/coll_basic_alltoallv.c rsize = ompi_comm_remote_size(comm); comm 81 ompi/mca/coll/basic/coll_basic_alltoallv.c i, MCA_COLL_BASE_TAG_ALLTOALLV, comm, comm 96 ompi/mca/coll/basic/coll_basic_alltoallv.c MCA_PML_BASE_SEND_STANDARD, comm, comm 42 ompi/mca/coll/basic/coll_basic_alltoallw.c struct ompi_communicator_t *comm, comm 52 ompi/mca/coll/basic/coll_basic_alltoallw.c size = ompi_comm_size(comm); comm 53 ompi/mca/coll/basic/coll_basic_alltoallw.c rank = ompi_comm_rank(comm); comm 93 ompi/mca/coll/basic/coll_basic_alltoallw.c j, MCA_COLL_BASE_TAG_ALLTOALLW, comm, &req)); comm 98 ompi/mca/coll/basic/coll_basic_alltoallw.c comm)); comm 108 ompi/mca/coll/basic/coll_basic_alltoallw.c i, MCA_COLL_BASE_TAG_ALLTOALLW, comm, &req)); comm 113 ompi/mca/coll/basic/coll_basic_alltoallw.c comm)); comm 147 ompi/mca/coll/basic/coll_basic_alltoallw.c struct ompi_communicator_t *comm, comm 157 ompi/mca/coll/basic/coll_basic_alltoallw.c rdtypes, comm, module); comm 160 ompi/mca/coll/basic/coll_basic_alltoallw.c size = ompi_comm_size(comm); comm 161 ompi/mca/coll/basic/coll_basic_alltoallw.c rank = ompi_comm_rank(comm); comm 198 ompi/mca/coll/basic/coll_basic_alltoallw.c i, MCA_COLL_BASE_TAG_ALLTOALLW, comm, comm 220 ompi/mca/coll/basic/coll_basic_alltoallw.c MCA_PML_BASE_SEND_STANDARD, comm, comm 261 ompi/mca/coll/basic/coll_basic_alltoallw.c struct ompi_communicator_t *comm, comm 269 ompi/mca/coll/basic/coll_basic_alltoallw.c size = ompi_comm_remote_size(comm); comm 288 ompi/mca/coll/basic/coll_basic_alltoallw.c comm, preq++)); comm 308 ompi/mca/coll/basic/coll_basic_alltoallw.c MCA_PML_BASE_SEND_STANDARD, comm, comm 41 ompi/mca/coll/basic/coll_basic_barrier.c mca_coll_basic_barrier_intra_log(struct ompi_communicator_t *comm, comm 50 ompi/mca/coll/basic/coll_basic_barrier.c int size = ompi_comm_size(comm); comm 51 ompi/mca/coll/basic/coll_basic_barrier.c int rank = ompi_comm_rank(comm); comm 56 ompi/mca/coll/basic/coll_basic_barrier.c dim = comm->c_cube_dim; comm 67 ompi/mca/coll/basic/coll_basic_barrier.c comm, MPI_STATUS_IGNORE)); comm 82 ompi/mca/coll/basic/coll_basic_barrier.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 89 ompi/mca/coll/basic/coll_basic_barrier.c comm, MPI_STATUS_IGNORE)); comm 102 ompi/mca/coll/basic/coll_basic_barrier.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 123 ompi/mca/coll/basic/coll_basic_barrier.c mca_coll_basic_barrier_inter_lin(struct ompi_communicator_t *comm, comm 129 ompi/mca/coll/basic/coll_basic_barrier.c rank = ompi_comm_rank(comm); comm 130 ompi/mca/coll/basic/coll_basic_barrier.c return comm->c_coll->coll_allreduce(&rank, &result, 1, MPI_INT, MPI_MAX, comm 131 ompi/mca/coll/basic/coll_basic_barrier.c comm, comm->c_coll->coll_allreduce_module); comm 46 ompi/mca/coll/basic/coll_basic_bcast.c struct ompi_communicator_t *comm, comm 61 ompi/mca/coll/basic/coll_basic_bcast.c size = ompi_comm_size(comm); comm 62 ompi/mca/coll/basic/coll_basic_bcast.c rank = ompi_comm_rank(comm); comm 65 ompi/mca/coll/basic/coll_basic_bcast.c dim = comm->c_cube_dim; comm 77 ompi/mca/coll/basic/coll_basic_bcast.c comm, MPI_STATUS_IGNORE)); comm 100 ompi/mca/coll/basic/coll_basic_bcast.c comm, preq++)); comm 141 ompi/mca/coll/basic/coll_basic_bcast.c struct ompi_communicator_t *comm, comm 149 ompi/mca/coll/basic/coll_basic_bcast.c rsize = ompi_comm_remote_size(comm); comm 157 ompi/mca/coll/basic/coll_basic_bcast.c MCA_COLL_BASE_TAG_BCAST, comm, comm 168 ompi/mca/coll/basic/coll_basic_bcast.c comm, &(reqs[i]))); comm 196 ompi/mca/coll/basic/coll_basic_bcast.c struct ompi_communicator_t *comm, comm 48 ompi/mca/coll/basic/coll_basic_exscan.c struct ompi_communicator_t *comm, comm 51 ompi/mca/coll/basic/coll_basic_exscan.c return ompi_coll_base_exscan_intra_linear(sbuf, rbuf, count, dtype, op, comm, module); comm 66 ompi/mca/coll/basic/coll_basic_exscan.c struct ompi_communicator_t *comm, comm 45 ompi/mca/coll/basic/coll_basic_gather.c int root, struct ompi_communicator_t *comm, comm 56 ompi/mca/coll/basic/coll_basic_gather.c size = ompi_comm_remote_size(comm); comm 65 ompi/mca/coll/basic/coll_basic_gather.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 77 ompi/mca/coll/basic/coll_basic_gather.c comm, MPI_STATUS_IGNORE)); comm 44 ompi/mca/coll/basic/coll_basic_gatherv.c struct ompi_communicator_t *comm, comm 51 ompi/mca/coll/basic/coll_basic_gatherv.c size = ompi_comm_size(comm); comm 52 ompi/mca/coll/basic/coll_basic_gatherv.c rank = ompi_comm_rank(comm); comm 64 ompi/mca/coll/basic/coll_basic_gatherv.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 90 ompi/mca/coll/basic/coll_basic_gatherv.c comm, MPI_STATUS_IGNORE)); comm 117 ompi/mca/coll/basic/coll_basic_gatherv.c struct ompi_communicator_t *comm, comm 125 ompi/mca/coll/basic/coll_basic_gatherv.c size = ompi_comm_remote_size(comm); comm 137 ompi/mca/coll/basic/coll_basic_gatherv.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 152 ompi/mca/coll/basic/coll_basic_gatherv.c comm, &reqs[i])); comm 58 ompi/mca/coll/basic/coll_basic_module.c mca_coll_basic_comm_query(struct ompi_communicator_t *comm, comm 73 ompi/mca/coll/basic/coll_basic_module.c if (OMPI_COMM_IS_INTER(comm)) { comm 91 ompi/mca/coll/basic/coll_basic_module.c } else if (ompi_comm_size(comm) <= mca_coll_basic_crossover) { comm 147 ompi/mca/coll/basic/coll_basic_module.c struct ompi_communicator_t *comm) comm 43 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c struct ompi_communicator_t *comm, comm 46 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 47 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c const int rank = ompi_comm_rank (comm); comm 65 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c mca_topo_base_cart_shift (comm, dim, 1, &srank, &drank); comm 74 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c comm, preqs++)); comm 83 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c comm, preqs++)); comm 93 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c comm, preqs++)); comm 100 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c comm, preqs++)); comm 123 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c struct ompi_communicator_t *comm, comm 126 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c const mca_topo_base_comm_graph_2_2_0_t *graph = comm->c_topo->mtc.graph; comm 127 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c const int rank = ompi_comm_rank (comm); comm 134 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c mca_topo_base_graph_neighbors_count (comm, rank, °ree); comm 148 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c comm, preqs++)); comm 156 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c comm, preqs++)); comm 176 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c struct ompi_communicator_t *comm, comm 179 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 200 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c comm, preqs++)); comm 216 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c comm, preqs++)); comm 235 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c struct ompi_communicator_t *comm, comm 238 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c if (OMPI_COMM_IS_INTER(comm)) { comm 242 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c if (OMPI_COMM_IS_CART(comm)) { comm 244 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c rcount, rdtype, comm, module); comm 245 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c } else if (OMPI_COMM_IS_GRAPH(comm)) { comm 247 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c rcount, rdtype, comm, module); comm 248 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c } else if (OMPI_COMM_IS_DIST_GRAPH(comm)) { comm 250 ompi/mca/coll/basic/coll_basic_neighbor_allgather.c rcount, rdtype, comm, module); comm 42 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c struct ompi_datatype_t *rdtype, struct ompi_communicator_t *comm, comm 45 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 46 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c const int rank = ompi_comm_rank (comm); comm 64 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c mca_topo_base_cart_shift (comm, dim, 1, &srank, &drank); comm 72 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c MCA_COLL_BASE_TAG_ALLGATHER, comm, preqs++)); comm 79 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c MCA_PML_BASE_SEND_STANDARD, comm, preqs++)); comm 86 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c MCA_COLL_BASE_TAG_ALLGATHER, comm, preqs++)); comm 91 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c MCA_PML_BASE_SEND_STANDARD, comm, preqs++)); comm 111 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c struct ompi_datatype_t *rdtype, struct ompi_communicator_t *comm, comm 114 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c const mca_topo_base_comm_graph_2_2_0_t *graph = comm->c_topo->mtc.graph; comm 115 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c const int rank = ompi_comm_rank (comm); comm 121 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c mca_topo_base_graph_neighbors_count (comm, rank, °ree); comm 135 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c rdtype, edges[neighbor], MCA_COLL_BASE_TAG_ALLGATHER, comm, preqs++)); comm 142 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c comm, preqs++)); comm 161 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c struct ompi_datatype_t *rdtype, struct ompi_communicator_t *comm, comm 164 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 184 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c inedges[neighbor], MCA_COLL_BASE_TAG_ALLGATHER, comm, preqs++)); comm 198 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c comm, preqs++)); comm 216 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c struct ompi_communicator_t *comm, mca_coll_base_module_t *module) comm 218 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c if (OMPI_COMM_IS_INTER(comm)) { comm 222 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c if (OMPI_COMM_IS_CART(comm)) { comm 224 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c disps, rdtype, comm, module); comm 225 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c } else if (OMPI_COMM_IS_GRAPH(comm)) { comm 227 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c disps, rdtype, comm, module); comm 228 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c } else if (OMPI_COMM_IS_DIST_GRAPH(comm)) { comm 230 ompi/mca/coll/basic/coll_basic_neighbor_allgatherv.c disps, rdtype, comm, module); comm 41 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c int rcount, struct ompi_datatype_t *rdtype, struct ompi_communicator_t *comm, comm 44 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 45 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c const int rank = ompi_comm_rank (comm); comm 62 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c mca_topo_base_cart_shift (comm, dim, 1, &srank, &drank); comm 71 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c comm, preqs++)); comm 81 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c comm, preqs++)); comm 97 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c mca_topo_base_cart_shift (comm, dim, 1, &srank, &drank); comm 109 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c comm, preqs++)); comm 120 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c comm, preqs++)); comm 141 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c int rcount, struct ompi_datatype_t *rdtype, struct ompi_communicator_t *comm, comm 144 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c const mca_topo_base_comm_graph_2_2_0_t *graph = comm->c_topo->mtc.graph; comm 145 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c const int rank = ompi_comm_rank (comm); comm 151 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c mca_topo_base_graph_neighbors_count (comm, rank, °ree); comm 167 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c comm, preqs++)); comm 181 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c comm, preqs++)); comm 200 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c int rcount, struct ompi_datatype_t *rdtype, struct ompi_communicator_t *comm, comm 203 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 226 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c comm, preqs++)); comm 240 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c comm, preqs++)); comm 258 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c int rcount, struct ompi_datatype_t *rdtype, struct ompi_communicator_t *comm, comm 261 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c if (OMPI_COMM_IS_INTER(comm)) { comm 265 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c if (OMPI_COMM_IS_CART(comm)) { comm 267 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c rcount, rdtype, comm, module); comm 268 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c } else if (OMPI_COMM_IS_GRAPH(comm)) { comm 270 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c rcount, rdtype, comm, module); comm 271 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c } else if (OMPI_COMM_IS_DIST_GRAPH(comm)) { comm 273 ompi/mca/coll/basic/coll_basic_neighbor_alltoall.c rcount, rdtype, comm, module); comm 43 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c struct ompi_communicator_t *comm, mca_coll_base_module_t *module) comm 45 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 46 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c const int rank = ompi_comm_rank (comm); comm 63 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c mca_topo_base_cart_shift (comm, dim, 1, &srank, &drank); comm 71 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c MCA_COLL_BASE_TAG_ALLTOALL, comm, preqs++)); comm 78 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c MCA_COLL_BASE_TAG_ALLTOALL, comm, preqs++)); comm 92 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c mca_topo_base_cart_shift (comm, dim, 1, &srank, &drank); comm 101 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c MCA_COLL_BASE_TAG_ALLTOALL, MCA_PML_BASE_SEND_STANDARD, comm, preqs++)); comm 108 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c MCA_COLL_BASE_TAG_ALLTOALL, MCA_PML_BASE_SEND_STANDARD, comm, preqs++)); comm 129 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c struct ompi_communicator_t *comm, mca_coll_base_module_t *module) comm 131 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c const mca_topo_base_comm_graph_2_2_0_t *graph = comm->c_topo->mtc.graph; comm 133 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c const int rank = ompi_comm_rank (comm); comm 138 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c mca_topo_base_graph_neighbors_count (comm, rank, °ree); comm 154 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c edges[neighbor], MCA_COLL_BASE_TAG_ALLTOALL, comm, preqs++)); comm 167 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c comm, preqs++)); comm 187 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c struct ompi_communicator_t *comm, mca_coll_base_module_t *module) comm 189 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 211 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c inedges[neighbor], MCA_COLL_BASE_TAG_ALLTOALL, comm, preqs++)); comm 224 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c comm, preqs++)); comm 243 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c struct ompi_communicator_t *comm, mca_coll_base_module_t *module) comm 245 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c if (OMPI_COMM_IS_INTER(comm)) { comm 249 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c if (OMPI_COMM_IS_CART(comm)) { comm 251 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c rcounts, rdisps, rdtype, comm, module); comm 252 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c } else if (OMPI_COMM_IS_GRAPH(comm)) { comm 254 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c rcounts, rdisps, rdtype, comm, module); comm 255 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c } else if (OMPI_COMM_IS_DIST_GRAPH(comm)) { comm 257 ompi/mca/coll/basic/coll_basic_neighbor_alltoallv.c rcounts, rdisps, rdtype, comm, module); comm 43 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c struct ompi_communicator_t *comm, mca_coll_base_module_t *module) comm 45 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 46 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c const int rank = ompi_comm_rank (comm); comm 60 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c mca_topo_base_cart_shift (comm, dim, 1, &srank, &drank); comm 68 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c MCA_COLL_BASE_TAG_ALLTOALL, comm, preqs++)); comm 75 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c MCA_COLL_BASE_TAG_ALLTOALL, comm, preqs++)); comm 89 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c mca_topo_base_cart_shift (comm, dim, 1, &srank, &drank); comm 98 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c MCA_COLL_BASE_TAG_ALLTOALL, MCA_PML_BASE_SEND_STANDARD, comm, preqs++)); comm 105 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c MCA_COLL_BASE_TAG_ALLTOALL, MCA_PML_BASE_SEND_STANDARD, comm, preqs++)); comm 126 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c struct ompi_communicator_t *comm, mca_coll_base_module_t *module) comm 128 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c const mca_topo_base_comm_graph_2_2_0_t *graph = comm->c_topo->mtc.graph; comm 130 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c const int rank = ompi_comm_rank (comm); comm 134 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c mca_topo_base_graph_neighbors_count (comm, rank, °ree); comm 148 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c edges[neighbor], MCA_COLL_BASE_TAG_ALLTOALL, comm, preqs++)); comm 161 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c comm, preqs++)); comm 181 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c struct ompi_communicator_t *comm, mca_coll_base_module_t *module) comm 183 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 204 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c inedges[neighbor], MCA_COLL_BASE_TAG_ALLTOALL, comm, preqs++)); comm 217 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c comm, preqs++)); comm 236 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c struct ompi_communicator_t *comm, mca_coll_base_module_t *module) comm 238 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c if (OMPI_COMM_IS_INTER(comm)) { comm 242 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c if (OMPI_COMM_IS_CART(comm)) { comm 244 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c rcounts, rdisps, rdtypes, comm, module); comm 245 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c } else if (OMPI_COMM_IS_GRAPH(comm)) { comm 247 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c rcounts, rdisps, rdtypes, comm, module); comm 248 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c } else if (OMPI_COMM_IS_DIST_GRAPH(comm)) { comm 250 ompi/mca/coll/basic/coll_basic_neighbor_alltoallw.c rcounts, rdisps, rdtypes, comm, module); comm 90 ompi/mca/coll/basic/coll_basic_reduce.c int root, struct ompi_communicator_t *comm, comm 110 ompi/mca/coll/basic/coll_basic_reduce.c op, root, comm, module); comm 114 ompi/mca/coll/basic/coll_basic_reduce.c size = ompi_comm_size(comm); comm 115 ompi/mca/coll/basic/coll_basic_reduce.c rank = ompi_comm_rank(comm); comm 117 ompi/mca/coll/basic/coll_basic_reduce.c dim = comm->c_cube_dim; comm 177 ompi/mca/coll/basic/coll_basic_reduce.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 207 ompi/mca/coll/basic/coll_basic_reduce.c MCA_COLL_BASE_TAG_REDUCE, comm, comm 248 ompi/mca/coll/basic/coll_basic_reduce.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 253 ompi/mca/coll/basic/coll_basic_reduce.c comm, MPI_STATUS_IGNORE)); comm 287 ompi/mca/coll/basic/coll_basic_reduce.c int root, struct ompi_communicator_t *comm, comm 296 ompi/mca/coll/basic/coll_basic_reduce.c size = ompi_comm_remote_size(comm); comm 305 ompi/mca/coll/basic/coll_basic_reduce.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 319 ompi/mca/coll/basic/coll_basic_reduce.c MCA_COLL_BASE_TAG_REDUCE, comm, comm 331 ompi/mca/coll/basic/coll_basic_reduce.c MCA_COLL_BASE_TAG_REDUCE, comm, comm 365 ompi/mca/coll/basic/coll_basic_reduce.c int root, struct ompi_communicator_t *comm, comm 70 ompi/mca/coll/basic/coll_basic_reduce_scatter.c struct ompi_communicator_t *comm, comm 79 ompi/mca/coll/basic/coll_basic_reduce_scatter.c rank = ompi_comm_rank(comm); comm 80 ompi/mca/coll/basic/coll_basic_reduce_scatter.c size = ompi_comm_size(comm); comm 142 ompi/mca/coll/basic/coll_basic_reduce_scatter.c comm)); comm 150 ompi/mca/coll/basic/coll_basic_reduce_scatter.c comm, MPI_STATUS_IGNORE)); comm 240 ompi/mca/coll/basic/coll_basic_reduce_scatter.c comm, &request)); comm 252 ompi/mca/coll/basic/coll_basic_reduce_scatter.c comm)); comm 305 ompi/mca/coll/basic/coll_basic_reduce_scatter.c comm, MPI_STATUS_IGNORE)); comm 314 ompi/mca/coll/basic/coll_basic_reduce_scatter.c comm)); comm 334 ompi/mca/coll/basic/coll_basic_reduce_scatter.c comm->c_coll->coll_reduce(sbuf, recv_buf, count, dtype, op, 0, comm 335 ompi/mca/coll/basic/coll_basic_reduce_scatter.c comm, comm->c_coll->coll_reduce_module); comm 339 ompi/mca/coll/basic/coll_basic_reduce_scatter.c err = comm->c_coll->coll_scatterv(recv_buf, rcounts, disps, dtype, comm 341 ompi/mca/coll/basic/coll_basic_reduce_scatter.c comm, comm->c_coll->coll_scatterv_module); comm 365 ompi/mca/coll/basic/coll_basic_reduce_scatter.c struct ompi_communicator_t *comm, comm 374 ompi/mca/coll/basic/coll_basic_reduce_scatter.c rank = ompi_comm_rank(comm); comm 375 ompi/mca/coll/basic/coll_basic_reduce_scatter.c rsize = ompi_comm_remote_size(comm); comm 376 ompi/mca/coll/basic/coll_basic_reduce_scatter.c lsize = ompi_comm_size(comm); comm 425 ompi/mca/coll/basic/coll_basic_reduce_scatter.c MCA_PML_BASE_SEND_STANDARD, comm, &req)); comm 431 ompi/mca/coll/basic/coll_basic_reduce_scatter.c MCA_COLL_BASE_TAG_REDUCE_SCATTER, comm, comm 450 ompi/mca/coll/basic/coll_basic_reduce_scatter.c MCA_COLL_BASE_TAG_REDUCE_SCATTER, comm, comm 465 ompi/mca/coll/basic/coll_basic_reduce_scatter.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 472 ompi/mca/coll/basic/coll_basic_reduce_scatter.c err = comm->c_local_comm->c_coll->coll_scatterv(lbuf, rcounts, disps, dtype, comm 474 ompi/mca/coll/basic/coll_basic_reduce_scatter.c comm->c_local_comm, comm 475 ompi/mca/coll/basic/coll_basic_reduce_scatter.c comm->c_local_comm->c_coll->coll_scatterv_module); comm 57 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c struct ompi_communicator_t *comm, comm 60 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c return ompi_coll_base_reduce_scatter_block_basic_linear(sbuf, rbuf, rcount, dtype, op, comm, module); comm 74 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c struct ompi_communicator_t *comm, comm 84 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c rank = ompi_comm_rank(comm); comm 85 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c rsize = ompi_comm_remote_size(comm); comm 86 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c lsize = ompi_comm_size(comm); comm 118 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c MCA_PML_BASE_SEND_STANDARD, comm, &req)); comm 124 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c MCA_COLL_BASE_TAG_REDUCE_SCATTER, comm, comm 143 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c MCA_COLL_BASE_TAG_REDUCE_SCATTER, comm, comm 158 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 165 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c err = comm->c_local_comm->c_coll->coll_scatter(lbuf, rcount, dtype, comm 167 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c comm->c_local_comm, comm 168 ompi/mca/coll/basic/coll_basic_reduce_scatter_block.c comm->c_local_comm->c_coll->coll_scatter_module); comm 46 ompi/mca/coll/basic/coll_basic_scan.c struct ompi_communicator_t *comm, comm 49 ompi/mca/coll/basic/coll_basic_scan.c return ompi_coll_base_scan_intra_linear(sbuf, rbuf, count, dtype, op, comm, module); comm 46 ompi/mca/coll/basic/coll_basic_scatter.c int root, struct ompi_communicator_t *comm, comm 55 ompi/mca/coll/basic/coll_basic_scatter.c size = ompi_comm_remote_size(comm); comm 64 ompi/mca/coll/basic/coll_basic_scatter.c comm, MPI_STATUS_IGNORE)); comm 79 ompi/mca/coll/basic/coll_basic_scatter.c MCA_PML_BASE_SEND_STANDARD, comm, comm 46 ompi/mca/coll/basic/coll_basic_scatterv.c struct ompi_communicator_t *comm, comm 55 ompi/mca/coll/basic/coll_basic_scatterv.c rank = ompi_comm_rank(comm); comm 56 ompi/mca/coll/basic/coll_basic_scatterv.c size = ompi_comm_size(comm); comm 65 ompi/mca/coll/basic/coll_basic_scatterv.c comm, MPI_STATUS_IGNORE)); comm 93 ompi/mca/coll/basic/coll_basic_scatterv.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 119 ompi/mca/coll/basic/coll_basic_scatterv.c struct ompi_communicator_t *comm, comm 128 ompi/mca/coll/basic/coll_basic_scatterv.c size = ompi_comm_remote_size(comm); comm 140 ompi/mca/coll/basic/coll_basic_scatterv.c comm, MPI_STATUS_IGNORE)); comm 155 ompi/mca/coll/basic/coll_basic_scatterv.c MCA_PML_BASE_SEND_STANDARD, comm, comm 182 ompi/mca/coll/coll.h struct ompi_communicator_t *comm); comm 197 ompi/mca/coll/coll.h struct ompi_communicator_t *comm); comm 203 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, struct mca_coll_base_module_2_3_0_t *module); comm 207 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, struct mca_coll_base_module_2_3_0_t *module); comm 210 ompi/mca/coll/coll.h struct ompi_op_t *op, struct ompi_communicator_t *comm, struct mca_coll_base_module_2_3_0_t *module); comm 214 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, struct mca_coll_base_module_2_3_0_t *module); comm 218 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, struct mca_coll_base_module_2_3_0_t *module); comm 222 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, struct mca_coll_base_module_2_3_0_t *module); comm 224 ompi/mca/coll/coll.h (struct ompi_communicator_t *comm, struct mca_coll_base_module_2_3_0_t *module); comm 227 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, struct mca_coll_base_module_2_3_0_t *module); comm 230 ompi/mca/coll/coll.h struct ompi_op_t *op, struct ompi_communicator_t *comm, struct mca_coll_base_module_2_3_0_t *module); comm 234 ompi/mca/coll/coll.h int root, struct ompi_communicator_t *comm, struct mca_coll_base_module_2_3_0_t *module); comm 238 ompi/mca/coll/coll.h int root, struct ompi_communicator_t *comm, struct mca_coll_base_module_2_3_0_t *module); comm 241 ompi/mca/coll/coll.h struct ompi_op_t *op, int root, struct ompi_communicator_t *comm, struct mca_coll_base_module_2_3_0_t *module); comm 244 ompi/mca/coll/coll.h struct ompi_op_t *op, struct ompi_communicator_t *comm, struct mca_coll_base_module_2_3_0_t *module); comm 247 ompi/mca/coll/coll.h struct ompi_op_t *op, struct ompi_communicator_t *comm, struct mca_coll_base_module_2_3_0_t *module); comm 250 ompi/mca/coll/coll.h struct ompi_op_t *op, struct ompi_communicator_t *comm, struct mca_coll_base_module_2_3_0_t *module); comm 254 ompi/mca/coll/coll.h int root, struct ompi_communicator_t *comm, struct mca_coll_base_module_2_3_0_t *module); comm 258 ompi/mca/coll/coll.h int root, struct ompi_communicator_t *comm, struct mca_coll_base_module_2_3_0_t *module); comm 264 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 269 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 273 ompi/mca/coll/coll.h struct ompi_op_t *op, struct ompi_communicator_t *comm, comm 278 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 283 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 288 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 291 ompi/mca/coll/coll.h (struct ompi_communicator_t *comm, ompi_request_t ** request, comm 295 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 299 ompi/mca/coll/coll.h struct ompi_op_t *op, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 304 ompi/mca/coll/coll.h int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 309 ompi/mca/coll/coll.h int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 313 ompi/mca/coll/coll.h struct ompi_op_t *op, int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 317 ompi/mca/coll/coll.h struct ompi_op_t *op, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 321 ompi/mca/coll/coll.h struct ompi_op_t *op, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 325 ompi/mca/coll/coll.h struct ompi_op_t *op, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 330 ompi/mca/coll/coll.h int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 335 ompi/mca/coll/coll.h int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 342 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, struct ompi_info_t *info, ompi_request_t ** request, comm 347 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, struct ompi_info_t *info, ompi_request_t ** request, comm 351 ompi/mca/coll/coll.h struct ompi_op_t *op, struct ompi_communicator_t *comm, struct ompi_info_t *info, comm 356 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, struct ompi_info_t *info, ompi_request_t ** request, comm 361 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, struct ompi_info_t *info, ompi_request_t ** request, comm 366 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, struct ompi_info_t *info, ompi_request_t ** request, comm 369 ompi/mca/coll/coll.h (struct ompi_communicator_t *comm, struct ompi_info_t *info, ompi_request_t ** request, comm 373 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, struct ompi_info_t *info, ompi_request_t ** request, comm 377 ompi/mca/coll/coll.h struct ompi_op_t *op, struct ompi_communicator_t *comm, struct ompi_info_t *info, ompi_request_t ** request, comm 382 ompi/mca/coll/coll.h int root, struct ompi_communicator_t *comm, struct ompi_info_t *info, ompi_request_t ** request, comm 387 ompi/mca/coll/coll.h int root, struct ompi_communicator_t *comm, struct ompi_info_t *info, ompi_request_t ** request, comm 391 ompi/mca/coll/coll.h struct ompi_op_t *op, int root, struct ompi_communicator_t *comm, struct ompi_info_t *info, ompi_request_t ** request, comm 395 ompi/mca/coll/coll.h struct ompi_op_t *op, struct ompi_communicator_t *comm, struct ompi_info_t *info, ompi_request_t ** request, comm 399 ompi/mca/coll/coll.h struct ompi_op_t *op, struct ompi_communicator_t *comm, struct ompi_info_t *info, ompi_request_t ** request, comm 403 ompi/mca/coll/coll.h struct ompi_op_t *op, struct ompi_communicator_t *comm, struct ompi_info_t *info, ompi_request_t ** request, comm 408 ompi/mca/coll/coll.h int root, struct ompi_communicator_t *comm, struct ompi_info_t *info, ompi_request_t ** request, comm 413 ompi/mca/coll/coll.h int root, struct ompi_communicator_t *comm, struct ompi_info_t *info, ompi_request_t ** request, comm 422 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, struct mca_coll_base_module_2_3_0_t *module); comm 426 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 431 ompi/mca/coll/coll.h struct ompi_communicator_t *comm, struct ompi_info_t *info, ompi_request_t ** request, comm 35 ompi/mca/coll/cuda/coll_cuda.h *mca_coll_cuda_comm_query(struct ompi_communicator_t *comm, comm 39 ompi/mca/coll/cuda/coll_cuda.h struct ompi_communicator_t *comm); comm 45 ompi/mca/coll/cuda/coll_cuda.h struct ompi_communicator_t *comm, comm 52 ompi/mca/coll/cuda/coll_cuda.h struct ompi_communicator_t *comm, comm 58 ompi/mca/coll/cuda/coll_cuda.h struct ompi_communicator_t *comm, comm 64 ompi/mca/coll/cuda/coll_cuda.h struct ompi_communicator_t *comm, comm 71 ompi/mca/coll/cuda/coll_cuda.h struct ompi_communicator_t *comm, comm 33 ompi/mca/coll/cuda/coll_cuda_allreduce.c struct ompi_communicator_t *comm, comm 63 ompi/mca/coll/cuda/coll_cuda_allreduce.c rc = s->c_coll.coll_allreduce(sbuf, rbuf, count, dtype, op, comm, s->c_coll.coll_allreduce_module); comm 25 ompi/mca/coll/cuda/coll_cuda_exscan.c struct ompi_communicator_t *comm, comm 56 ompi/mca/coll/cuda/coll_cuda_exscan.c rc = s->c_coll.coll_exscan(sbuf, rbuf, count, dtype, op, comm, comm 77 ompi/mca/coll/cuda/coll_cuda_module.c mca_coll_cuda_comm_query(struct ompi_communicator_t *comm, comm 119 ompi/mca/coll/cuda/coll_cuda_module.c struct ompi_communicator_t *comm) comm 135 ompi/mca/coll/cuda/coll_cuda_module.c CHECK_AND_RETAIN(comm, s, allreduce); comm 136 ompi/mca/coll/cuda/coll_cuda_module.c CHECK_AND_RETAIN(comm, s, reduce); comm 137 ompi/mca/coll/cuda/coll_cuda_module.c CHECK_AND_RETAIN(comm, s, reduce_scatter_block); comm 138 ompi/mca/coll/cuda/coll_cuda_module.c CHECK_AND_RETAIN(comm, s, scatter); comm 139 ompi/mca/coll/cuda/coll_cuda_module.c if (!OMPI_COMM_IS_INTER(comm)) { comm 141 ompi/mca/coll/cuda/coll_cuda_module.c CHECK_AND_RETAIN(comm, s, exscan); comm 142 ompi/mca/coll/cuda/coll_cuda_module.c CHECK_AND_RETAIN(comm, s, scan); comm 33 ompi/mca/coll/cuda/coll_cuda_reduce.c int root, struct ompi_communicator_t *comm, comm 67 ompi/mca/coll/cuda/coll_cuda_reduce.c dtype, op, root, comm, comm 37 ompi/mca/coll/cuda/coll_cuda_reduce_scatter_block.c struct ompi_communicator_t *comm, comm 48 ompi/mca/coll/cuda/coll_cuda_reduce_scatter_block.c sbufsize = rbufsize * ompi_comm_size(comm); comm 69 ompi/mca/coll/cuda/coll_cuda_reduce_scatter_block.c rc = s->c_coll.coll_reduce_scatter_block(sbuf, rbuf, rcount, dtype, op, comm, comm 32 ompi/mca/coll/cuda/coll_cuda_scan.c struct ompi_communicator_t *comm, comm 62 ompi/mca/coll/cuda/coll_cuda_scan.c rc = s->c_coll.coll_scan(sbuf, rbuf, count, dtype, op, comm, comm 43 ompi/mca/coll/demo/coll_demo.h mca_coll_demo_comm_query(struct ompi_communicator_t *comm, int *priority); comm 48 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm); comm 54 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 60 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 67 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 73 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 79 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 84 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 91 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 97 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 104 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 110 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 117 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 123 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 126 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_barrier_intra(struct ompi_communicator_t *comm, comm 128 ompi/mca/coll/demo/coll_demo.h int mca_coll_demo_barrier_inter(struct ompi_communicator_t *comm, comm 134 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 139 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 145 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 150 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 156 ompi/mca/coll/demo/coll_demo.h int root, struct ompi_communicator_t *comm, comm 161 ompi/mca/coll/demo/coll_demo.h int root, struct ompi_communicator_t *comm, comm 168 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 174 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 181 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 187 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 194 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 200 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 206 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 211 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 217 ompi/mca/coll/demo/coll_demo.h int root, struct ompi_communicator_t *comm, comm 222 ompi/mca/coll/demo/coll_demo.h int root, struct ompi_communicator_t *comm, comm 229 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 235 ompi/mca/coll/demo/coll_demo.h struct ompi_communicator_t *comm, comm 39 ompi/mca/coll/demo/coll_demo_allgather.c struct ompi_communicator_t *comm, comm 45 ompi/mca/coll/demo/coll_demo_allgather.c rcount, rdtype, comm, comm 61 ompi/mca/coll/demo/coll_demo_allgather.c struct ompi_communicator_t *comm, comm 67 ompi/mca/coll/demo/coll_demo_allgather.c rcount, rdtype, comm, comm 40 ompi/mca/coll/demo/coll_demo_allgatherv.c struct ompi_communicator_t *comm, comm 47 ompi/mca/coll/demo/coll_demo_allgatherv.c rdtype, comm, comm 63 ompi/mca/coll/demo/coll_demo_allgatherv.c struct ompi_communicator_t *comm, comm 70 ompi/mca/coll/demo/coll_demo_allgatherv.c rdtype, comm, comm 39 ompi/mca/coll/demo/coll_demo_allreduce.c struct ompi_communicator_t *comm, comm 45 ompi/mca/coll/demo/coll_demo_allreduce.c op, comm, comm 60 ompi/mca/coll/demo/coll_demo_allreduce.c struct ompi_communicator_t *comm, comm 66 ompi/mca/coll/demo/coll_demo_allreduce.c op, comm, comm 40 ompi/mca/coll/demo/coll_demo_alltoall.c struct ompi_communicator_t *comm, comm 47 ompi/mca/coll/demo/coll_demo_alltoall.c comm, comm 63 ompi/mca/coll/demo/coll_demo_alltoall.c struct ompi_communicator_t *comm, comm 70 ompi/mca/coll/demo/coll_demo_alltoall.c comm, comm 41 ompi/mca/coll/demo/coll_demo_alltoallv.c struct ompi_communicator_t *comm, comm 48 ompi/mca/coll/demo/coll_demo_alltoallv.c rdisps, rdtype, comm, comm 65 ompi/mca/coll/demo/coll_demo_alltoallv.c struct ompi_communicator_t *comm, comm 72 ompi/mca/coll/demo/coll_demo_alltoallv.c rdisps, rdtype, comm, comm 40 ompi/mca/coll/demo/coll_demo_alltoallw.c struct ompi_communicator_t *comm, comm 47 ompi/mca/coll/demo/coll_demo_alltoallw.c rdisps, rdtypes, comm, comm 63 ompi/mca/coll/demo/coll_demo_alltoallw.c struct ompi_communicator_t *comm, comm 70 ompi/mca/coll/demo/coll_demo_alltoallw.c rdisps, rdtypes, comm, comm 36 ompi/mca/coll/demo/coll_demo_barrier.c int mca_coll_demo_barrier_intra(struct ompi_communicator_t *comm, comm 41 ompi/mca/coll/demo/coll_demo_barrier.c return demo_module->underlying.coll_barrier(comm, comm 53 ompi/mca/coll/demo/coll_demo_barrier.c int mca_coll_demo_barrier_inter(struct ompi_communicator_t *comm, comm 58 ompi/mca/coll/demo/coll_demo_barrier.c return demo_module->underlying.coll_barrier(comm, comm 38 ompi/mca/coll/demo/coll_demo_bcast.c struct ompi_communicator_t *comm, comm 44 ompi/mca/coll/demo/coll_demo_bcast.c root, comm, comm 58 ompi/mca/coll/demo/coll_demo_bcast.c struct ompi_communicator_t *comm, comm 64 ompi/mca/coll/demo/coll_demo_bcast.c root, comm, comm 39 ompi/mca/coll/demo/coll_demo_exscan.c struct ompi_communicator_t *comm, comm 45 ompi/mca/coll/demo/coll_demo_exscan.c op, comm, comm 39 ompi/mca/coll/demo/coll_demo_gather.c int root, struct ompi_communicator_t *comm, comm 46 ompi/mca/coll/demo/coll_demo_gather.c root, comm, comm 62 ompi/mca/coll/demo/coll_demo_gather.c int root, struct ompi_communicator_t *comm, comm 69 ompi/mca/coll/demo/coll_demo_gather.c root, comm, comm 40 ompi/mca/coll/demo/coll_demo_gatherv.c struct ompi_communicator_t *comm, comm 47 ompi/mca/coll/demo/coll_demo_gatherv.c rdtype, root, comm, comm 63 ompi/mca/coll/demo/coll_demo_gatherv.c struct ompi_communicator_t *comm, comm 70 ompi/mca/coll/demo/coll_demo_gatherv.c rdtype, root, comm, comm 116 ompi/mca/coll/demo/coll_demo_module.c mca_coll_demo_comm_query(struct ompi_communicator_t *comm, int *priority) comm 128 ompi/mca/coll/demo/coll_demo_module.c if (OMPI_COMM_IS_INTRA(comm)) { comm 167 ompi/mca/coll/demo/coll_demo_module.c #define COPY(comm, module, func) \ comm 169 ompi/mca/coll/demo/coll_demo_module.c module->underlying.coll_ ## func = comm->c_coll->coll_ ## func; \ comm 170 ompi/mca/coll/demo/coll_demo_module.c module->underlying.coll_ ## func = comm->c_coll->coll_ ## func; \ comm 178 ompi/mca/coll/demo/coll_demo_module.c struct ompi_communicator_t *comm) comm 187 ompi/mca/coll/demo/coll_demo_module.c COPY(comm, demo_module, allgather); comm 188 ompi/mca/coll/demo/coll_demo_module.c COPY(comm, demo_module, allgatherv); comm 189 ompi/mca/coll/demo/coll_demo_module.c COPY(comm, demo_module, allreduce); comm 190 ompi/mca/coll/demo/coll_demo_module.c COPY(comm, demo_module, alltoall); comm 191 ompi/mca/coll/demo/coll_demo_module.c COPY(comm, demo_module, alltoallv); comm 192 ompi/mca/coll/demo/coll_demo_module.c COPY(comm, demo_module, alltoallw); comm 193 ompi/mca/coll/demo/coll_demo_module.c COPY(comm, demo_module, barrier); comm 194 ompi/mca/coll/demo/coll_demo_module.c COPY(comm, demo_module, bcast); comm 195 ompi/mca/coll/demo/coll_demo_module.c COPY(comm, demo_module, exscan); comm 196 ompi/mca/coll/demo/coll_demo_module.c COPY(comm, demo_module, gather); comm 197 ompi/mca/coll/demo/coll_demo_module.c COPY(comm, demo_module, gatherv); comm 198 ompi/mca/coll/demo/coll_demo_module.c COPY(comm, demo_module, reduce); comm 199 ompi/mca/coll/demo/coll_demo_module.c COPY(comm, demo_module, reduce_scatter); comm 200 ompi/mca/coll/demo/coll_demo_module.c COPY(comm, demo_module, scan); comm 201 ompi/mca/coll/demo/coll_demo_module.c COPY(comm, demo_module, scatter); comm 202 ompi/mca/coll/demo/coll_demo_module.c COPY(comm, demo_module, scatterv); comm 39 ompi/mca/coll/demo/coll_demo_reduce.c int root, struct ompi_communicator_t *comm, comm 45 ompi/mca/coll/demo/coll_demo_reduce.c op, root, comm, comm 60 ompi/mca/coll/demo/coll_demo_reduce.c int root, struct ompi_communicator_t *comm, comm 66 ompi/mca/coll/demo/coll_demo_reduce.c op, root, comm, comm 39 ompi/mca/coll/demo/coll_demo_reduce_scatter.c struct ompi_communicator_t *comm, comm 45 ompi/mca/coll/demo/coll_demo_reduce_scatter.c dtype, op, comm, comm 60 ompi/mca/coll/demo/coll_demo_reduce_scatter.c struct ompi_communicator_t *comm, comm 66 ompi/mca/coll/demo/coll_demo_reduce_scatter.c dtype, op, comm, comm 39 ompi/mca/coll/demo/coll_demo_scan.c struct ompi_communicator_t *comm, comm 45 ompi/mca/coll/demo/coll_demo_scan.c dtype, op, comm, comm 41 ompi/mca/coll/demo/coll_demo_scatter.c struct ompi_communicator_t *comm, comm 48 ompi/mca/coll/demo/coll_demo_scatter.c root, comm, comm 65 ompi/mca/coll/demo/coll_demo_scatter.c struct ompi_communicator_t *comm, comm 72 ompi/mca/coll/demo/coll_demo_scatter.c root, comm, comm 40 ompi/mca/coll/demo/coll_demo_scatterv.c struct ompi_communicator_t *comm, comm 47 ompi/mca/coll/demo/coll_demo_scatterv.c rdtype, root, comm, comm 63 ompi/mca/coll/demo/coll_demo_scatterv.c struct ompi_communicator_t *comm, comm 70 ompi/mca/coll/demo/coll_demo_scatterv.c rdtype, root, comm, comm 115 ompi/mca/coll/hcoll/coll_hcoll.h ompi_communicator_t *comm; comm 173 ompi/mca/coll/hcoll/coll_hcoll.h mca_coll_base_module_t *mca_coll_hcoll_comm_query(struct ompi_communicator_t *comm, int *priority); comm 178 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_barrier(struct ompi_communicator_t *comm, comm 183 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_communicator_t *comm, comm 190 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_communicator_t *comm, comm 198 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_communicator_t *comm, comm 206 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_communicator_t *comm, comm 212 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_communicator_t *comm, comm 219 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_communicator_t *comm, comm 226 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_communicator_t *comm, comm 235 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_communicator_t *comm, comm 243 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_communicator_t *comm, comm 252 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_communicator_t *comm, comm 255 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_ibarrier(struct ompi_communicator_t *comm, comm 261 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_communicator_t *comm, comm 269 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_communicator_t *comm, comm 278 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_communicator_t *comm, comm 285 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_communicator_t *comm, comm 293 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_communicator_t *comm, comm 301 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_communicator_t *comm, comm 312 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_communicator_t *comm, comm 322 ompi/mca/coll/hcoll/coll_hcoll.h struct ompi_communicator_t *comm, comm 31 ompi/mca/coll/hcoll/coll_hcoll_debug.h HCOL_VERBOSE(level, "[%p:%d] " format, (void*)(hcoll_module)->comm, (hcoll_module)->rank, ## __VA_ARGS__) comm 107 ompi/mca/coll/hcoll/coll_hcoll_module.c if (hcoll_module->comm == &ompi_mpi_comm_world.comm){ comm 151 ompi/mca/coll/hcoll/coll_hcoll_module.c (rte_grp_handle_t)hcoll_module->comm, comm 159 ompi/mca/coll/hcoll/coll_hcoll_module.c hcoll_module->previous_ ## __api = comm->c_coll->coll_ ## __api;\ comm 160 ompi/mca/coll/hcoll/coll_hcoll_module.c hcoll_module->previous_ ## __api ## _module = comm->c_coll->coll_ ## __api ## _module;\ comm 161 ompi/mca/coll/hcoll/coll_hcoll_module.c if (!comm->c_coll->coll_ ## __api || !comm->c_coll->coll_ ## __api ## _module) {\ comm 170 ompi/mca/coll/hcoll/coll_hcoll_module.c ompi_communicator_t *comm; comm 171 ompi/mca/coll/hcoll/coll_hcoll_module.c comm = hcoll_module->comm; comm 211 ompi/mca/coll/hcoll/coll_hcoll_module.c static int hcoll_comm_attr_del_fn(MPI_Comm comm, int keyval, void *attr_val, void *extra) comm 218 ompi/mca/coll/hcoll/coll_hcoll_module.c hcoll_context_free(hcoll_module->hcoll_context, (rte_grp_handle_t)comm); comm 229 ompi/mca/coll/hcoll/coll_hcoll_module.c struct ompi_communicator_t *comm) comm 238 ompi/mca/coll/hcoll/coll_hcoll_module.c ret = ompi_attr_set_c(COMM_ATTR, comm, &comm->c_keyhash, hcoll_comm_attr_keyval, (void *)module, false); comm 258 ompi/mca/coll/hcoll/coll_hcoll_module.c mca_coll_hcoll_comm_query(struct ompi_communicator_t *comm, int *priority) comm 275 ompi/mca/coll/hcoll/coll_hcoll_module.c if (OMPI_COMM_IS_INTER(comm) || ompi_comm_size(comm) < cm->hcoll_np comm 276 ompi/mca/coll/hcoll/coll_hcoll_module.c || ompi_comm_size(comm) < 2){ comm 371 ompi/mca/coll/hcoll/coll_hcoll_module.c hcoll_module->comm = comm; comm 374 ompi/mca/coll/hcoll/coll_hcoll_module.c (void*)comm,comm->c_contextid,ompi_comm_size(comm)); comm 377 ompi/mca/coll/hcoll/coll_hcoll_module.c hcoll_create_context((rte_grp_handle_t)comm); comm 19 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_barrier(struct ompi_communicator_t *comm, comm 32 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_barrier(comm,hcoll_module->previous_barrier_module); comm 36 ompi/mca/coll/hcoll/coll_hcoll_ops.c return hcoll_module->previous_barrier(comm,hcoll_module->previous_barrier_module); comm 41 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_communicator_t *comm, comm 56 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm,hcoll_module->previous_bcast_module); comm 63 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm,hcoll_module->previous_bcast_module); comm 72 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_communicator_t *comm, comm 94 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, comm 103 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, comm 114 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_communicator_t *comm, comm 135 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, comm 146 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, comm 157 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_communicator_t *comm, comm 175 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, comm 184 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, comm 194 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_communicator_t *comm, comm 211 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, hcoll_module->previous_allreduce_module); comm 224 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, hcoll_module->previous_allreduce_module); comm 233 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, hcoll_module->previous_allreduce_module); comm 242 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_communicator_t *comm, comm 260 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, hcoll_module->previous_reduce_module); comm 274 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, hcoll_module->previous_reduce_module); comm 284 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, hcoll_module->previous_reduce_module); comm 293 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_communicator_t *comm, comm 312 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, comm 321 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, comm 331 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_communicator_t *comm, comm 347 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, hcoll_module->previous_alltoallv_module); comm 357 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, hcoll_module->previous_alltoallv_module); comm 367 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_communicator_t *comm, comm 386 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, hcoll_module->previous_gatherv_module); comm 394 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, hcoll_module->previous_igatherv_module); comm 405 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_communicator_t *comm, comm 424 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, hcoll_module->previous_scatterv_module); comm 432 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, hcoll_module->previous_scatterv_module); comm 437 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_ibarrier(struct ompi_communicator_t *comm, comm 449 ompi/mca/coll/hcoll/coll_hcoll_ops.c rc = hcoll_module->previous_ibarrier(comm, request, hcoll_module->previous_ibarrier_module); comm 456 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_communicator_t *comm, comm 473 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, request, hcoll_module->previous_ibcast_module); comm 480 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, request, hcoll_module->previous_ibcast_module); comm 489 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_communicator_t *comm, comm 511 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, comm 521 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, comm 533 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_communicator_t *comm, comm 556 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, comm 569 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, comm 579 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_communicator_t *comm, comm 599 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, request, hcoll_module->previous_iallreduce_module); comm 612 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, request, hcoll_module->previous_iallreduce_module); comm 621 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, request, hcoll_module->previous_iallreduce_module); comm 630 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_communicator_t *comm, comm 649 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, request, comm 664 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, request, comm 675 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, comm 687 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_communicator_t *comm, comm 709 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, request, comm 718 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, request, comm 731 ompi/mca/coll/hcoll/coll_hcoll_ops.c struct ompi_communicator_t *comm, comm 748 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, request, hcoll_module->previous_alltoallv_module); comm 758 ompi/mca/coll/hcoll/coll_hcoll_ops.c comm, request, hcoll_module->previous_alltoallv_module); comm 183 ompi/mca/coll/hcoll/coll_hcoll_rte.c ompi_communicator_t *comm = (ompi_communicator_t *)grp_h; comm 203 ompi/mca/coll/hcoll/coll_hcoll_rte.c ec_h.rank, buffer, (unsigned int)size, (void *)comm); comm 205 ompi/mca/coll/hcoll/coll_hcoll_rte.c tag,comm,&ompi_req))) comm 224 ompi/mca/coll/hcoll/coll_hcoll_rte.c ompi_communicator_t *comm = (ompi_communicator_t *)grp_h; comm 242 ompi/mca/coll/hcoll/coll_hcoll_rte.c ec_h.rank, buffer, (unsigned int)size, (void *)comm); comm 244 ompi/mca/coll/hcoll/coll_hcoll_rte.c tag,MCA_PML_BASE_SEND_STANDARD,comm,&ompi_req))) comm 288 ompi/mca/coll/hcoll/coll_hcoll_rte.c ompi_communicator_t *comm = (ompi_communicator_t *)grp_h; comm 290 ompi/mca/coll/hcoll/coll_hcoll_rte.c ompi_proc_t *proc = ompi_comm_peer_lookup(comm,ec_indexes[i]); comm 300 ompi/mca/coll/hcoll/coll_hcoll_rte.c ompi_communicator_t *comm = (ompi_communicator_t *)grp_h; comm 301 ompi/mca/coll/hcoll/coll_hcoll_rte.c int my_rank = ompi_comm_rank(comm); comm 302 ompi/mca/coll/hcoll/coll_hcoll_rte.c ompi_proc_t *my_proc = ompi_comm_peer_lookup(comm,my_rank); comm 327 ompi/mca/coll/hcoll/coll_hcoll_rte.c return (rte_grp_handle_t)&ompi_mpi_comm_world.comm; comm 90 ompi/mca/coll/inter/coll_inter.c mca_coll_inter_comm_query(struct ompi_communicator_t *comm, int *priority) comm 96 ompi/mca/coll/inter/coll_inter.c if (!OMPI_COMM_IS_INTER(comm)) { comm 107 ompi/mca/coll/inter/coll_inter.c size = ompi_comm_size(comm); comm 108 ompi/mca/coll/inter/coll_inter.c rsize = ompi_comm_remote_size(comm); comm 149 ompi/mca/coll/inter/coll_inter.c struct ompi_communicator_t *comm) comm 153 ompi/mca/coll/inter/coll_inter.c inter_module->inter_comm = comm; comm 51 ompi/mca/coll/inter/coll_inter.h mca_coll_inter_comm_query(struct ompi_communicator_t *comm, int *priority); comm 54 ompi/mca/coll/inter/coll_inter.h struct ompi_communicator_t *comm); comm 60 ompi/mca/coll/inter/coll_inter.h struct ompi_communicator_t *comm, comm 66 ompi/mca/coll/inter/coll_inter.h struct ompi_communicator_t *comm, comm 71 ompi/mca/coll/inter/coll_inter.h struct ompi_communicator_t *comm, comm 76 ompi/mca/coll/inter/coll_inter.h struct ompi_communicator_t *comm, comm 83 ompi/mca/coll/inter/coll_inter.h struct ompi_communicator_t *comm, comm 90 ompi/mca/coll/inter/coll_inter.h struct ompi_communicator_t *comm, comm 96 ompi/mca/coll/inter/coll_inter.h struct ompi_communicator_t *comm, comm 101 ompi/mca/coll/inter/coll_inter.h int root, struct ompi_communicator_t *comm, comm 107 ompi/mca/coll/inter/coll_inter.h struct ompi_communicator_t *comm, comm 48 ompi/mca/coll/inter/coll_inter_allgather.c struct ompi_communicator_t *comm, comm 55 ompi/mca/coll/inter/coll_inter_allgather.c rank = ompi_comm_rank(comm); comm 56 ompi/mca/coll/inter/coll_inter_allgather.c size = ompi_comm_size(comm->c_local_comm); comm 57 ompi/mca/coll/inter/coll_inter_allgather.c rsize = ompi_comm_remote_size(comm); comm 68 ompi/mca/coll/inter/coll_inter_allgather.c err = comm->c_local_comm->c_coll->coll_gather(sbuf, scount, sdtype, comm 70 ompi/mca/coll/inter/coll_inter_allgather.c 0, comm->c_local_comm, comm 71 ompi/mca/coll/inter/coll_inter_allgather.c comm->c_local_comm->c_coll->coll_gather_module); comm 83 ompi/mca/coll/inter/coll_inter_allgather.c comm, MPI_STATUS_IGNORE); comm 90 ompi/mca/coll/inter/coll_inter_allgather.c err = comm->c_local_comm->c_coll->coll_bcast(rbuf, rcount*rsize, rdtype, comm 91 ompi/mca/coll/inter/coll_inter_allgather.c root, comm->c_local_comm, comm 92 ompi/mca/coll/inter/coll_inter_allgather.c comm->c_local_comm->c_coll->coll_bcast_module); comm 47 ompi/mca/coll/inter/coll_inter_allgatherv.c struct ompi_communicator_t *comm, comm 55 ompi/mca/coll/inter/coll_inter_allgatherv.c rank = ompi_comm_rank(comm); comm 56 ompi/mca/coll/inter/coll_inter_allgatherv.c size_local = ompi_comm_size(comm->c_local_comm); comm 57 ompi/mca/coll/inter/coll_inter_allgatherv.c size = ompi_comm_remote_size(comm); comm 68 ompi/mca/coll/inter/coll_inter_allgatherv.c err = comm->c_local_comm->c_coll->coll_gather(&scount, 1, MPI_INT, comm 70 ompi/mca/coll/inter/coll_inter_allgatherv.c 0, comm->c_local_comm, comm 71 ompi/mca/coll/inter/coll_inter_allgatherv.c comm->c_local_comm->c_coll->coll_gather_module); comm 95 ompi/mca/coll/inter/coll_inter_allgatherv.c err = comm->c_local_comm->c_coll->coll_gatherv(sbuf, scount, sdtype, comm 97 ompi/mca/coll/inter/coll_inter_allgatherv.c sdtype,0, comm->c_local_comm, comm 98 ompi/mca/coll/inter/coll_inter_allgatherv.c comm->c_local_comm->c_coll->coll_gatherv_module); comm 112 ompi/mca/coll/inter/coll_inter_allgatherv.c comm, MPI_STATUS_IGNORE); comm 119 ompi/mca/coll/inter/coll_inter_allgatherv.c err = comm->c_local_comm->c_coll->coll_bcast(rbuf, 1, ndtype, comm 120 ompi/mca/coll/inter/coll_inter_allgatherv.c 0, comm->c_local_comm, comm 121 ompi/mca/coll/inter/coll_inter_allgatherv.c comm->c_local_comm->c_coll->coll_bcast_module); comm 47 ompi/mca/coll/inter/coll_inter_allreduce.c struct ompi_communicator_t *comm, comm 54 ompi/mca/coll/inter/coll_inter_allreduce.c rank = ompi_comm_rank(comm); comm 65 ompi/mca/coll/inter/coll_inter_allreduce.c err = comm->c_local_comm->c_coll->coll_reduce(sbuf, pml_buffer, count, comm 67 ompi/mca/coll/inter/coll_inter_allreduce.c comm->c_local_comm, comm 68 ompi/mca/coll/inter/coll_inter_allreduce.c comm->c_local_comm->c_coll->coll_reduce_module); comm 79 ompi/mca/coll/inter/coll_inter_allreduce.c comm, MPI_STATUS_IGNORE); comm 86 ompi/mca/coll/inter/coll_inter_allreduce.c err = comm->c_local_comm->c_coll->coll_bcast(rbuf, count, dtype, comm 87 ompi/mca/coll/inter/coll_inter_allreduce.c root, comm->c_local_comm, comm 88 ompi/mca/coll/inter/coll_inter_allreduce.c comm->c_local_comm->c_coll->coll_bcast_module); comm 42 ompi/mca/coll/inter/coll_inter_bcast.c struct ompi_communicator_t *comm, comm 48 ompi/mca/coll/inter/coll_inter_bcast.c rank = ompi_comm_rank(comm); comm 57 ompi/mca/coll/inter/coll_inter_bcast.c MCA_COLL_BASE_TAG_BCAST, comm, comm 63 ompi/mca/coll/inter/coll_inter_bcast.c err = comm->c_local_comm->c_coll->coll_bcast(buff, count, datatype, 0, comm 64 ompi/mca/coll/inter/coll_inter_bcast.c comm->c_local_comm, comm 65 ompi/mca/coll/inter/coll_inter_bcast.c comm->c_local_comm->c_coll->coll_bcast_module); comm 71 ompi/mca/coll/inter/coll_inter_bcast.c comm)); comm 45 ompi/mca/coll/inter/coll_inter_gather.c int root, struct ompi_communicator_t *comm, comm 52 ompi/mca/coll/inter/coll_inter_gather.c size = ompi_comm_remote_size(comm); comm 53 ompi/mca/coll/inter/coll_inter_gather.c rank = ompi_comm_rank(comm); comm 64 ompi/mca/coll/inter/coll_inter_gather.c size_local = ompi_comm_size(comm->c_local_comm); comm 73 ompi/mca/coll/inter/coll_inter_gather.c err = comm->c_local_comm->c_coll->coll_gather(sbuf, scount, sdtype, comm 75 ompi/mca/coll/inter/coll_inter_gather.c 0, comm->c_local_comm, comm 76 ompi/mca/coll/inter/coll_inter_gather.c comm->c_local_comm->c_coll->coll_gather_module); comm 81 ompi/mca/coll/inter/coll_inter_gather.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 91 ompi/mca/coll/inter/coll_inter_gather.c comm, MPI_STATUS_IGNORE)); comm 44 ompi/mca/coll/inter/coll_inter_gatherv.c struct ompi_communicator_t *comm, comm 55 ompi/mca/coll/inter/coll_inter_gatherv.c size = ompi_comm_remote_size(comm); comm 56 ompi/mca/coll/inter/coll_inter_gatherv.c rank = ompi_comm_rank(comm); comm 57 ompi/mca/coll/inter/coll_inter_gatherv.c size_local = ompi_comm_size(comm); comm 65 ompi/mca/coll/inter/coll_inter_gatherv.c comm, MPI_STATUS_IGNORE)); comm 79 ompi/mca/coll/inter/coll_inter_gatherv.c err = comm->c_local_comm->c_coll->coll_gather(&scount, 1, MPI_INT, comm 81 ompi/mca/coll/inter/coll_inter_gatherv.c 0, comm->c_local_comm, comm 82 ompi/mca/coll/inter/coll_inter_gatherv.c comm->c_local_comm->c_coll->coll_gather_module); comm 106 ompi/mca/coll/inter/coll_inter_gatherv.c err = comm->c_local_comm->c_coll->coll_gatherv(sbuf, scount, sdtype, comm 108 ompi/mca/coll/inter/coll_inter_gatherv.c sdtype,0, comm->c_local_comm, comm 109 ompi/mca/coll/inter/coll_inter_gatherv.c comm->c_local_comm->c_coll->coll_gatherv_module); comm 118 ompi/mca/coll/inter/coll_inter_gatherv.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 46 ompi/mca/coll/inter/coll_inter_reduce.c int root, struct ompi_communicator_t *comm, comm 52 ompi/mca/coll/inter/coll_inter_reduce.c rank = ompi_comm_rank(comm); comm 71 ompi/mca/coll/inter/coll_inter_reduce.c err = comm->c_local_comm->c_coll->coll_reduce(sbuf, pml_buffer, count, comm 72 ompi/mca/coll/inter/coll_inter_reduce.c dtype, op, 0, comm->c_local_comm, comm 73 ompi/mca/coll/inter/coll_inter_reduce.c comm->c_local_comm->c_coll->coll_reduce_module); comm 78 ompi/mca/coll/inter/coll_inter_reduce.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 90 ompi/mca/coll/inter/coll_inter_reduce.c MCA_COLL_BASE_TAG_REDUCE, comm, comm 44 ompi/mca/coll/inter/coll_inter_scatter.c int root, struct ompi_communicator_t *comm, comm 51 ompi/mca/coll/inter/coll_inter_scatter.c rank = ompi_comm_rank(comm); comm 52 ompi/mca/coll/inter/coll_inter_scatter.c size = ompi_comm_remote_size(comm); comm 64 ompi/mca/coll/inter/coll_inter_scatter.c size_local = ompi_comm_size(comm->c_local_comm); comm 74 ompi/mca/coll/inter/coll_inter_scatter.c comm, MPI_STATUS_IGNORE)); comm 80 ompi/mca/coll/inter/coll_inter_scatter.c err = comm->c_local_comm->c_coll->coll_scatter(ptmp, rcount, rdtype, comm 82 ompi/mca/coll/inter/coll_inter_scatter.c 0, comm->c_local_comm, comm 83 ompi/mca/coll/inter/coll_inter_scatter.c comm->c_local_comm->c_coll->coll_scatter_module); comm 91 ompi/mca/coll/inter/coll_inter_scatter.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 45 ompi/mca/coll/inter/coll_inter_scatterv.c struct ompi_communicator_t *comm, comm 55 ompi/mca/coll/inter/coll_inter_scatterv.c rank = ompi_comm_rank(comm); comm 56 ompi/mca/coll/inter/coll_inter_scatterv.c size = ompi_comm_remote_size(comm); comm 57 ompi/mca/coll/inter/coll_inter_scatterv.c size_local = ompi_comm_size(comm); comm 68 ompi/mca/coll/inter/coll_inter_scatterv.c comm, MPI_STATUS_IGNORE)); comm 87 ompi/mca/coll/inter/coll_inter_scatterv.c comm, MPI_STATUS_IGNORE)); comm 99 ompi/mca/coll/inter/coll_inter_scatterv.c err = comm->c_local_comm->c_coll->coll_scatterv(ptmp, counts, displace, comm 101 ompi/mca/coll/inter/coll_inter_scatterv.c rdtype, 0, comm->c_local_comm, comm 102 ompi/mca/coll/inter/coll_inter_scatterv.c comm->c_local_comm->c_coll->coll_scatterv_module); comm 120 ompi/mca/coll/inter/coll_inter_scatterv.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 130 ompi/mca/coll/inter/coll_inter_scatterv.c MCA_PML_BASE_SEND_STANDARD, comm)); comm 125 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Comm comm; comm 143 ompi/mca/coll/libnbc/coll_libnbc.h #define OMPI_COLL_LIBNBC_REQUEST_ALLOC(comm, persistent, req) \ comm 149 ompi/mca/coll/libnbc/coll_libnbc.h req->super.req_mpi_object.comm = comm; \ comm 161 ompi/mca/coll/libnbc/coll_libnbc.h int NBC_Init_comm(MPI_Comm comm, ompi_coll_libnbc_module_t *module); comm 166 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 169 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 172 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 175 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 179 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 183 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, ompi_request_t **request, comm 185 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ibarrier(struct ompi_communicator_t *comm, ompi_request_t ** request, comm 188 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 191 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_op_t *op, struct ompi_communicator_t *comm, ompi_request_t **request, comm 194 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 198 ompi/mca/coll/libnbc/coll_libnbc.h int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 201 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Op op, int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 204 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Op op, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 207 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_op_t *op, struct ompi_communicator_t *comm, comm 211 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 215 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 219 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 224 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 227 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 230 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 233 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 237 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 241 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, ompi_request_t **request, comm 243 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ibarrier_inter(struct ompi_communicator_t *comm, ompi_request_t ** request, comm 246 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 249 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 253 ompi/mca/coll/libnbc/coll_libnbc.h int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 256 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Op op, int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 259 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Op op, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 262 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_op_t *op, struct ompi_communicator_t *comm, comm 267 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 271 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 276 ompi/mca/coll/libnbc/coll_libnbc.h int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm, comm 280 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 283 ompi/mca/coll/libnbc/coll_libnbc.h int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm, comm 287 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 291 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, ompi_request_t ** request, comm 295 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 298 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 301 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 304 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 308 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 312 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t **request, comm 314 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_barrier_init(struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 317 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 320 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_op_t *op, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t **request, comm 323 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, int root, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 327 ompi/mca/coll/libnbc/coll_libnbc.h int root, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 330 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Op op, int root, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 333 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Op op, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 336 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_op_t *op, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t **request, comm 339 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 343 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 347 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 351 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 354 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 357 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 360 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 364 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 368 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t **request, comm 370 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_barrier_inter_init(struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 373 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 376 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Datatype recvtype, int root, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 380 ompi/mca/coll/libnbc/coll_libnbc.h int root, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 383 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Op op, int root, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 386 ompi/mca/coll/libnbc/coll_libnbc.h MPI_Op op, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 389 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_op_t *op, struct ompi_communicator_t *comm, comm 394 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 398 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 402 ompi/mca/coll/libnbc/coll_libnbc.h int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm, comm 406 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 409 ompi/mca/coll/libnbc/coll_libnbc.h int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm, MPI_Info info, comm 413 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 417 ompi/mca/coll/libnbc/coll_libnbc.h struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 304 ompi/mca/coll/libnbc/coll_libnbc_component.c libnbc_comm_query(struct ompi_communicator_t *comm, comm 315 ompi/mca/coll/libnbc/coll_libnbc_component.c if (OMPI_COMM_IS_INTER(comm)) { comm 403 ompi/mca/coll/libnbc/coll_libnbc_component.c if (OMPI_SUCCESS != NBC_Init_comm(comm, module)) { comm 417 ompi/mca/coll/libnbc/coll_libnbc_component.c struct ompi_communicator_t *comm) comm 462 ompi/mca/coll/libnbc/nbc.c MCA_PML_BASE_SEND_STANDARD, sendargs.local?handle->comm->c_local_comm:handle->comm, comm 466 ompi/mca/coll/libnbc/nbc.c sendargs.datatype, sendargs.dest, handle->tag, (unsigned long)handle->comm, res); comm 496 ompi/mca/coll/libnbc/nbc.c res = MCA_PML_CALL(irecv(buf1, recvargs.count, recvargs.datatype, recvargs.source, handle->tag, recvargs.local?handle->comm->c_local_comm:handle->comm, comm 500 ompi/mca/coll/libnbc/nbc.c recvargs.datatype, recvargs.source, handle->tag, (unsigned long)handle->comm, res); comm 543 ompi/mca/coll/libnbc/nbc.c handle->comm); comm 564 ompi/mca/coll/libnbc/nbc.c res = NBC_Unpack (buf1, unpackargs.count, unpackargs.datatype, buf2, handle->comm); comm 597 ompi/mca/coll/libnbc/nbc.c int NBC_Init_comm(MPI_Comm comm, NBC_Comminfo *comminfo) { comm 672 ompi/mca/coll/libnbc/nbc.c int NBC_Schedule_request(NBC_Schedule *schedule, ompi_communicator_t *comm, comm 702 ompi/mca/coll/libnbc/nbc.c OMPI_COLL_LIBNBC_REQUEST_ALLOC(comm, persistent, handle); comm 708 ompi/mca/coll/libnbc/nbc.c handle->comm = comm; comm 739 ompi/mca/coll/libnbc/nbc.c handle->comm=comm; comm 53 ompi/mca/coll/libnbc/nbc_iallgather.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 68 ompi/mca/coll/libnbc/nbc_iallgather.c rank = ompi_comm_rank (comm); comm 69 ompi/mca/coll/libnbc/nbc_iallgather.c p = ompi_comm_size (comm); comm 96 ompi/mca/coll/libnbc/nbc_iallgather.c res = NBC_Copy (sendbuf, sendcount, sendtype, rbuf, recvcount, recvtype, comm); comm 184 ompi/mca/coll/libnbc/nbc_iallgather.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 194 ompi/mca/coll/libnbc/nbc_iallgather.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 198 ompi/mca/coll/libnbc/nbc_iallgather.c comm, request, module, false); comm 214 ompi/mca/coll/libnbc/nbc_iallgather.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 229 ompi/mca/coll/libnbc/nbc_iallgather.c rsize = ompi_comm_remote_size (comm); comm 261 ompi/mca/coll/libnbc/nbc_iallgather.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 271 ompi/mca/coll/libnbc/nbc_iallgather.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 274 ompi/mca/coll/libnbc/nbc_iallgather.c comm, request, module, false); comm 393 ompi/mca/coll/libnbc/nbc_iallgather.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 396 ompi/mca/coll/libnbc/nbc_iallgather.c comm, request, module, true); comm 405 ompi/mca/coll/libnbc/nbc_iallgather.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 408 ompi/mca/coll/libnbc/nbc_iallgather.c comm, request, module, true); comm 38 ompi/mca/coll/libnbc/nbc_iallgatherv.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 49 ompi/mca/coll/libnbc/nbc_iallgatherv.c rank = ompi_comm_rank (comm); comm 50 ompi/mca/coll/libnbc/nbc_iallgatherv.c p = ompi_comm_size (comm); comm 64 ompi/mca/coll/libnbc/nbc_iallgatherv.c res = NBC_Copy (sendbuf, sendcount, sendtype, rbuf, recvcounts[rank], recvtype, comm); comm 113 ompi/mca/coll/libnbc/nbc_iallgatherv.c res = NBC_Schedule_request (schedule, comm, libnbc_module, persistent, request, NULL); comm 123 ompi/mca/coll/libnbc/nbc_iallgatherv.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 126 ompi/mca/coll/libnbc/nbc_iallgatherv.c comm, request, module, false); comm 142 ompi/mca/coll/libnbc/nbc_iallgatherv.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 150 ompi/mca/coll/libnbc/nbc_iallgatherv.c rsize = ompi_comm_remote_size (comm); comm 192 ompi/mca/coll/libnbc/nbc_iallgatherv.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 202 ompi/mca/coll/libnbc/nbc_iallgatherv.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 205 ompi/mca/coll/libnbc/nbc_iallgatherv.c comm, request, module, false); comm 221 ompi/mca/coll/libnbc/nbc_iallgatherv.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 224 ompi/mca/coll/libnbc/nbc_iallgatherv.c comm, request, module, true); comm 233 ompi/mca/coll/libnbc/nbc_iallgatherv.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 236 ompi/mca/coll/libnbc/nbc_iallgatherv.c comm, request, module, true); comm 40 ompi/mca/coll/libnbc/nbc_iallreduce.c NBC_Schedule *schedule, void *tmpbuf, struct ompi_communicator_t *comm); comm 62 ompi/mca/coll/libnbc/nbc_iallreduce.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 80 ompi/mca/coll/libnbc/nbc_iallreduce.c rank = ompi_comm_rank (comm); comm 81 ompi/mca/coll/libnbc/nbc_iallreduce.c p = ompi_comm_size (comm); comm 98 ompi/mca/coll/libnbc/nbc_iallreduce.c res = NBC_Copy(sendbuf, count, datatype, recvbuf, count, datatype, comm); comm 157 ompi/mca/coll/libnbc/nbc_iallreduce.c res = allred_sched_redscat_allgather(rank, p, count, datatype, gap, sendbuf, recvbuf, op, inplace, schedule, tmpbuf, comm); comm 209 ompi/mca/coll/libnbc/nbc_iallreduce.c res = NBC_Schedule_request (schedule, comm, libnbc_module, persistent, request, tmpbuf); comm 220 ompi/mca/coll/libnbc/nbc_iallreduce.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 223 ompi/mca/coll/libnbc/nbc_iallreduce.c comm, request, module, false); comm 239 ompi/mca/coll/libnbc/nbc_iallreduce.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 250 ompi/mca/coll/libnbc/nbc_iallreduce.c rank = ompi_comm_rank (comm); comm 251 ompi/mca/coll/libnbc/nbc_iallreduce.c rsize = ompi_comm_remote_size (comm); comm 292 ompi/mca/coll/libnbc/nbc_iallreduce.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf); comm 303 ompi/mca/coll/libnbc/nbc_iallreduce.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 306 ompi/mca/coll/libnbc/nbc_iallreduce.c comm, request, module, false); comm 816 ompi/mca/coll/libnbc/nbc_iallreduce.c NBC_Schedule *schedule, void *tmpbuf, struct ompi_communicator_t *comm) comm 821 ompi/mca/coll/libnbc/nbc_iallreduce.c int nsteps = opal_hibit(comm_size, comm->c_cube_dim + 1); /* ilog2(comm_size) */ comm 1025 ompi/mca/coll/libnbc/nbc_iallreduce.c struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 1028 ompi/mca/coll/libnbc/nbc_iallreduce.c comm, request, module, true); comm 1037 ompi/mca/coll/libnbc/nbc_iallreduce.c struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 1040 ompi/mca/coll/libnbc/nbc_iallreduce.c comm, request, module, true); comm 26 ompi/mca/coll/libnbc/nbc_ialltoall.c int recvcount, MPI_Datatype recvtype, MPI_Comm comm); comm 29 ompi/mca/coll/libnbc/nbc_ialltoall.c int recvcount, MPI_Datatype recvtype, MPI_Comm comm); comm 32 ompi/mca/coll/libnbc/nbc_ialltoall.c int recvcount, MPI_Datatype recvtype, MPI_Comm comm, void* tmpbuf); comm 34 ompi/mca/coll/libnbc/nbc_ialltoall.c MPI_Datatype type, MPI_Aint ext, ptrdiff_t gap, MPI_Comm comm); comm 58 ompi/mca/coll/libnbc/nbc_ialltoall.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 77 ompi/mca/coll/libnbc/nbc_ialltoall.c rank = ompi_comm_rank (comm); comm 78 ompi/mca/coll/libnbc/nbc_ialltoall.c p = ompi_comm_size (comm); comm 216 ompi/mca/coll/libnbc/nbc_ialltoall.c res = a2a_sched_inplace(rank, p, schedule, recvbuf, recvcount, recvtype, rcvext, gap, comm); comm 219 ompi/mca/coll/libnbc/nbc_ialltoall.c res = a2a_sched_linear(rank, p, sndext, rcvext, schedule, sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm); comm 222 ompi/mca/coll/libnbc/nbc_ialltoall.c res = a2a_sched_diss(rank, p, sndext, rcvext, schedule, sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, tmpbuf); comm 225 ompi/mca/coll/libnbc/nbc_ialltoall.c res = a2a_sched_pairwise(rank, p, sndext, rcvext, schedule, sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm); comm 274 ompi/mca/coll/libnbc/nbc_ialltoall.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf); comm 285 ompi/mca/coll/libnbc/nbc_ialltoall.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 288 ompi/mca/coll/libnbc/nbc_ialltoall.c comm, request, module, false); comm 304 ompi/mca/coll/libnbc/nbc_ialltoall.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 313 ompi/mca/coll/libnbc/nbc_ialltoall.c rsize = ompi_comm_remote_size (comm); comm 359 ompi/mca/coll/libnbc/nbc_ialltoall.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 369 ompi/mca/coll/libnbc/nbc_ialltoall.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 372 ompi/mca/coll/libnbc/nbc_ialltoall.c comm, request, module, false); comm 389 ompi/mca/coll/libnbc/nbc_ialltoall.c MPI_Datatype recvtype, MPI_Comm comm) { comm 418 ompi/mca/coll/libnbc/nbc_ialltoall.c MPI_Datatype recvtype, MPI_Comm comm) { comm 445 ompi/mca/coll/libnbc/nbc_ialltoall.c MPI_Datatype recvtype, MPI_Comm comm, void* tmpbuf) { comm 538 ompi/mca/coll/libnbc/nbc_ialltoall.c MPI_Datatype type, MPI_Aint ext, ptrdiff_t gap, MPI_Comm comm) { comm 595 ompi/mca/coll/libnbc/nbc_ialltoall.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 598 ompi/mca/coll/libnbc/nbc_ialltoall.c comm, request, module, true); comm 607 ompi/mca/coll/libnbc/nbc_ialltoall.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 610 ompi/mca/coll/libnbc/nbc_ialltoall.c comm, request, module, true); comm 46 ompi/mca/coll/libnbc/nbc_ialltoallv.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 59 ompi/mca/coll/libnbc/nbc_ialltoallv.c rank = ompi_comm_rank (comm); comm 60 ompi/mca/coll/libnbc/nbc_ialltoallv.c p = ompi_comm_size (comm); comm 133 ompi/mca/coll/libnbc/nbc_ialltoallv.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf); comm 145 ompi/mca/coll/libnbc/nbc_ialltoallv.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 149 ompi/mca/coll/libnbc/nbc_ialltoallv.c comm, request, module, false); comm 167 ompi/mca/coll/libnbc/nbc_ialltoallv.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 188 ompi/mca/coll/libnbc/nbc_ialltoallv.c rsize = ompi_comm_remote_size (comm); comm 222 ompi/mca/coll/libnbc/nbc_ialltoallv.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 233 ompi/mca/coll/libnbc/nbc_ialltoallv.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 237 ompi/mca/coll/libnbc/nbc_ialltoallv.c comm, request, module, false); comm 393 ompi/mca/coll/libnbc/nbc_ialltoallv.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 396 ompi/mca/coll/libnbc/nbc_ialltoallv.c comm, request, module, true); comm 406 ompi/mca/coll/libnbc/nbc_ialltoallv.c MPI_Datatype recvtype, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 409 ompi/mca/coll/libnbc/nbc_ialltoallv.c comm, request, module, true); comm 46 ompi/mca/coll/libnbc/nbc_ialltoallw.c struct ompi_datatype_t * const *recvtypes, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 58 ompi/mca/coll/libnbc/nbc_ialltoallw.c rank = ompi_comm_rank (comm); comm 59 ompi/mca/coll/libnbc/nbc_ialltoallw.c p = ompi_comm_size (comm); comm 119 ompi/mca/coll/libnbc/nbc_ialltoallw.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf); comm 131 ompi/mca/coll/libnbc/nbc_ialltoallw.c struct ompi_datatype_t * const *recvtypes, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 135 ompi/mca/coll/libnbc/nbc_ialltoallw.c comm, request, module, false); comm 153 ompi/mca/coll/libnbc/nbc_ialltoallw.c struct ompi_datatype_t * const *recvtypes, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 161 ompi/mca/coll/libnbc/nbc_ialltoallw.c rsize = ompi_comm_remote_size (comm); comm 195 ompi/mca/coll/libnbc/nbc_ialltoallw.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 206 ompi/mca/coll/libnbc/nbc_ialltoallw.c struct ompi_datatype_t * const *recvtypes, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 210 ompi/mca/coll/libnbc/nbc_ialltoallw.c comm, request, module, false); comm 367 ompi/mca/coll/libnbc/nbc_ialltoallw.c struct ompi_datatype_t * const *recvtypes, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 370 ompi/mca/coll/libnbc/nbc_ialltoallw.c comm, request, module, true); comm 380 ompi/mca/coll/libnbc/nbc_ialltoallw.c struct ompi_datatype_t * const *recvtypes, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 383 ompi/mca/coll/libnbc/nbc_ialltoallw.c comm, request, module, true); comm 25 ompi/mca/coll/libnbc/nbc_ibarrier.c static int nbc_barrier_init(struct ompi_communicator_t *comm, ompi_request_t ** request, comm 32 ompi/mca/coll/libnbc/nbc_ibarrier.c rank = ompi_comm_rank (comm); comm 33 ompi/mca/coll/libnbc/nbc_ibarrier.c p = ompi_comm_size (comm); comm 93 ompi/mca/coll/libnbc/nbc_ibarrier.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 102 ompi/mca/coll/libnbc/nbc_ibarrier.c int ompi_coll_libnbc_ibarrier(struct ompi_communicator_t *comm, ompi_request_t ** request, comm 104 ompi/mca/coll/libnbc/nbc_ibarrier.c int res = nbc_barrier_init(comm, request, module, false); comm 119 ompi/mca/coll/libnbc/nbc_ibarrier.c static int nbc_barrier_inter_init(struct ompi_communicator_t *comm, ompi_request_t ** request, comm 126 ompi/mca/coll/libnbc/nbc_ibarrier.c rank = ompi_comm_rank (comm); comm 127 ompi/mca/coll/libnbc/nbc_ibarrier.c rsize = ompi_comm_remote_size (comm); comm 181 ompi/mca/coll/libnbc/nbc_ibarrier.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 189 ompi/mca/coll/libnbc/nbc_ibarrier.c int ompi_coll_libnbc_ibarrier_inter(struct ompi_communicator_t *comm, ompi_request_t ** request, comm 191 ompi/mca/coll/libnbc/nbc_ibarrier.c int res = nbc_barrier_inter_init(comm, request, module, false); comm 206 ompi/mca/coll/libnbc/nbc_ibarrier.c int ompi_coll_libnbc_barrier_init(struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 208 ompi/mca/coll/libnbc/nbc_ibarrier.c int res = nbc_barrier_init(comm, request, module, true); comm 216 ompi/mca/coll/libnbc/nbc_ibarrier.c int ompi_coll_libnbc_barrier_inter_init(struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 218 ompi/mca/coll/libnbc/nbc_ibarrier.c int res = nbc_barrier_inter_init(comm, request, module, true); comm 51 ompi/mca/coll/libnbc/nbc_ibcast.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 63 ompi/mca/coll/libnbc/nbc_ibcast.c rank = ompi_comm_rank (comm); comm 64 ompi/mca/coll/libnbc/nbc_ibcast.c p = ompi_comm_size (comm); comm 185 ompi/mca/coll/libnbc/nbc_ibcast.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 195 ompi/mca/coll/libnbc/nbc_ibcast.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 199 ompi/mca/coll/libnbc/nbc_ibcast.c comm, request, module, false); comm 412 ompi/mca/coll/libnbc/nbc_ibcast.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 428 ompi/mca/coll/libnbc/nbc_ibcast.c remsize = ompi_comm_remote_size (comm); comm 454 ompi/mca/coll/libnbc/nbc_ibcast.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 464 ompi/mca/coll/libnbc/nbc_ibcast.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 467 ompi/mca/coll/libnbc/nbc_ibcast.c comm, request, module, false); comm 483 ompi/mca/coll/libnbc/nbc_ibcast.c struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 486 ompi/mca/coll/libnbc/nbc_ibcast.c comm, request, module, true); comm 495 ompi/mca/coll/libnbc/nbc_ibcast.c struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 498 ompi/mca/coll/libnbc/nbc_ibcast.c comm, request, module, true); comm 55 ompi/mca/coll/libnbc/nbc_iexscan.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 67 ompi/mca/coll/libnbc/nbc_iexscan.c rank = ompi_comm_rank(comm); comm 68 ompi/mca/coll/libnbc/nbc_iexscan.c p = ompi_comm_size(comm); comm 158 ompi/mca/coll/libnbc/nbc_iexscan.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf); comm 169 ompi/mca/coll/libnbc/nbc_iexscan.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 172 ompi/mca/coll/libnbc/nbc_iexscan.c comm, request, module, false); comm 188 ompi/mca/coll/libnbc/nbc_iexscan.c struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 191 ompi/mca/coll/libnbc/nbc_iexscan.c comm, request, module, true); comm 49 ompi/mca/coll/libnbc/nbc_igather.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 57 ompi/mca/coll/libnbc/nbc_igather.c rank = ompi_comm_rank (comm); comm 61 ompi/mca/coll/libnbc/nbc_igather.c p = ompi_comm_size (comm); comm 167 ompi/mca/coll/libnbc/nbc_igather.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 178 ompi/mca/coll/libnbc/nbc_igather.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 181 ompi/mca/coll/libnbc/nbc_igather.c comm, request, module, false); comm 198 ompi/mca/coll/libnbc/nbc_igather.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 206 ompi/mca/coll/libnbc/nbc_igather.c rsize = ompi_comm_remote_size (comm); comm 247 ompi/mca/coll/libnbc/nbc_igather.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 258 ompi/mca/coll/libnbc/nbc_igather.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 261 ompi/mca/coll/libnbc/nbc_igather.c comm, request, module, false); comm 278 ompi/mca/coll/libnbc/nbc_igather.c struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 281 ompi/mca/coll/libnbc/nbc_igather.c comm, request, module, true); comm 291 ompi/mca/coll/libnbc/nbc_igather.c struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 294 ompi/mca/coll/libnbc/nbc_igather.c comm, request, module, true); comm 34 ompi/mca/coll/libnbc/nbc_igatherv.c int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 42 ompi/mca/coll/libnbc/nbc_igatherv.c rank = ompi_comm_rank (comm); comm 46 ompi/mca/coll/libnbc/nbc_igatherv.c p = ompi_comm_size (comm); comm 99 ompi/mca/coll/libnbc/nbc_igatherv.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 110 ompi/mca/coll/libnbc/nbc_igatherv.c int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 113 ompi/mca/coll/libnbc/nbc_igatherv.c comm, request, module, false); comm 130 ompi/mca/coll/libnbc/nbc_igatherv.c int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 138 ompi/mca/coll/libnbc/nbc_igatherv.c rsize = ompi_comm_remote_size (comm); comm 179 ompi/mca/coll/libnbc/nbc_igatherv.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 190 ompi/mca/coll/libnbc/nbc_igatherv.c int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 193 ompi/mca/coll/libnbc/nbc_igatherv.c comm, request, module, false); comm 210 ompi/mca/coll/libnbc/nbc_igatherv.c int root, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 213 ompi/mca/coll/libnbc/nbc_igatherv.c comm, request, module, true); comm 223 ompi/mca/coll/libnbc/nbc_igatherv.c int root, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 226 ompi/mca/coll/libnbc/nbc_igatherv.c comm, request, module, true); comm 48 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm, comm 81 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c res = NBC_Comm_neighbors (comm, &srcs, &indegree, &dsts, &outdegree); comm 157 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 167 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm, comm 170 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c comm, request, module, false); comm 186 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm, comm 189 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c comm, request, module, true); comm 49 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 81 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c res = NBC_Comm_neighbors(comm, &srcs, &indegree, &dsts, &outdegree); comm 158 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 169 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 172 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c comm, request, module, false); comm 188 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 191 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c comm, request, module, true); comm 45 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm, comm 84 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c res = NBC_Comm_neighbors(comm, &srcs, &indegree, &dsts, &outdegree); comm 161 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 171 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm, comm 174 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c comm, request, module, false); comm 189 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c int rcount, MPI_Datatype rtype, struct ompi_communicator_t *comm, MPI_Info info, comm 192 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c comm, request, module, true); comm 49 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 87 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c res = NBC_Comm_neighbors (comm, &srcs, &indegree, &dsts, &outdegree); comm 165 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 176 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 179 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c comm, request, module, false); comm 195 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 198 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c comm, request, module, true); comm 48 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 73 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c res = NBC_Comm_neighbors (comm, &srcs, &indegree, &dsts, &outdegree); comm 150 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 161 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 164 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c comm, request, module, false); comm 180 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 183 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c comm, request, module, true); comm 266 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Schedule_request(NBC_Schedule *schedule, ompi_communicator_t *comm, comm 502 ompi/mca/coll/libnbc/nbc_internal.h static inline int NBC_Copy(const void *src, int srccount, MPI_Datatype srctype, void *tgt, int tgtcount, MPI_Datatype tgttype, MPI_Comm comm) { comm 514 ompi/mca/coll/libnbc/nbc_internal.h static inline int NBC_Unpack(void *src, int srccount, MPI_Datatype srctype, void *tgt, MPI_Comm comm) { comm 580 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Comm_neighbors_count (ompi_communicator_t *comm, int *indegree, int *outdegree); comm 581 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Comm_neighbors (ompi_communicator_t *comm, int **sources, int *source_count, int **destinations, int *dest_count); comm 39 ompi/mca/coll/libnbc/nbc_ireduce.c NBC_Schedule *schedule, void *tmp_buf, struct ompi_communicator_t *comm); comm 63 ompi/mca/coll/libnbc/nbc_ireduce.c MPI_Op op, int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 78 ompi/mca/coll/libnbc/nbc_ireduce.c rank = ompi_comm_rank (comm); comm 79 ompi/mca/coll/libnbc/nbc_ireduce.c p = ompi_comm_size (comm); comm 96 ompi/mca/coll/libnbc/nbc_ireduce.c res = NBC_Copy (sendbuf, count, datatype, recvbuf, count, datatype, comm); comm 181 ompi/mca/coll/libnbc/nbc_ireduce.c res = red_sched_redscat_gather(rank, p, root, sendbuf, redbuf, tmpredbuf, count, datatype, op, inplace, schedule, tmpbuf, comm); comm 230 ompi/mca/coll/libnbc/nbc_ireduce.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf); comm 241 ompi/mca/coll/libnbc/nbc_ireduce.c MPI_Op op, int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 244 ompi/mca/coll/libnbc/nbc_ireduce.c comm, request, module, false); comm 259 ompi/mca/coll/libnbc/nbc_ireduce.c MPI_Op op, int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 267 ompi/mca/coll/libnbc/nbc_ireduce.c rank = ompi_comm_rank (comm); comm 268 ompi/mca/coll/libnbc/nbc_ireduce.c rsize = ompi_comm_remote_size (comm); comm 296 ompi/mca/coll/libnbc/nbc_ireduce.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf); comm 307 ompi/mca/coll/libnbc/nbc_ireduce.c MPI_Op op, int root, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 310 ompi/mca/coll/libnbc/nbc_ireduce.c comm, request, module, false); comm 652 ompi/mca/coll/libnbc/nbc_ireduce.c NBC_Schedule *schedule, void *tmp_buf, struct ompi_communicator_t *comm) comm 658 ompi/mca/coll/libnbc/nbc_ireduce.c int nsteps = opal_hibit(comm_size, comm->c_cube_dim + 1); /* ilog2(comm_size) */ comm 941 ompi/mca/coll/libnbc/nbc_ireduce.c MPI_Op op, int root, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 944 ompi/mca/coll/libnbc/nbc_ireduce.c comm, request, module, true); comm 953 ompi/mca/coll/libnbc/nbc_ireduce.c MPI_Op op, int root, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 956 ompi/mca/coll/libnbc/nbc_ireduce.c comm, request, module, true); comm 46 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c MPI_Op op, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 59 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c rank = ompi_comm_rank (comm); comm 60 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c p = ompi_comm_size (comm); comm 76 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c res = NBC_Copy(sendbuf, recvcounts[0], datatype, recvbuf, recvcounts[0], datatype, comm); comm 202 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf); comm 213 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c MPI_Op op, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 216 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c comm, request, module, false); comm 230 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c MPI_Op op, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 239 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c rank = ompi_comm_rank (comm); comm 240 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c lsize = ompi_comm_size(comm); comm 241 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c rsize = ompi_comm_remote_size (comm); comm 344 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf); comm 355 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c MPI_Op op, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 358 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c comm, request, module, false); comm 373 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c MPI_Op op, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 376 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c comm, request, module, true); comm 385 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c MPI_Op op, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 388 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c comm, request, module, true); comm 44 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c MPI_Op op, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 56 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c rank = ompi_comm_rank (comm); comm 57 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c p = ompi_comm_size (comm); comm 200 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf); comm 211 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c MPI_Op op, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 214 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c comm, request, module, false); comm 229 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c struct ompi_op_t *op, struct ompi_communicator_t *comm, ompi_request_t **request, comm 238 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c rank = ompi_comm_rank (comm); comm 239 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c lsize = ompi_comm_size (comm); comm 240 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c rsize = ompi_comm_remote_size (comm); comm 339 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf); comm 350 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c MPI_Op op, struct ompi_communicator_t *comm, ompi_request_t ** request, comm 353 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c comm, request, module, false); comm 368 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c MPI_Op op, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 371 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c comm, request, module, true); comm 380 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c MPI_Op op, struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 383 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c comm, request, module, true); comm 55 ompi/mca/coll/libnbc/nbc_iscan.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 67 ompi/mca/coll/libnbc/nbc_iscan.c rank = ompi_comm_rank (comm); comm 68 ompi/mca/coll/libnbc/nbc_iscan.c p = ompi_comm_size (comm); comm 159 ompi/mca/coll/libnbc/nbc_iscan.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, tmpbuf); comm 316 ompi/mca/coll/libnbc/nbc_iscan.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 319 ompi/mca/coll/libnbc/nbc_iscan.c comm, request, module, false); comm 334 ompi/mca/coll/libnbc/nbc_iscan.c struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 337 ompi/mca/coll/libnbc/nbc_iscan.c comm, request, module, true); comm 50 ompi/mca/coll/libnbc/nbc_iscatter.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 59 ompi/mca/coll/libnbc/nbc_iscatter.c rank = ompi_comm_rank (comm); comm 63 ompi/mca/coll/libnbc/nbc_iscatter.c p = ompi_comm_size (comm); comm 162 ompi/mca/coll/libnbc/nbc_iscatter.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 173 ompi/mca/coll/libnbc/nbc_iscatter.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 176 ompi/mca/coll/libnbc/nbc_iscatter.c comm, request, module, false); comm 192 ompi/mca/coll/libnbc/nbc_iscatter.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 200 ompi/mca/coll/libnbc/nbc_iscatter.c rsize = ompi_comm_remote_size (comm); comm 241 ompi/mca/coll/libnbc/nbc_iscatter.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 252 ompi/mca/coll/libnbc/nbc_iscatter.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 255 ompi/mca/coll/libnbc/nbc_iscatter.c comm, request, module, false); comm 271 ompi/mca/coll/libnbc/nbc_iscatter.c struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 274 ompi/mca/coll/libnbc/nbc_iscatter.c comm, request, module, true); comm 284 ompi/mca/coll/libnbc/nbc_iscatter.c struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 287 ompi/mca/coll/libnbc/nbc_iscatter.c comm, request, module, true); comm 33 ompi/mca/coll/libnbc/nbc_iscatterv.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 41 ompi/mca/coll/libnbc/nbc_iscatterv.c rank = ompi_comm_rank (comm); comm 46 ompi/mca/coll/libnbc/nbc_iscatterv.c p = ompi_comm_size (comm); comm 97 ompi/mca/coll/libnbc/nbc_iscatterv.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 108 ompi/mca/coll/libnbc/nbc_iscatterv.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 111 ompi/mca/coll/libnbc/nbc_iscatterv.c comm, request, module, false); comm 127 ompi/mca/coll/libnbc/nbc_iscatterv.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 135 ompi/mca/coll/libnbc/nbc_iscatterv.c rsize = ompi_comm_remote_size (comm); comm 175 ompi/mca/coll/libnbc/nbc_iscatterv.c res = NBC_Schedule_request(schedule, comm, libnbc_module, persistent, request, NULL); comm 186 ompi/mca/coll/libnbc/nbc_iscatterv.c struct ompi_communicator_t *comm, ompi_request_t ** request, comm 189 ompi/mca/coll/libnbc/nbc_iscatterv.c comm, request, module, false); comm 205 ompi/mca/coll/libnbc/nbc_iscatterv.c struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 208 ompi/mca/coll/libnbc/nbc_iscatterv.c comm, request, module, true); comm 218 ompi/mca/coll/libnbc/nbc_iscatterv.c struct ompi_communicator_t *comm, MPI_Info info, ompi_request_t ** request, comm 221 ompi/mca/coll/libnbc/nbc_iscatterv.c comm, request, module, true); comm 18 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c int NBC_Comm_neighbors_count (ompi_communicator_t *comm, int *indegree, int *outdegree) { comm 19 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c if (OMPI_COMM_IS_CART(comm)) { comm 22 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c *outdegree = *indegree = 2 * comm->c_topo->mtc.cart->ndims; comm 23 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c } else if (OMPI_COMM_IS_GRAPH(comm)) { comm 27 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c rank = ompi_comm_rank (comm); comm 28 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c mca_topo_base_graph_neighbors_count (comm, rank, &nneighbors); comm 31 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c } else if (OMPI_COMM_IS_DIST_GRAPH(comm)) { comm 33 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c *indegree = comm->c_topo->mtc.dist_graph->indegree; comm 34 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c *outdegree = comm->c_topo->mtc.dist_graph->outdegree; comm 42 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c int NBC_Comm_neighbors (ompi_communicator_t *comm, int **sources, int *source_count, int **destinations, int *dest_count) { comm 47 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c res = NBC_Comm_neighbors_count(comm, &indeg, &outdeg); comm 80 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c if (OMPI_COMM_IS_CART(comm)) { comm 87 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c for (int dim = 0, i = 0 ; dim < comm->c_topo->mtc.cart->ndims ; ++dim) { comm 88 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c mca_topo_base_cart_shift (comm, dim, 1, &rpeer, &speer); comm 92 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c } else if (OMPI_COMM_IS_GRAPH(comm)) { comm 94 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c mca_topo_base_graph_neighbors (comm, ompi_comm_rank (comm), indeg, sources[0]); comm 96 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c } else if (OMPI_COMM_IS_DIST_GRAPH(comm)) { comm 98 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c mca_topo_base_dist_graph_neighbors (comm, indeg, sources[0], MPI_UNWEIGHTED, outdeg, destinations[0], comm 53 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 61 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 67 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 74 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 83 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 92 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 95 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_barrier(struct ompi_communicator_t *comm, comm 101 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 107 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 113 ompi/mca/coll/monitoring/coll_monitoring.h int root, struct ompi_communicator_t *comm, comm 121 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 128 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 135 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 142 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 148 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 156 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 164 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 172 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 181 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 188 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 196 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 206 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 216 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 220 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ibarrier(struct ompi_communicator_t *comm, comm 227 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 234 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 241 ompi/mca/coll/monitoring/coll_monitoring.h int root, struct ompi_communicator_t *comm, comm 250 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 258 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 266 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 274 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 281 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 290 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 299 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 307 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 314 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 321 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 330 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 339 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 345 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 354 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 361 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 371 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 381 ompi/mca/coll/monitoring/coll_monitoring.h struct ompi_communicator_t *comm, comm 20 ompi/mca/coll/monitoring/coll_monitoring_allgather.c struct ompi_communicator_t *comm, comm 25 ompi/mca/coll/monitoring/coll_monitoring_allgather.c const int comm_size = ompi_comm_size(comm); comm 26 ompi/mca/coll/monitoring/coll_monitoring_allgather.c const int my_rank = ompi_comm_rank(comm); comm 37 ompi/mca/coll/monitoring/coll_monitoring_allgather.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 41 ompi/mca/coll/monitoring/coll_monitoring_allgather.c return monitoring_module->real.coll_allgather(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, monitoring_module->real.coll_allgather_module); comm 48 ompi/mca/coll/monitoring/coll_monitoring_allgather.c struct ompi_communicator_t *comm, comm 54 ompi/mca/coll/monitoring/coll_monitoring_allgather.c const int comm_size = ompi_comm_size(comm); comm 55 ompi/mca/coll/monitoring/coll_monitoring_allgather.c const int my_rank = ompi_comm_rank(comm); comm 66 ompi/mca/coll/monitoring/coll_monitoring_allgather.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 70 ompi/mca/coll/monitoring/coll_monitoring_allgather.c return monitoring_module->real.coll_iallgather(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, request, monitoring_module->real.coll_iallgather_module); comm 20 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c struct ompi_communicator_t *comm, comm 25 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c const int comm_size = ompi_comm_size(comm); comm 26 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c const int my_rank = ompi_comm_rank(comm); comm 37 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 41 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c return monitoring_module->real.coll_allgatherv(sbuf, scount, sdtype, rbuf, rcounts, disps, rdtype, comm, monitoring_module->real.coll_allgatherv_module); comm 48 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c struct ompi_communicator_t *comm, comm 54 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c const int comm_size = ompi_comm_size(comm); comm 55 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c const int my_rank = ompi_comm_rank(comm); comm 66 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 70 ompi/mca/coll/monitoring/coll_monitoring_allgatherv.c return monitoring_module->real.coll_iallgatherv(sbuf, scount, sdtype, rbuf, rcounts, disps, rdtype, comm, request, monitoring_module->real.coll_iallgatherv_module); comm 20 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c struct ompi_communicator_t *comm, comm 25 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c const int comm_size = ompi_comm_size(comm); comm 26 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c const int my_rank = ompi_comm_rank(comm); comm 37 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 41 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c return monitoring_module->real.coll_allreduce(sbuf, rbuf, count, dtype, op, comm, monitoring_module->real.coll_allreduce_module); comm 47 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c struct ompi_communicator_t *comm, comm 53 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c const int comm_size = ompi_comm_size(comm); comm 54 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c const int my_rank = ompi_comm_rank(comm); comm 65 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 69 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c return monitoring_module->real.coll_iallreduce(sbuf, rbuf, count, dtype, op, comm, request, monitoring_module->real.coll_iallreduce_module); comm 18 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c struct ompi_communicator_t *comm, comm 23 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c const int comm_size = ompi_comm_size(comm); comm 24 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c const int my_rank = ompi_comm_rank(comm); comm 35 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 39 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c return monitoring_module->real.coll_alltoall(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, monitoring_module->real.coll_alltoall_module); comm 46 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c struct ompi_communicator_t *comm, comm 52 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c const int comm_size = ompi_comm_size(comm); comm 53 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c const int my_rank = ompi_comm_rank(comm); comm 64 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 68 ompi/mca/coll/monitoring/coll_monitoring_alltoall.c return monitoring_module->real.coll_ialltoall(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, request, monitoring_module->real.coll_ialltoall_module); comm 20 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c struct ompi_communicator_t *comm, comm 25 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c const int comm_size = ompi_comm_size(comm); comm 26 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c const int my_rank = ompi_comm_rank(comm); comm 36 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 42 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c return monitoring_module->real.coll_alltoallv(sbuf, scounts, sdisps, sdtype, rbuf, rcounts, rdisps, rdtype, comm, monitoring_module->real.coll_alltoallv_module); comm 51 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c struct ompi_communicator_t *comm, comm 57 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c const int comm_size = ompi_comm_size(comm); comm 58 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c const int my_rank = ompi_comm_rank(comm); comm 68 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 74 ompi/mca/coll/monitoring/coll_monitoring_alltoallv.c return monitoring_module->real.coll_ialltoallv(sbuf, scounts, sdisps, sdtype, rbuf, rcounts, rdisps, rdtype, comm, request, monitoring_module->real.coll_ialltoallv_module); comm 22 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c struct ompi_communicator_t *comm, comm 27 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c const int comm_size = ompi_comm_size(comm); comm 28 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c const int my_rank = ompi_comm_rank(comm); comm 38 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 44 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c return monitoring_module->real.coll_alltoallw(sbuf, scounts, sdisps, sdtypes, rbuf, rcounts, rdisps, rdtypes, comm, monitoring_module->real.coll_alltoallw_module); comm 53 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c struct ompi_communicator_t *comm, comm 59 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c const int comm_size = ompi_comm_size(comm); comm 60 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c const int my_rank = ompi_comm_rank(comm); comm 70 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 76 ompi/mca/coll/monitoring/coll_monitoring_alltoallw.c return monitoring_module->real.coll_ialltoallw(sbuf, scounts, sdisps, sdtypes, rbuf, rcounts, rdisps, rdtypes, comm, request, monitoring_module->real.coll_ialltoallw_module); comm 15 ompi/mca/coll/monitoring/coll_monitoring_barrier.c int mca_coll_monitoring_barrier(struct ompi_communicator_t *comm, comm 20 ompi/mca/coll/monitoring/coll_monitoring_barrier.c const int comm_size = ompi_comm_size(comm); comm 21 ompi/mca/coll/monitoring/coll_monitoring_barrier.c const int my_rank = ompi_comm_rank(comm); comm 28 ompi/mca/coll/monitoring/coll_monitoring_barrier.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 33 ompi/mca/coll/monitoring/coll_monitoring_barrier.c return monitoring_module->real.coll_barrier(comm, monitoring_module->real.coll_barrier_module); comm 36 ompi/mca/coll/monitoring/coll_monitoring_barrier.c int mca_coll_monitoring_ibarrier(struct ompi_communicator_t *comm, comm 42 ompi/mca/coll/monitoring/coll_monitoring_barrier.c const int comm_size = ompi_comm_size(comm); comm 43 ompi/mca/coll/monitoring/coll_monitoring_barrier.c const int my_rank = ompi_comm_rank(comm); comm 50 ompi/mca/coll/monitoring/coll_monitoring_barrier.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 55 ompi/mca/coll/monitoring/coll_monitoring_barrier.c return monitoring_module->real.coll_ibarrier(comm, request, monitoring_module->real.coll_ibarrier_module); comm 21 ompi/mca/coll/monitoring/coll_monitoring_bcast.c struct ompi_communicator_t *comm, comm 26 ompi/mca/coll/monitoring/coll_monitoring_bcast.c const int comm_size = ompi_comm_size(comm); comm 29 ompi/mca/coll/monitoring/coll_monitoring_bcast.c if( root == ompi_comm_rank(comm) ) { comm 38 ompi/mca/coll/monitoring/coll_monitoring_bcast.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 43 ompi/mca/coll/monitoring/coll_monitoring_bcast.c return monitoring_module->real.coll_bcast(buff, count, datatype, root, comm, monitoring_module->real.coll_bcast_module); comm 49 ompi/mca/coll/monitoring/coll_monitoring_bcast.c struct ompi_communicator_t *comm, comm 55 ompi/mca/coll/monitoring/coll_monitoring_bcast.c const int comm_size = ompi_comm_size(comm); comm 58 ompi/mca/coll/monitoring/coll_monitoring_bcast.c if( root == ompi_comm_rank(comm) ) { comm 67 ompi/mca/coll/monitoring/coll_monitoring_bcast.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 72 ompi/mca/coll/monitoring/coll_monitoring_bcast.c return monitoring_module->real.coll_ibcast(buff, count, datatype, root, comm, request, monitoring_module->real.coll_ibcast_module); comm 120 ompi/mca/coll/monitoring/coll_monitoring_component.c mca_coll_monitoring_module_enable(mca_coll_base_module_t*module, struct ompi_communicator_t*comm) comm 124 ompi/mca/coll/monitoring/coll_monitoring_component.c MONITORING_SAVE_FULL_PREV_COLL_API(monitoring_module, comm); comm 125 ompi/mca/coll/monitoring/coll_monitoring_component.c monitoring_module->data = mca_common_monitoring_coll_new(comm); comm 132 ompi/mca/coll/monitoring/coll_monitoring_component.c mca_coll_monitoring_module_disable(mca_coll_base_module_t*module, struct ompi_communicator_t*comm) comm 136 ompi/mca/coll/monitoring/coll_monitoring_component.c MONITORING_RELEASE_FULL_PREV_COLL_API(monitoring_module, comm); comm 158 ompi/mca/coll/monitoring/coll_monitoring_component.c mca_coll_monitoring_component_query(struct ompi_communicator_t*comm, int*priority) comm 20 ompi/mca/coll/monitoring/coll_monitoring_exscan.c struct ompi_communicator_t *comm, comm 25 ompi/mca/coll/monitoring/coll_monitoring_exscan.c const int comm_size = ompi_comm_size(comm); comm 26 ompi/mca/coll/monitoring/coll_monitoring_exscan.c const int my_rank = ompi_comm_rank(comm); comm 36 ompi/mca/coll/monitoring/coll_monitoring_exscan.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 40 ompi/mca/coll/monitoring/coll_monitoring_exscan.c return monitoring_module->real.coll_exscan(sbuf, rbuf, count, dtype, op, comm, monitoring_module->real.coll_exscan_module); comm 46 ompi/mca/coll/monitoring/coll_monitoring_exscan.c struct ompi_communicator_t *comm, comm 52 ompi/mca/coll/monitoring/coll_monitoring_exscan.c const int comm_size = ompi_comm_size(comm); comm 53 ompi/mca/coll/monitoring/coll_monitoring_exscan.c const int my_rank = ompi_comm_rank(comm); comm 63 ompi/mca/coll/monitoring/coll_monitoring_exscan.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 67 ompi/mca/coll/monitoring/coll_monitoring_exscan.c return monitoring_module->real.coll_iexscan(sbuf, rbuf, count, dtype, op, comm, request, monitoring_module->real.coll_iexscan_module); comm 19 ompi/mca/coll/monitoring/coll_monitoring_gather.c int root, struct ompi_communicator_t *comm, comm 23 ompi/mca/coll/monitoring/coll_monitoring_gather.c if( root == ompi_comm_rank(comm) ) { comm 26 ompi/mca/coll/monitoring/coll_monitoring_gather.c const int comm_size = ompi_comm_size(comm); comm 35 ompi/mca/coll/monitoring/coll_monitoring_gather.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 41 ompi/mca/coll/monitoring/coll_monitoring_gather.c return monitoring_module->real.coll_gather(sbuf, scount, sdtype, rbuf, rcount, rdtype, root, comm, monitoring_module->real.coll_gather_module); comm 47 ompi/mca/coll/monitoring/coll_monitoring_gather.c int root, struct ompi_communicator_t *comm, comm 52 ompi/mca/coll/monitoring/coll_monitoring_gather.c if( root == ompi_comm_rank(comm) ) { comm 55 ompi/mca/coll/monitoring/coll_monitoring_gather.c const int comm_size = ompi_comm_size(comm); comm 64 ompi/mca/coll/monitoring/coll_monitoring_gather.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 70 ompi/mca/coll/monitoring/coll_monitoring_gather.c return monitoring_module->real.coll_igather(sbuf, scount, sdtype, rbuf, rcount, rdtype, root, comm, request, monitoring_module->real.coll_igather_module); comm 21 ompi/mca/coll/monitoring/coll_monitoring_gatherv.c struct ompi_communicator_t *comm, comm 25 ompi/mca/coll/monitoring/coll_monitoring_gatherv.c if( root == ompi_comm_rank(comm) ) { comm 28 ompi/mca/coll/monitoring/coll_monitoring_gatherv.c const int comm_size = ompi_comm_size(comm); comm 37 ompi/mca/coll/monitoring/coll_monitoring_gatherv.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 44 ompi/mca/coll/monitoring/coll_monitoring_gatherv.c return monitoring_module->real.coll_gatherv(sbuf, scount, sdtype, rbuf, rcounts, disps, rdtype, root, comm, monitoring_module->real.coll_gatherv_module); comm 52 ompi/mca/coll/monitoring/coll_monitoring_gatherv.c struct ompi_communicator_t *comm, comm 57 ompi/mca/coll/monitoring/coll_monitoring_gatherv.c if( root == ompi_comm_rank(comm) ) { comm 60 ompi/mca/coll/monitoring/coll_monitoring_gatherv.c const int comm_size = ompi_comm_size(comm); comm 69 ompi/mca/coll/monitoring/coll_monitoring_gatherv.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 76 ompi/mca/coll/monitoring/coll_monitoring_gatherv.c return monitoring_module->real.coll_igatherv(sbuf, scount, sdtype, rbuf, rcounts, disps, rdtype, root, comm, request, monitoring_module->real.coll_igatherv_module); comm 20 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c struct ompi_communicator_t *comm, comm 25 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c const mca_topo_base_comm_cart_t *cart = comm->c_topo->mtc.cart; comm 35 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c mca_topo_base_cart_shift (comm, dim, 1, &srank, &drank); comm 46 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(srank, comm->c_remote_group, &world_rank) ) { comm 57 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(drank, comm->c_remote_group, &world_rank) ) { comm 66 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c return monitoring_module->real.coll_neighbor_allgather(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, monitoring_module->real.coll_neighbor_allgather_module); comm 72 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c struct ompi_communicator_t *comm, comm 78 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c const mca_topo_base_comm_cart_t *cart = comm->c_topo->mtc.cart; comm 88 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c mca_topo_base_cart_shift (comm, dim, 1, &srank, &drank); comm 99 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(srank, comm->c_remote_group, &world_rank) ) { comm 110 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(drank, comm->c_remote_group, &world_rank) ) { comm 119 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgather.c return monitoring_module->real.coll_ineighbor_allgather(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, request, monitoring_module->real.coll_ineighbor_allgather_module); comm 23 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c struct ompi_communicator_t *comm, comm 28 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 38 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c mca_topo_base_cart_shift (comm, dim, 1, &srank, &drank); comm 49 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(srank, comm->c_remote_group, &world_rank) ) { comm 60 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(drank, comm->c_remote_group, &world_rank) ) { comm 69 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c return monitoring_module->real.coll_neighbor_allgatherv(sbuf, scount, sdtype, rbuf, rcounts, disps, rdtype, comm, monitoring_module->real.coll_neighbor_allgatherv_module); comm 76 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c struct ompi_communicator_t *comm, comm 82 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 92 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c mca_topo_base_cart_shift (comm, dim, 1, &srank, &drank); comm 103 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(srank, comm->c_remote_group, &world_rank) ) { comm 114 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(drank, comm->c_remote_group, &world_rank) ) { comm 123 ompi/mca/coll/monitoring/coll_monitoring_neighbor_allgatherv.c return monitoring_module->real.coll_ineighbor_allgatherv(sbuf, scount, sdtype, rbuf, rcounts, disps, rdtype, comm, request, monitoring_module->real.coll_ineighbor_allgatherv_module); comm 21 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c struct ompi_communicator_t *comm, comm 26 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c const mca_topo_base_comm_cart_t *cart = comm->c_topo->mtc.cart; comm 36 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c mca_topo_base_cart_shift (comm, dim, 1, &srank, &drank); comm 47 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(srank, comm->c_remote_group, &world_rank) ) { comm 58 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(drank, comm->c_remote_group, &world_rank) ) { comm 67 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c return monitoring_module->real.coll_neighbor_alltoall(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, monitoring_module->real.coll_neighbor_alltoall_module); comm 74 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c struct ompi_communicator_t *comm, comm 80 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c const mca_topo_base_comm_cart_t *cart = comm->c_topo->mtc.cart; comm 90 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c mca_topo_base_cart_shift (comm, dim, 1, &srank, &drank); comm 101 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(srank, comm->c_remote_group, &world_rank) ) { comm 112 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(drank, comm->c_remote_group, &world_rank) ) { comm 121 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoall.c return monitoring_module->real.coll_ineighbor_alltoall(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, request, monitoring_module->real.coll_ineighbor_alltoall_module); comm 21 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c struct ompi_communicator_t *comm, comm 26 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c const mca_topo_base_comm_cart_t *cart = comm->c_topo->mtc.cart; comm 35 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c mca_topo_base_cart_shift (comm, dim, 1, &srank, &drank); comm 47 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(srank, comm->c_remote_group, &world_rank) ) { comm 60 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(drank, comm->c_remote_group, &world_rank) ) { comm 70 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c return monitoring_module->real.coll_neighbor_alltoallv(sbuf, scounts, sdisps, sdtype, rbuf, rcounts, rdisps, rdtype, comm, monitoring_module->real.coll_neighbor_alltoallv_module); comm 79 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c struct ompi_communicator_t *comm, comm 85 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c const mca_topo_base_comm_cart_t *cart = comm->c_topo->mtc.cart; comm 94 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c mca_topo_base_cart_shift (comm, dim, 1, &srank, &drank); comm 106 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(srank, comm->c_remote_group, &world_rank) ) { comm 119 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(drank, comm->c_remote_group, &world_rank) ) { comm 129 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallv.c return monitoring_module->real.coll_ineighbor_alltoallv(sbuf, scounts, sdisps, sdtype, rbuf, rcounts, rdisps, rdtype, comm, request, monitoring_module->real.coll_ineighbor_alltoallv_module); comm 23 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c struct ompi_communicator_t *comm, comm 28 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c const mca_topo_base_comm_cart_t *cart = comm->c_topo->mtc.cart; comm 35 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c mca_topo_base_cart_shift (comm, dim, 1, &srank, &drank); comm 48 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(srank, comm->c_remote_group, &world_rank) ) { comm 62 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(drank, comm->c_remote_group, &world_rank) ) { comm 72 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c return monitoring_module->real.coll_neighbor_alltoallw(sbuf, scounts, sdisps, sdtypes, rbuf, rcounts, rdisps, rdtypes, comm, monitoring_module->real.coll_neighbor_alltoallw_module); comm 81 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c struct ompi_communicator_t *comm, comm 87 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c const mca_topo_base_comm_cart_t *cart = comm->c_topo->mtc.cart; comm 94 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c mca_topo_base_cart_shift (comm, dim, 1, &srank, &drank); comm 107 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(srank, comm->c_remote_group, &world_rank) ) { comm 121 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(drank, comm->c_remote_group, &world_rank) ) { comm 131 ompi/mca/coll/monitoring/coll_monitoring_neighbor_alltoallw.c return monitoring_module->real.coll_ineighbor_alltoallw(sbuf, scounts, sdisps, sdtypes, rbuf, rcounts, rdisps, rdtypes, comm, request, monitoring_module->real.coll_ineighbor_alltoallw_module); comm 21 ompi/mca/coll/monitoring/coll_monitoring_reduce.c struct ompi_communicator_t *comm, comm 25 ompi/mca/coll/monitoring/coll_monitoring_reduce.c if( root == ompi_comm_rank(comm) ) { comm 28 ompi/mca/coll/monitoring/coll_monitoring_reduce.c const int comm_size = ompi_comm_size(comm); comm 37 ompi/mca/coll/monitoring/coll_monitoring_reduce.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 43 ompi/mca/coll/monitoring/coll_monitoring_reduce.c return monitoring_module->real.coll_reduce(sbuf, rbuf, count, dtype, op, root, comm, monitoring_module->real.coll_reduce_module); comm 50 ompi/mca/coll/monitoring/coll_monitoring_reduce.c struct ompi_communicator_t *comm, comm 55 ompi/mca/coll/monitoring/coll_monitoring_reduce.c if( root == ompi_comm_rank(comm) ) { comm 58 ompi/mca/coll/monitoring/coll_monitoring_reduce.c const int comm_size = ompi_comm_size(comm); comm 67 ompi/mca/coll/monitoring/coll_monitoring_reduce.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 73 ompi/mca/coll/monitoring/coll_monitoring_reduce.c return monitoring_module->real.coll_ireduce(sbuf, rbuf, count, dtype, op, root, comm, request, monitoring_module->real.coll_ireduce_module); comm 21 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter.c struct ompi_communicator_t *comm, comm 26 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter.c const int comm_size = ompi_comm_size(comm); comm 27 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter.c const int my_rank = ompi_comm_rank(comm); comm 37 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 43 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter.c return monitoring_module->real.coll_reduce_scatter(sbuf, rbuf, rcounts, dtype, op, comm, monitoring_module->real.coll_reduce_scatter_module); comm 50 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter.c struct ompi_communicator_t *comm, comm 56 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter.c const int comm_size = ompi_comm_size(comm); comm 57 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter.c const int my_rank = ompi_comm_rank(comm); comm 67 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 73 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter.c return monitoring_module->real.coll_ireduce_scatter(sbuf, rbuf, rcounts, dtype, op, comm, request, monitoring_module->real.coll_ireduce_scatter_module); comm 21 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter_block.c struct ompi_communicator_t *comm, comm 26 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter_block.c const int comm_size = ompi_comm_size(comm); comm 27 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter_block.c const int my_rank = ompi_comm_rank(comm); comm 37 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter_block.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 42 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter_block.c return monitoring_module->real.coll_reduce_scatter_block(sbuf, rbuf, rcount, dtype, op, comm, monitoring_module->real.coll_reduce_scatter_block_module); comm 49 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter_block.c struct ompi_communicator_t *comm, comm 55 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter_block.c const int comm_size = ompi_comm_size(comm); comm 56 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter_block.c const int my_rank = ompi_comm_rank(comm); comm 66 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter_block.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 71 ompi/mca/coll/monitoring/coll_monitoring_reduce_scatter_block.c return monitoring_module->real.coll_ireduce_scatter_block(sbuf, rbuf, rcount, dtype, op, comm, request, monitoring_module->real.coll_ireduce_scatter_block_module); comm 20 ompi/mca/coll/monitoring/coll_monitoring_scan.c struct ompi_communicator_t *comm, comm 25 ompi/mca/coll/monitoring/coll_monitoring_scan.c const int comm_size = ompi_comm_size(comm); comm 26 ompi/mca/coll/monitoring/coll_monitoring_scan.c const int my_rank = ompi_comm_rank(comm); comm 36 ompi/mca/coll/monitoring/coll_monitoring_scan.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 40 ompi/mca/coll/monitoring/coll_monitoring_scan.c return monitoring_module->real.coll_scan(sbuf, rbuf, count, dtype, op, comm, monitoring_module->real.coll_scan_module); comm 46 ompi/mca/coll/monitoring/coll_monitoring_scan.c struct ompi_communicator_t *comm, comm 52 ompi/mca/coll/monitoring/coll_monitoring_scan.c const int comm_size = ompi_comm_size(comm); comm 53 ompi/mca/coll/monitoring/coll_monitoring_scan.c const int my_rank = ompi_comm_rank(comm); comm 63 ompi/mca/coll/monitoring/coll_monitoring_scan.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 67 ompi/mca/coll/monitoring/coll_monitoring_scan.c return monitoring_module->real.coll_iscan(sbuf, rbuf, count, dtype, op, comm, request, monitoring_module->real.coll_iscan_module); comm 21 ompi/mca/coll/monitoring/coll_monitoring_scatter.c struct ompi_communicator_t *comm, comm 25 ompi/mca/coll/monitoring/coll_monitoring_scatter.c const int my_rank = ompi_comm_rank(comm); comm 28 ompi/mca/coll/monitoring/coll_monitoring_scatter.c const int comm_size = ompi_comm_size(comm); comm 38 ompi/mca/coll/monitoring/coll_monitoring_scatter.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 44 ompi/mca/coll/monitoring/coll_monitoring_scatter.c return monitoring_module->real.coll_scatter(sbuf, scount, sdtype, rbuf, rcount, rdtype, root, comm, monitoring_module->real.coll_scatter_module); comm 53 ompi/mca/coll/monitoring/coll_monitoring_scatter.c struct ompi_communicator_t *comm, comm 58 ompi/mca/coll/monitoring/coll_monitoring_scatter.c const int my_rank = ompi_comm_rank(comm); comm 61 ompi/mca/coll/monitoring/coll_monitoring_scatter.c const int comm_size = ompi_comm_size(comm); comm 71 ompi/mca/coll/monitoring/coll_monitoring_scatter.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 77 ompi/mca/coll/monitoring/coll_monitoring_scatter.c return monitoring_module->real.coll_iscatter(sbuf, scount, sdtype, rbuf, rcount, rdtype, root, comm, request, monitoring_module->real.coll_iscatter_module); comm 19 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c int root, struct ompi_communicator_t *comm, comm 23 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c const int my_rank = ompi_comm_rank(comm); comm 26 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c const int comm_size = ompi_comm_size(comm); comm 35 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 42 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c return monitoring_module->real.coll_scatterv(sbuf, scounts, disps, sdtype, rbuf, rcount, rdtype, root, comm, monitoring_module->real.coll_scatterv_module); comm 48 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c int root, struct ompi_communicator_t *comm, comm 53 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c const int my_rank = ompi_comm_rank(comm); comm 56 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c const int comm_size = ompi_comm_size(comm); comm 65 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c if( OPAL_SUCCESS == mca_common_monitoring_get_world_rank(i, comm->c_remote_group, &rank) ) { comm 72 ompi/mca/coll/monitoring/coll_monitoring_scatterv.c return monitoring_module->real.coll_iscatterv(sbuf, scounts, disps, sdtype, rbuf, rcount, rdtype, root, comm, request, monitoring_module->real.coll_iscatterv_module); comm 183 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_barrier_intra(struct ompi_communicator_t *comm, comm 185 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_ibarrier_intra(struct ompi_communicator_t *comm, comm 192 ompi/mca/coll/portals4/coll_portals4.h struct ompi_communicator_t *comm,mca_coll_base_module_t *module); comm 195 ompi/mca/coll/portals4/coll_portals4.h struct ompi_communicator_t *comm, comm 203 ompi/mca/coll/portals4/coll_portals4.h struct ompi_communicator_t *comm, comm 208 ompi/mca/coll/portals4/coll_portals4.h struct ompi_communicator_t *comm, comm 215 ompi/mca/coll/portals4/coll_portals4.h struct ompi_communicator_t *comm, comm 219 ompi/mca/coll/portals4/coll_portals4.h struct ompi_communicator_t *comm, comm 228 ompi/mca/coll/portals4/coll_portals4.h struct ompi_communicator_t *comm, comm 233 ompi/mca/coll/portals4/coll_portals4.h struct ompi_communicator_t *comm, comm 241 ompi/mca/coll/portals4/coll_portals4.h struct ompi_communicator_t *comm, comm 246 ompi/mca/coll/portals4/coll_portals4.h struct ompi_communicator_t *comm, comm 253 ompi/mca/coll/portals4/coll_portals4.h ompi_coll_portals4_get_peer(struct ompi_communicator_t *comm, int rank) comm 255 ompi/mca/coll/portals4/coll_portals4.h return ompi_mtl_portals4_get_peer(comm, rank); comm 37 ompi/mca/coll/portals4/coll_portals4_allreduce.c struct ompi_communicator_t *comm, comm 43 ompi/mca/coll/portals4/coll_portals4_allreduce.c int size = ompi_comm_size(comm); comm 44 ompi/mca/coll/portals4/coll_portals4_allreduce.c int rank = ompi_comm_rank(comm); comm 99 ompi/mca/coll/portals4/coll_portals4_allreduce.c COLL_PORTALS4_SET_BITS(match_bits_ack, ompi_comm_get_cid(comm), 1, 0, comm 102 ompi/mca/coll/portals4/coll_portals4_allreduce.c COLL_PORTALS4_SET_BITS(match_bits_rtr, ompi_comm_get_cid(comm), 0, 1, comm 105 ompi/mca/coll/portals4/coll_portals4_allreduce.c COLL_PORTALS4_SET_BITS(match_bits, ompi_comm_get_cid(comm), 0, 0, comm 186 ompi/mca/coll/portals4/coll_portals4_allreduce.c ompi_coll_portals4_get_peer(comm, child[i]), comm 204 ompi/mca/coll/portals4/coll_portals4_allreduce.c ompi_coll_portals4_get_peer(comm, parent), comm 213 ompi/mca/coll/portals4/coll_portals4_allreduce.c ompi_coll_portals4_get_peer(comm, parent), comm 266 ompi/mca/coll/portals4/coll_portals4_allreduce.c ompi_coll_portals4_get_peer(comm, child[i]), comm 283 ompi/mca/coll/portals4/coll_portals4_allreduce.c ompi_coll_portals4_get_peer(comm, rank), comm 301 ompi/mca/coll/portals4/coll_portals4_allreduce.c ompi_coll_portals4_get_peer(comm, rank), comm 319 ompi/mca/coll/portals4/coll_portals4_allreduce.c comm, module->previous_allreduce_module); comm 330 ompi/mca/coll/portals4/coll_portals4_allreduce.c comm, request->fallback_request, module->previous_iallreduce_module); comm 385 ompi/mca/coll/portals4/coll_portals4_allreduce.c struct ompi_communicator_t *comm, comm 391 ompi/mca/coll/portals4/coll_portals4_allreduce.c OMPI_COLL_PORTALS4_REQUEST_ALLOC(comm, request); comm 403 ompi/mca/coll/portals4/coll_portals4_allreduce.c dtype, op, comm, request, portals4_module); comm 414 ompi/mca/coll/portals4/coll_portals4_allreduce.c struct ompi_communicator_t *comm, comm 421 ompi/mca/coll/portals4/coll_portals4_allreduce.c OMPI_COLL_PORTALS4_REQUEST_ALLOC(comm, request); comm 433 ompi/mca/coll/portals4/coll_portals4_allreduce.c dtype, op, comm, request, portals4_module); comm 29 ompi/mca/coll/portals4/coll_portals4_barrier.c barrier_hypercube_top(struct ompi_communicator_t *comm, comm 35 ompi/mca/coll/portals4/coll_portals4_barrier.c int size = ompi_comm_size(comm); comm 36 ompi/mca/coll/portals4/coll_portals4_barrier.c int rank = ompi_comm_rank(comm); comm 58 ompi/mca/coll/portals4/coll_portals4_barrier.c COLL_PORTALS4_SET_BITS(match_bits_rtr, ompi_comm_get_cid(comm), comm 61 ompi/mca/coll/portals4/coll_portals4_barrier.c COLL_PORTALS4_SET_BITS(match_bits, ompi_comm_get_cid(comm), comm 65 ompi/mca/coll/portals4/coll_portals4_barrier.c dim = comm->c_cube_dim; comm 106 ompi/mca/coll/portals4/coll_portals4_barrier.c ompi_coll_portals4_get_peer(comm, parent), comm 133 ompi/mca/coll/portals4/coll_portals4_barrier.c ompi_coll_portals4_get_peer(comm, peer), comm 183 ompi/mca/coll/portals4/coll_portals4_barrier.c ompi_coll_portals4_get_peer(comm, rank), comm 232 ompi/mca/coll/portals4/coll_portals4_barrier.c ompi_coll_portals4_barrier_intra(struct ompi_communicator_t *comm, comm 240 ompi/mca/coll/portals4/coll_portals4_barrier.c OMPI_COLL_PORTALS4_REQUEST_ALLOC(comm, request); comm 250 ompi/mca/coll/portals4/coll_portals4_barrier.c ret = barrier_hypercube_top(comm, request, portals4_module); comm 272 ompi/mca/coll/portals4/coll_portals4_barrier.c ompi_coll_portals4_ibarrier_intra(struct ompi_communicator_t *comm, comm 281 ompi/mca/coll/portals4/coll_portals4_barrier.c OMPI_COLL_PORTALS4_REQUEST_ALLOC(comm, request); comm 292 ompi/mca/coll/portals4/coll_portals4_barrier.c ret = barrier_hypercube_top(comm, request, portals4_module); comm 33 ompi/mca/coll/portals4/coll_portals4_bcast.c static int prepare_bcast_data (struct ompi_communicator_t *comm, comm 37 ompi/mca/coll/portals4/coll_portals4_bcast.c int rank = ompi_comm_rank(comm); comm 143 ompi/mca/coll/portals4/coll_portals4_bcast.c struct ompi_communicator_t *comm, comm 152 ompi/mca/coll/portals4/coll_portals4_bcast.c int size = ompi_comm_size(comm); comm 153 ompi/mca/coll/portals4/coll_portals4_bcast.c int rank = ompi_comm_rank(comm); comm 203 ompi/mca/coll/portals4/coll_portals4_bcast.c COLL_PORTALS4_SET_BITS(match_bits_ack, ompi_comm_get_cid(comm), 1, 0, comm 206 ompi/mca/coll/portals4/coll_portals4_bcast.c COLL_PORTALS4_SET_BITS(match_bits_rtr, ompi_comm_get_cid(comm), 0, 1, comm 209 ompi/mca/coll/portals4/coll_portals4_bcast.c COLL_PORTALS4_SET_BITS(match_bits, ompi_comm_get_cid(comm), 0, 0, comm 267 ompi/mca/coll/portals4/coll_portals4_bcast.c ompi_coll_portals4_get_peer(comm, parent), comm 282 ompi/mca/coll/portals4/coll_portals4_bcast.c ompi_coll_portals4_get_peer(comm, parent), comm 389 ompi/mca/coll/portals4/coll_portals4_bcast.c ompi_coll_portals4_get_peer(comm, child[i]), comm 419 ompi/mca/coll/portals4/coll_portals4_bcast.c ompi_coll_portals4_get_peer(comm, rank), comm 466 ompi/mca/coll/portals4/coll_portals4_bcast.c ompi_coll_portals4_get_peer(comm, rank), comm 484 ompi/mca/coll/portals4/coll_portals4_bcast.c struct ompi_communicator_t *comm, comm 492 ompi/mca/coll/portals4/coll_portals4_bcast.c int size = ompi_comm_size(comm); comm 493 ompi/mca/coll/portals4/coll_portals4_bcast.c int rank = ompi_comm_rank(comm); comm 534 ompi/mca/coll/portals4/coll_portals4_bcast.c COLL_PORTALS4_SET_BITS(match_bits_ack, ompi_comm_get_cid(comm), 1, 0, comm 537 ompi/mca/coll/portals4/coll_portals4_bcast.c COLL_PORTALS4_SET_BITS(match_bits_rtr, ompi_comm_get_cid(comm), 0, 1, comm 540 ompi/mca/coll/portals4/coll_portals4_bcast.c COLL_PORTALS4_SET_BITS(match_bits, ompi_comm_get_cid(comm), 0, 0, comm 597 ompi/mca/coll/portals4/coll_portals4_bcast.c ompi_coll_portals4_get_peer(comm, parent), comm 613 ompi/mca/coll/portals4/coll_portals4_bcast.c ompi_coll_portals4_get_peer(comm, parent), comm 716 ompi/mca/coll/portals4/coll_portals4_bcast.c ompi_coll_portals4_get_peer(comm, child), comm 743 ompi/mca/coll/portals4/coll_portals4_bcast.c ompi_coll_portals4_get_peer(comm, rank), comm 791 ompi/mca/coll/portals4/coll_portals4_bcast.c ompi_coll_portals4_get_peer(comm, rank), comm 839 ompi/mca/coll/portals4/coll_portals4_bcast.c struct ompi_communicator_t *comm, comm 845 ompi/mca/coll/portals4/coll_portals4_bcast.c OMPI_COLL_PORTALS4_REQUEST_ALLOC(comm, request); comm 854 ompi/mca/coll/portals4/coll_portals4_bcast.c prepare_bcast_data(comm, buff, count, datatype, root, request); comm 859 ompi/mca/coll/portals4/coll_portals4_bcast.c comm, request, portals4_module); comm 864 ompi/mca/coll/portals4/coll_portals4_bcast.c comm, request, portals4_module); comm 883 ompi/mca/coll/portals4/coll_portals4_bcast.c struct ompi_communicator_t *comm, comm 891 ompi/mca/coll/portals4/coll_portals4_bcast.c OMPI_COLL_PORTALS4_REQUEST_ALLOC(comm, request); comm 901 ompi/mca/coll/portals4/coll_portals4_bcast.c prepare_bcast_data(comm, buff, count, datatype, root, request); comm 906 ompi/mca/coll/portals4/coll_portals4_bcast.c comm, request, portals4_module); comm 910 ompi/mca/coll/portals4/coll_portals4_bcast.c comm, request, portals4_module); comm 135 ompi/mca/coll/portals4/coll_portals4_component.c if (!comm->c_coll->coll_ ## __api || !comm->c_coll->coll_ ## __api ## _module) { \ comm 157 ompi/mca/coll/portals4/coll_portals4_component.c static mca_coll_base_module_t* portals4_comm_query(struct ompi_communicator_t *comm, comm 160 ompi/mca/coll/portals4/coll_portals4_component.c struct ompi_communicator_t *comm); comm 580 ompi/mca/coll/portals4/coll_portals4_component.c portals4_comm_query(struct ompi_communicator_t *comm, comm 589 ompi/mca/coll/portals4/coll_portals4_component.c if (OMPI_COMM_IS_INTER(comm) || ompi_comm_size(comm) < 2) { comm 653 ompi/mca/coll/portals4/coll_portals4_component.c struct ompi_communicator_t *comm) comm 657 ompi/mca/coll/portals4/coll_portals4_component.c PORTALS4_SAVE_PREV_COLL_API(portals4_module, comm, allreduce); comm 658 ompi/mca/coll/portals4/coll_portals4_component.c PORTALS4_SAVE_PREV_COLL_API(portals4_module, comm, iallreduce); comm 659 ompi/mca/coll/portals4/coll_portals4_component.c PORTALS4_SAVE_PREV_COLL_API(portals4_module, comm, reduce); comm 660 ompi/mca/coll/portals4/coll_portals4_component.c PORTALS4_SAVE_PREV_COLL_API(portals4_module, comm, ireduce); comm 60 ompi/mca/coll/portals4/coll_portals4_gather.c static int32_t get_tree_numdescendants_of(struct ompi_communicator_t* comm, comm 64 ompi/mca/coll/portals4/coll_portals4_gather.c int size = ompi_comm_size(comm); comm 76 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_build_in_order_bmtree( struct ompi_communicator_t* comm, comm 85 ompi/mca/coll/portals4/coll_portals4_gather.c size = ompi_comm_size(comm); comm 86 ompi/mca/coll/portals4/coll_portals4_gather.c rank = ompi_comm_rank(comm); comm 172 ompi/mca/coll/portals4/coll_portals4_gather.c setup_gather_buffers_binomial(struct ompi_communicator_t *comm, comm 188 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_comm_peer_lookup(comm, request->u.gather.my_rank), comm 275 ompi/mca/coll/portals4/coll_portals4_gather.c setup_gather_buffers_linear(struct ompi_communicator_t *comm, comm 289 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_comm_peer_lookup(comm, request->u.gather.my_rank), comm 352 ompi/mca/coll/portals4/coll_portals4_gather.c setup_gather_handles(struct ompi_communicator_t *comm, comm 363 ompi/mca/coll/portals4/coll_portals4_gather.c COLL_PORTALS4_SET_BITS(request->u.gather.gather_match_bits, ompi_comm_get_cid(comm), comm 405 ompi/mca/coll/portals4/coll_portals4_gather.c setup_sync_handles(struct ompi_communicator_t *comm, comm 416 ompi/mca/coll/portals4/coll_portals4_gather.c COLL_PORTALS4_SET_BITS(request->u.gather.sync_match_bits, ompi_comm_get_cid(comm), comm 511 ompi/mca/coll/portals4/coll_portals4_gather.c struct ompi_communicator_t *comm, comm 545 ompi/mca/coll/portals4/coll_portals4_gather.c request->u.gather.my_rank = ompi_comm_rank(comm); comm 546 ompi/mca/coll/portals4/coll_portals4_gather.c request->u.gather.size = ompi_comm_size(comm); comm 591 ompi/mca/coll/portals4/coll_portals4_gather.c COLL_PORTALS4_UPDATE_IN_ORDER_BMTREE( comm, portals4_module, request->u.gather.root_rank ); comm 596 ompi/mca/coll/portals4/coll_portals4_gather.c ret = setup_gather_buffers_binomial(comm, request, portals4_module); comm 599 ompi/mca/coll/portals4/coll_portals4_gather.c ret = setup_gather_handles(comm, request, portals4_module); comm 602 ompi/mca/coll/portals4/coll_portals4_gather.c ret = setup_sync_handles(comm, request, portals4_module); comm 611 ompi/mca/coll/portals4/coll_portals4_gather.c int sub_tree_size = get_tree_numdescendants_of(comm, child_vrank) + 1; comm 674 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_get_peer(comm, parent), comm 697 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_get_peer(comm, child), comm 718 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_get_peer(comm, request->u.gather.my_rank), comm 739 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_get_peer(comm, child), comm 759 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_get_peer(comm, child), comm 809 ompi/mca/coll/portals4/coll_portals4_gather.c struct ompi_communicator_t *comm, comm 840 ompi/mca/coll/portals4/coll_portals4_gather.c request->u.gather.my_rank = ompi_comm_rank(comm); comm 841 ompi/mca/coll/portals4/coll_portals4_gather.c request->u.gather.size = ompi_comm_size(comm); comm 888 ompi/mca/coll/portals4/coll_portals4_gather.c ret = setup_gather_buffers_linear(comm, request, portals4_module); comm 891 ompi/mca/coll/portals4/coll_portals4_gather.c ret = setup_gather_handles(comm, request, portals4_module); comm 894 ompi/mca/coll/portals4/coll_portals4_gather.c ret = setup_sync_handles(comm, request, portals4_module); comm 959 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_get_peer(comm, request->u.gather.root_rank), comm 984 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_get_peer(comm, i), comm 1006 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_get_peer(comm, request->u.gather.my_rank), comm 1028 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_get_peer(comm, i), comm 1050 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_get_peer(comm, i), comm 1092 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_gather_intra_binomial_bottom(struct ompi_communicator_t *comm, comm 1122 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_comm_peer_lookup(comm, request->u.gather.my_rank), comm 1160 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_coll_portals4_gather_intra_linear_bottom(struct ompi_communicator_t *comm, comm 1183 ompi/mca/coll/portals4/coll_portals4_gather.c ompi_comm_peer_lookup(comm, request->u.gather.my_rank), comm 1224 ompi/mca/coll/portals4/coll_portals4_gather.c struct ompi_communicator_t *comm, comm 1232 ompi/mca/coll/portals4/coll_portals4_gather.c "coll:portals4:gather_intra enter rank %d", ompi_comm_rank(comm))); comm 1237 ompi/mca/coll/portals4/coll_portals4_gather.c OMPI_COLL_PORTALS4_REQUEST_ALLOC(comm, request); comm 1253 ompi/mca/coll/portals4/coll_portals4_gather.c comm, comm 1258 ompi/mca/coll/portals4/coll_portals4_gather.c ret = ompi_coll_portals4_gather_intra_binomial_bottom(comm, request); comm 1264 ompi/mca/coll/portals4/coll_portals4_gather.c comm, comm 1269 ompi/mca/coll/portals4/coll_portals4_gather.c ret = ompi_coll_portals4_gather_intra_linear_bottom(comm, request); comm 1296 ompi/mca/coll/portals4/coll_portals4_gather.c struct ompi_communicator_t *comm, comm 1305 ompi/mca/coll/portals4/coll_portals4_gather.c "coll:portals4:igather_intra enter rank %d", ompi_comm_rank(comm))); comm 1310 ompi/mca/coll/portals4/coll_portals4_gather.c OMPI_COLL_PORTALS4_REQUEST_ALLOC(comm, request); comm 1327 ompi/mca/coll/portals4/coll_portals4_gather.c comm, comm 1335 ompi/mca/coll/portals4/coll_portals4_gather.c comm, comm 1367 ompi/mca/coll/portals4/coll_portals4_gather.c ret = ompi_coll_portals4_gather_intra_binomial_bottom(request->super.req_mpi_object.comm, request); comm 1370 ompi/mca/coll/portals4/coll_portals4_gather.c ret = ompi_coll_portals4_gather_intra_linear_bottom(request->super.req_mpi_object.comm, request); comm 37 ompi/mca/coll/portals4/coll_portals4_reduce.c struct ompi_communicator_t *comm, comm 44 ompi/mca/coll/portals4/coll_portals4_reduce.c int size = ompi_comm_size(comm); comm 45 ompi/mca/coll/portals4/coll_portals4_reduce.c int rank = ompi_comm_rank(comm); comm 100 ompi/mca/coll/portals4/coll_portals4_reduce.c COLL_PORTALS4_SET_BITS(match_bits_ack, ompi_comm_get_cid(comm), 1, 0, comm 103 ompi/mca/coll/portals4/coll_portals4_reduce.c COLL_PORTALS4_SET_BITS(match_bits_rtr, ompi_comm_get_cid(comm), 0, 1, comm 106 ompi/mca/coll/portals4/coll_portals4_reduce.c COLL_PORTALS4_SET_BITS(match_bits, ompi_comm_get_cid(comm), 0, 0, comm 223 ompi/mca/coll/portals4/coll_portals4_reduce.c ompi_coll_portals4_get_peer(comm, parent), comm 244 ompi/mca/coll/portals4/coll_portals4_reduce.c ompi_coll_portals4_get_peer(comm, child[i]), comm 261 ompi/mca/coll/portals4/coll_portals4_reduce.c ompi_coll_portals4_get_peer(comm, child[i]), comm 278 ompi/mca/coll/portals4/coll_portals4_reduce.c ompi_coll_portals4_get_peer(comm, rank), comm 296 ompi/mca/coll/portals4/coll_portals4_reduce.c ompi_coll_portals4_get_peer(comm, rank), comm 313 ompi/mca/coll/portals4/coll_portals4_reduce.c comm, module->previous_reduce_module); comm 324 ompi/mca/coll/portals4/coll_portals4_reduce.c comm, request->fallback_request, module->previous_ireduce_module); comm 382 ompi/mca/coll/portals4/coll_portals4_reduce.c struct ompi_communicator_t *comm, comm 389 ompi/mca/coll/portals4/coll_portals4_reduce.c OMPI_COLL_PORTALS4_REQUEST_ALLOC(comm, request); comm 401 ompi/mca/coll/portals4/coll_portals4_reduce.c dtype, op, root, comm, request, portals4_module); comm 417 ompi/mca/coll/portals4/coll_portals4_reduce.c struct ompi_communicator_t *comm, comm 425 ompi/mca/coll/portals4/coll_portals4_reduce.c OMPI_COLL_PORTALS4_REQUEST_ALLOC(comm, request); comm 438 ompi/mca/coll/portals4/coll_portals4_reduce.c dtype, op, root, comm, request, portals4_module); comm 172 ompi/mca/coll/portals4/coll_portals4_request.h #define OMPI_COLL_PORTALS4_REQUEST_ALLOC(comm, req) \ comm 178 ompi/mca/coll/portals4/coll_portals4_request.h req->super.req_mpi_object.comm = comm; \ comm 32 ompi/mca/coll/portals4/coll_portals4_scatter.c setup_scatter_buffers_linear(struct ompi_communicator_t *comm, comm 42 ompi/mca/coll/portals4/coll_portals4_scatter.c ompi_comm_peer_lookup(comm, request->u.scatter.my_rank), comm 80 ompi/mca/coll/portals4/coll_portals4_scatter.c ompi_comm_peer_lookup(comm, request->u.scatter.my_rank), comm 122 ompi/mca/coll/portals4/coll_portals4_scatter.c setup_scatter_handles(struct ompi_communicator_t *comm, comm 136 ompi/mca/coll/portals4/coll_portals4_scatter.c COLL_PORTALS4_SET_BITS(request->u.scatter.scatter_match_bits, ompi_comm_get_cid(comm), comm 183 ompi/mca/coll/portals4/coll_portals4_scatter.c setup_sync_handles(struct ompi_communicator_t *comm, comm 197 ompi/mca/coll/portals4/coll_portals4_scatter.c COLL_PORTALS4_SET_BITS(request->u.scatter.sync_match_bits, ompi_comm_get_cid(comm), comm 312 ompi/mca/coll/portals4/coll_portals4_scatter.c struct ompi_communicator_t *comm, comm 346 ompi/mca/coll/portals4/coll_portals4_scatter.c request->u.scatter.my_rank = ompi_comm_rank(comm); comm 347 ompi/mca/coll/portals4/coll_portals4_scatter.c request->u.scatter.size = ompi_comm_size(comm); comm 392 ompi/mca/coll/portals4/coll_portals4_scatter.c ret = setup_scatter_buffers_linear(comm, request, portals4_module); comm 395 ompi/mca/coll/portals4/coll_portals4_scatter.c ret = setup_scatter_handles(comm, request, portals4_module); comm 398 ompi/mca/coll/portals4/coll_portals4_scatter.c ret = setup_sync_handles(comm, request, portals4_module); comm 467 ompi/mca/coll/portals4/coll_portals4_scatter.c ompi_coll_portals4_get_peer(comm, i), comm 505 ompi/mca/coll/portals4/coll_portals4_scatter.c ompi_coll_portals4_get_peer(comm, request->u.scatter.root_rank), comm 526 ompi/mca/coll/portals4/coll_portals4_scatter.c ompi_coll_portals4_get_peer(comm, request->u.scatter.my_rank), comm 545 ompi/mca/coll/portals4/coll_portals4_scatter.c ompi_coll_portals4_get_peer(comm, request->u.scatter.root_rank), comm 585 ompi/mca/coll/portals4/coll_portals4_scatter.c ompi_coll_portals4_scatter_intra_linear_bottom(struct ompi_communicator_t *comm, comm 606 ompi/mca/coll/portals4/coll_portals4_scatter.c ompi_comm_peer_lookup(comm, request->u.scatter.my_rank), comm 652 ompi/mca/coll/portals4/coll_portals4_scatter.c struct ompi_communicator_t *comm, comm 660 ompi/mca/coll/portals4/coll_portals4_scatter.c "coll:portals4:scatter_intra enter rank %d", ompi_comm_rank(comm))); comm 665 ompi/mca/coll/portals4/coll_portals4_scatter.c OMPI_COLL_PORTALS4_REQUEST_ALLOC(comm, request); comm 680 ompi/mca/coll/portals4/coll_portals4_scatter.c comm, comm 685 ompi/mca/coll/portals4/coll_portals4_scatter.c ret = ompi_coll_portals4_scatter_intra_linear_bottom(comm, request); comm 711 ompi/mca/coll/portals4/coll_portals4_scatter.c struct ompi_communicator_t *comm, comm 720 ompi/mca/coll/portals4/coll_portals4_scatter.c "coll:portals4:iscatter_intra enter rank %d", ompi_comm_rank(comm))); comm 725 ompi/mca/coll/portals4/coll_portals4_scatter.c OMPI_COLL_PORTALS4_REQUEST_ALLOC(comm, request); comm 741 ompi/mca/coll/portals4/coll_portals4_scatter.c comm, comm 771 ompi/mca/coll/portals4/coll_portals4_scatter.c ret = ompi_coll_portals4_scatter_intra_linear_bottom(request->super.req_mpi_object.comm, request); comm 51 ompi/mca/coll/self/coll_self.h mca_coll_self_comm_query(struct ompi_communicator_t *comm, int *priority); comm 54 ompi/mca/coll/self/coll_self.h struct ompi_communicator_t *comm); comm 60 ompi/mca/coll/self/coll_self.h struct ompi_communicator_t *comm, comm 66 ompi/mca/coll/self/coll_self.h struct ompi_communicator_t *comm, comm 71 ompi/mca/coll/self/coll_self.h struct ompi_communicator_t *comm, comm 77 ompi/mca/coll/self/coll_self.h struct ompi_communicator_t *comm, comm 83 ompi/mca/coll/self/coll_self.h struct ompi_communicator_t *comm, comm 89 ompi/mca/coll/self/coll_self.h struct ompi_communicator_t *comm, comm 91 ompi/mca/coll/self/coll_self.h int mca_coll_self_barrier_intra(struct ompi_communicator_t *comm, comm 96 ompi/mca/coll/self/coll_self.h struct ompi_communicator_t *comm, comm 101 ompi/mca/coll/self/coll_self.h struct ompi_communicator_t *comm, comm 106 ompi/mca/coll/self/coll_self.h int root, struct ompi_communicator_t *comm, comm 112 ompi/mca/coll/self/coll_self.h struct ompi_communicator_t *comm, comm 118 ompi/mca/coll/self/coll_self.h struct ompi_communicator_t *comm, comm 124 ompi/mca/coll/self/coll_self.h struct ompi_communicator_t *comm, comm 129 ompi/mca/coll/self/coll_self.h struct ompi_communicator_t *comm, comm 134 ompi/mca/coll/self/coll_self.h int root, struct ompi_communicator_t *comm, comm 140 ompi/mca/coll/self/coll_self.h struct ompi_communicator_t *comm, comm 38 ompi/mca/coll/self/coll_self_allgather.c struct ompi_communicator_t *comm, comm 39 ompi/mca/coll/self/coll_self_allgatherv.c struct ompi_communicator_t *comm, comm 38 ompi/mca/coll/self/coll_self_allreduce.c struct ompi_communicator_t *comm, comm 40 ompi/mca/coll/self/coll_self_alltoall.c struct ompi_communicator_t *comm, comm 41 ompi/mca/coll/self/coll_self_alltoallv.c struct ompi_communicator_t *comm, comm 40 ompi/mca/coll/self/coll_self_alltoallw.c struct ompi_communicator_t *comm, comm 32 ompi/mca/coll/self/coll_self_barrier.c int mca_coll_self_barrier_intra(struct ompi_communicator_t *comm, comm 35 ompi/mca/coll/self/coll_self_bcast.c struct ompi_communicator_t *comm, comm 37 ompi/mca/coll/self/coll_self_exscan.c struct ompi_communicator_t *comm, comm 39 ompi/mca/coll/self/coll_self_gather.c int root, struct ompi_communicator_t *comm, comm 39 ompi/mca/coll/self/coll_self_gatherv.c struct ompi_communicator_t *comm, comm 52 ompi/mca/coll/self/coll_self_module.c mca_coll_self_comm_query(struct ompi_communicator_t *comm, comm 59 ompi/mca/coll/self/coll_self_module.c if (!OMPI_COMM_IS_INTER(comm) && 1 == ompi_comm_size(comm)) { comm 98 ompi/mca/coll/self/coll_self_module.c struct ompi_communicator_t *comm) comm 38 ompi/mca/coll/self/coll_self_reduce.c int root, struct ompi_communicator_t *comm, comm 38 ompi/mca/coll/self/coll_self_reduce_scatter.c struct ompi_communicator_t *comm, comm 38 ompi/mca/coll/self/coll_self_scan.c struct ompi_communicator_t *comm, comm 40 ompi/mca/coll/self/coll_self_scatter.c struct ompi_communicator_t *comm, comm 39 ompi/mca/coll/self/coll_self_scatterv.c struct ompi_communicator_t *comm, comm 213 ompi/mca/coll/sm/coll_sm.h mca_coll_sm_comm_query(struct ompi_communicator_t *comm, int *priority); comm 218 ompi/mca/coll/sm/coll_sm.h struct ompi_communicator_t *comm); comm 224 ompi/mca/coll/sm/coll_sm.h struct ompi_communicator_t *comm, comm 231 ompi/mca/coll/sm/coll_sm.h struct ompi_communicator_t *comm, comm 236 ompi/mca/coll/sm/coll_sm.h struct ompi_communicator_t *comm, comm 242 ompi/mca/coll/sm/coll_sm.h struct ompi_communicator_t *comm, comm 248 ompi/mca/coll/sm/coll_sm.h struct ompi_communicator_t *comm, comm 254 ompi/mca/coll/sm/coll_sm.h struct ompi_communicator_t *comm, comm 256 ompi/mca/coll/sm/coll_sm.h int mca_coll_sm_barrier_intra(struct ompi_communicator_t *comm, comm 261 ompi/mca/coll/sm/coll_sm.h struct ompi_communicator_t *comm, comm 266 ompi/mca/coll/sm/coll_sm.h struct ompi_communicator_t *comm, comm 271 ompi/mca/coll/sm/coll_sm.h struct ompi_communicator_t *comm, comm 276 ompi/mca/coll/sm/coll_sm.h int root, struct ompi_communicator_t *comm, comm 282 ompi/mca/coll/sm/coll_sm.h struct ompi_communicator_t *comm, comm 288 ompi/mca/coll/sm/coll_sm.h struct ompi_communicator_t *comm, comm 294 ompi/mca/coll/sm/coll_sm.h struct ompi_communicator_t *comm, comm 300 ompi/mca/coll/sm/coll_sm.h struct ompi_communicator_t *comm, comm 305 ompi/mca/coll/sm/coll_sm.h struct ompi_communicator_t *comm, comm 310 ompi/mca/coll/sm/coll_sm.h int root, struct ompi_communicator_t *comm, comm 316 ompi/mca/coll/sm/coll_sm.h struct ompi_communicator_t *comm, comm 37 ompi/mca/coll/sm/coll_sm_allgather.c struct ompi_communicator_t *comm, comm 38 ompi/mca/coll/sm/coll_sm_allgatherv.c struct ompi_communicator_t *comm, comm 39 ompi/mca/coll/sm/coll_sm_allreduce.c struct ompi_communicator_t *comm, comm 48 ompi/mca/coll/sm/coll_sm_allreduce.c int rank = ompi_comm_rank(comm); comm 51 ompi/mca/coll/sm/coll_sm_allreduce.c comm, module); comm 54 ompi/mca/coll/sm/coll_sm_allreduce.c comm, module); comm 58 ompi/mca/coll/sm/coll_sm_allreduce.c comm, module); comm 61 ompi/mca/coll/sm/coll_sm_allreduce.c mca_coll_sm_bcast_intra(rbuf, count, dtype, 0, comm, module) : ret; comm 37 ompi/mca/coll/sm/coll_sm_alltoall.c struct ompi_communicator_t *comm, comm 38 ompi/mca/coll/sm/coll_sm_alltoallv.c struct ompi_communicator_t *comm, comm 38 ompi/mca/coll/sm/coll_sm_alltoallw.c struct ompi_communicator_t *comm, comm 53 ompi/mca/coll/sm/coll_sm_barrier.c int mca_coll_sm_barrier_intra(struct ompi_communicator_t *comm, comm 68 ompi/mca/coll/sm/coll_sm_barrier.c if (OMPI_SUCCESS != (ret = ompi_coll_sm_lazy_enable(module, comm))) { comm 76 ompi/mca/coll/sm/coll_sm_barrier.c rank = ompi_comm_rank(comm); comm 58 ompi/mca/coll/sm/coll_sm_bcast.c struct ompi_communicator_t *comm, comm 76 ompi/mca/coll/sm/coll_sm_bcast.c if (OMPI_SUCCESS != (ret = ompi_coll_sm_lazy_enable(module, comm))) { comm 84 ompi/mca/coll/sm/coll_sm_bcast.c rank = ompi_comm_rank(comm); comm 85 ompi/mca/coll/sm/coll_sm_bcast.c size = ompi_comm_size(comm); comm 37 ompi/mca/coll/sm/coll_sm_exscan.c struct ompi_communicator_t *comm, comm 37 ompi/mca/coll/sm/coll_sm_gather.c int root, struct ompi_communicator_t *comm, comm 38 ompi/mca/coll/sm/coll_sm_gatherv.c struct ompi_communicator_t *comm, comm 78 ompi/mca/coll/sm/coll_sm_module.c struct ompi_communicator_t *comm); comm 79 ompi/mca/coll/sm/coll_sm_module.c static int bootstrap_comm(ompi_communicator_t *comm, comm 82 ompi/mca/coll/sm/coll_sm_module.c struct ompi_communicator_t *comm); comm 125 ompi/mca/coll/sm/coll_sm_module.c static int mca_coll_sm_module_disable(mca_coll_base_module_t *module, struct ompi_communicator_t *comm) comm 169 ompi/mca/coll/sm/coll_sm_module.c mca_coll_sm_comm_query(struct ompi_communicator_t *comm, int *priority) comm 176 ompi/mca/coll/sm/coll_sm_module.c if (OMPI_COMM_IS_INTER(comm) || 1 == ompi_comm_size(comm) || ompi_group_have_remote_peers (comm->c_local_group)) { comm 178 ompi/mca/coll/sm/coll_sm_module.c "coll:sm:comm_query (%d/%s): intercomm, comm is too small, or not all peers local; disqualifying myself", comm->c_contextid, comm->c_name); comm 187 ompi/mca/coll/sm/coll_sm_module.c "coll:sm:comm_query (%d/%s): priority too low; disqualifying myself", comm->c_contextid, comm->c_name); comm 218 ompi/mca/coll/sm/coll_sm_module.c comm->c_contextid, comm->c_name); comm 227 ompi/mca/coll/sm/coll_sm_module.c struct ompi_communicator_t *comm) comm 229 ompi/mca/coll/sm/coll_sm_module.c if (NULL == comm->c_coll->coll_reduce || comm 230 ompi/mca/coll/sm/coll_sm_module.c NULL == comm->c_coll->coll_reduce_module) { comm 233 ompi/mca/coll/sm/coll_sm_module.c comm->c_contextid, comm->c_name); comm 242 ompi/mca/coll/sm/coll_sm_module.c struct ompi_communicator_t *comm) comm 245 ompi/mca/coll/sm/coll_sm_module.c int rank = ompi_comm_rank(comm); comm 246 ompi/mca/coll/sm/coll_sm_module.c int size = ompi_comm_size(comm); comm 270 ompi/mca/coll/sm/coll_sm_module.c comm->c_contextid, comm->c_name); comm 297 ompi/mca/coll/sm/coll_sm_module.c comm->c_contextid, comm->c_name); comm 357 ompi/mca/coll/sm/coll_sm_module.c if (OMPI_SUCCESS != (ret = bootstrap_comm(comm, sm_module))) { comm 463 ompi/mca/coll/sm/coll_sm_module.c sm_module->previous_reduce = comm->c_coll->coll_reduce; comm 464 ompi/mca/coll/sm/coll_sm_module.c sm_module->previous_reduce_module = comm->c_coll->coll_reduce_module; comm 473 ompi/mca/coll/sm/coll_sm_module.c comm->c_contextid, comm->c_name); comm 481 ompi/mca/coll/sm/coll_sm_module.c comm->c_contextid, comm->c_name, comm 489 ompi/mca/coll/sm/coll_sm_module.c comm->c_contextid, comm->c_name); comm 493 ompi/mca/coll/sm/coll_sm_module.c static int bootstrap_comm(ompi_communicator_t *comm, comm 500 ompi/mca/coll/sm/coll_sm_module.c int comm_size = ompi_comm_size(comm); comm 513 ompi/mca/coll/sm/coll_sm_module.c proc = ompi_group_peer_lookup(comm->c_local_group, 0); comm 516 ompi/mca/coll/sm/coll_sm_module.c proc = ompi_group_peer_lookup(comm->c_local_group, i); comm 523 ompi/mca/coll/sm/coll_sm_module.c opal_asprintf(&shortpath, "coll-sm-cid-%d-name-%s.mmap", comm->c_contextid, comm 528 ompi/mca/coll/sm/coll_sm_module.c comm->c_contextid, comm->c_name); comm 537 ompi/mca/coll/sm/coll_sm_module.c comm->c_contextid, comm->c_name); comm 568 ompi/mca/coll/sm/coll_sm_module.c comm->c_contextid, comm->c_name, size, fullpath); comm 569 ompi/mca/coll/sm/coll_sm_module.c if (0 == ompi_comm_rank (comm)) { comm 574 ompi/mca/coll/sm/coll_sm_module.c comm->c_contextid, comm->c_name); comm 579 ompi/mca/coll/sm/coll_sm_module.c for (int i = 1 ; i < ompi_comm_size (comm) ; ++i) { comm 581 ompi/mca/coll/sm/coll_sm_module.c i, MCA_COLL_BASE_TAG_BCAST, MCA_PML_BASE_SEND_STANDARD, comm)); comm 585 ompi/mca/coll/sm/coll_sm_module.c MCA_PML_CALL(recv(&shmem_ds, sizeof (shmem_ds), MPI_BYTE, 0, MCA_COLL_BASE_TAG_BCAST, comm, MPI_STATUS_IGNORE)); comm 41 ompi/mca/coll/sm/coll_sm_reduce.c int root, struct ompi_communicator_t *comm, comm 48 ompi/mca/coll/sm/coll_sm_reduce.c int root, struct ompi_communicator_t *comm, comm 70 ompi/mca/coll/sm/coll_sm_reduce.c int root, struct ompi_communicator_t *comm, comm 91 ompi/mca/coll/sm/coll_sm_reduce.c dtype, op, root, comm, comm 100 ompi/mca/coll/sm/coll_sm_reduce.c (ret = ompi_coll_sm_lazy_enable(module, comm))) { comm 109 ompi/mca/coll/sm/coll_sm_reduce.c root, comm, module); comm 112 ompi/mca/coll/sm/coll_sm_reduce.c root, comm, module); comm 123 ompi/mca/coll/sm/coll_sm_reduce.c (ret = ompi_coll_sm_lazy_enable(module, comm))) { comm 128 ompi/mca/coll/sm/coll_sm_reduce.c return reduce_inorder(sbuf, rbuf, count, dtype, op, root, comm, module); comm 179 ompi/mca/coll/sm/coll_sm_reduce.c int root, struct ompi_communicator_t *comm, comm 196 ompi/mca/coll/sm/coll_sm_reduce.c rank = ompi_comm_rank(comm); comm 197 ompi/mca/coll/sm/coll_sm_reduce.c size = ompi_comm_size(comm); comm 563 ompi/mca/coll/sm/coll_sm_reduce.c int root, struct ompi_communicator_t *comm, comm 37 ompi/mca/coll/sm/coll_sm_reduce_scatter.c struct ompi_communicator_t *comm, comm 37 ompi/mca/coll/sm/coll_sm_scan.c struct ompi_communicator_t *comm, comm 37 ompi/mca/coll/sm/coll_sm_scatter.c int root, struct ompi_communicator_t *comm, comm 38 ompi/mca/coll/sm/coll_sm_scatterv.c struct ompi_communicator_t *comm, comm 43 ompi/mca/coll/sync/coll_sync.h *mca_coll_sync_comm_query(struct ompi_communicator_t *comm, comm 47 ompi/mca/coll/sync/coll_sync.h struct ompi_communicator_t *comm); comm 49 ompi/mca/coll/sync/coll_sync.h int mca_coll_sync_barrier(struct ompi_communicator_t *comm, comm 55 ompi/mca/coll/sync/coll_sync.h struct ompi_communicator_t *comm, comm 61 ompi/mca/coll/sync/coll_sync.h struct ompi_communicator_t *comm, comm 69 ompi/mca/coll/sync/coll_sync.h struct ompi_communicator_t *comm, comm 77 ompi/mca/coll/sync/coll_sync.h struct ompi_communicator_t *comm, comm 84 ompi/mca/coll/sync/coll_sync.h struct ompi_communicator_t *comm, comm 91 ompi/mca/coll/sync/coll_sync.h struct ompi_communicator_t *comm, comm 97 ompi/mca/coll/sync/coll_sync.h struct ompi_communicator_t *comm, comm 105 ompi/mca/coll/sync/coll_sync.h struct ompi_communicator_t *comm, comm 113 ompi/mca/coll/sync/coll_sync.h struct ompi_communicator_t *comm, comm 167 ompi/mca/coll/sync/coll_sync.h err = (m)->c_coll.coll_barrier(comm, (m)->c_coll.coll_barrier_module); \ comm 176 ompi/mca/coll/sync/coll_sync.h err = (m)->c_coll.coll_barrier(comm, (m)->c_coll.coll_barrier_module); \ comm 35 ompi/mca/coll/sync/coll_sync_bcast.c struct ompi_communicator_t *comm, comm 41 ompi/mca/coll/sync/coll_sync_bcast.c return s->c_coll.coll_bcast(buff, count, datatype, root, comm, comm 44 ompi/mca/coll/sync/coll_sync_bcast.c COLL_SYNC(s, s->c_coll.coll_bcast(buff, count, datatype, root, comm, comm 35 ompi/mca/coll/sync/coll_sync_exscan.c struct ompi_communicator_t *comm, comm 41 ompi/mca/coll/sync/coll_sync_exscan.c return s->c_coll.coll_exscan(sbuf, rbuf, count, dtype, op, comm, comm 44 ompi/mca/coll/sync/coll_sync_exscan.c COLL_SYNC(s, s->c_coll.coll_exscan(sbuf, rbuf, count, dtype, op, comm, comm 36 ompi/mca/coll/sync/coll_sync_gather.c int root, struct ompi_communicator_t *comm, comm 43 ompi/mca/coll/sync/coll_sync_gather.c rbuf, rcount, rdtype, root, comm, comm 47 ompi/mca/coll/sync/coll_sync_gather.c rbuf, rcount, rdtype, root, comm, comm 36 ompi/mca/coll/sync/coll_sync_gatherv.c struct ompi_communicator_t *comm, comm 43 ompi/mca/coll/sync/coll_sync_gatherv.c rbuf, rcounts, disps, rdtype, root, comm, comm 48 ompi/mca/coll/sync/coll_sync_gatherv.c root, comm, comm 94 ompi/mca/coll/sync/coll_sync_module.c mca_coll_sync_comm_query(struct ompi_communicator_t *comm, comm 143 ompi/mca/coll/sync/coll_sync_module.c struct ompi_communicator_t *comm) comm 150 ompi/mca/coll/sync/coll_sync_module.c s->c_coll = *comm->c_coll; comm 167 ompi/mca/coll/sync/coll_sync_module.c if (!OMPI_COMM_IS_INTER(comm)) { comm 34 ompi/mca/coll/sync/coll_sync_reduce.c int root, struct ompi_communicator_t *comm, comm 40 ompi/mca/coll/sync/coll_sync_reduce.c return s->c_coll.coll_reduce(sbuf, rbuf, count, dtype, op, root, comm, comm 44 ompi/mca/coll/sync/coll_sync_reduce.c op, root, comm, comm 36 ompi/mca/coll/sync/coll_sync_reduce_scatter.c struct ompi_communicator_t *comm, comm 43 ompi/mca/coll/sync/coll_sync_reduce_scatter.c dtype, op, comm, comm 47 ompi/mca/coll/sync/coll_sync_reduce_scatter.c dtype, op, comm, comm 34 ompi/mca/coll/sync/coll_sync_scan.c struct ompi_communicator_t *comm, comm 40 ompi/mca/coll/sync/coll_sync_scan.c return s->c_coll.coll_scan(sbuf, rbuf, count, dtype, op, comm, comm 43 ompi/mca/coll/sync/coll_sync_scan.c COLL_SYNC(s, s->c_coll.coll_scan(sbuf, rbuf, count, dtype, op, comm, comm 36 ompi/mca/coll/sync/coll_sync_scatter.c int root, struct ompi_communicator_t *comm, comm 43 ompi/mca/coll/sync/coll_sync_scatter.c rbuf, rcount, rdtype, root, comm, comm 47 ompi/mca/coll/sync/coll_sync_scatter.c rbuf, rcount, rdtype, root, comm, comm 36 ompi/mca/coll/sync/coll_sync_scatterv.c struct ompi_communicator_t *comm, comm 43 ompi/mca/coll/sync/coll_sync_scatterv.c rbuf, rcount, rdtype, root, comm, comm 47 ompi/mca/coll/sync/coll_sync_scatterv.c rbuf, rcount, rdtype, root, comm, comm 82 ompi/mca/coll/tuned/coll_tuned.h ompi_coll_tuned_comm_query(struct ompi_communicator_t *comm, int *priority); comm 127 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c struct ompi_communicator_t *comm, comm 139 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c comm, module); comm 143 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c comm, module); comm 147 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c comm, module); comm 151 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c comm, module); comm 155 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c comm, module); comm 159 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c comm, module); comm 163 ompi/mca/coll/tuned/coll_tuned_allgather_decision.c comm, module); comm 127 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c struct ompi_communicator_t *comm, comm 140 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c comm, module); comm 144 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c comm, module); comm 148 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c comm, module); comm 152 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c comm, module); comm 156 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c comm, module); comm 160 ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c comm, module); comm 126 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c struct ompi_communicator_t *comm, comm 135 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c return ompi_coll_tuned_allreduce_intra_dec_fixed(sbuf, rbuf, count, dtype, op, comm, module); comm 137 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c return ompi_coll_base_allreduce_intra_basic_linear(sbuf, rbuf, count, dtype, op, comm, module); comm 139 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c return ompi_coll_base_allreduce_intra_nonoverlapping(sbuf, rbuf, count, dtype, op, comm, module); comm 141 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c return ompi_coll_base_allreduce_intra_recursivedoubling(sbuf, rbuf, count, dtype, op, comm, module); comm 143 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c return ompi_coll_base_allreduce_intra_ring(sbuf, rbuf, count, dtype, op, comm, module); comm 145 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c return ompi_coll_base_allreduce_intra_ring_segmented(sbuf, rbuf, count, dtype, op, comm, module, segsize); comm 147 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c return ompi_coll_base_allreduce_intra_redscat_allgather(sbuf, rbuf, count, dtype, op, comm, module); comm 146 ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c struct ompi_communicator_t *comm, comm 156 ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c return ompi_coll_tuned_alltoall_intra_dec_fixed(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module); comm 158 ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c return ompi_coll_base_alltoall_intra_basic_linear(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module); comm 160 ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c return ompi_coll_base_alltoall_intra_pairwise(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module); comm 162 ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c return ompi_coll_base_alltoall_intra_bruck(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module); comm 164 ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c return ompi_coll_base_alltoall_intra_linear_sync(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module, max_requests); comm 166 ompi/mca/coll/tuned/coll_tuned_alltoall_decision.c return ompi_coll_base_alltoall_intra_two_procs(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module); comm 94 ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c struct ompi_communicator_t *comm, comm 106 ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c comm, module); comm 110 ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c comm, module); comm 114 ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c comm, module); comm 88 ompi/mca/coll/tuned/coll_tuned_barrier_decision.c int ompi_coll_tuned_barrier_intra_do_this (struct ompi_communicator_t *comm, comm 97 ompi/mca/coll/tuned/coll_tuned_barrier_decision.c case (0): return ompi_coll_tuned_barrier_intra_dec_fixed(comm, module); comm 98 ompi/mca/coll/tuned/coll_tuned_barrier_decision.c case (1): return ompi_coll_base_barrier_intra_basic_linear(comm, module); comm 99 ompi/mca/coll/tuned/coll_tuned_barrier_decision.c case (2): return ompi_coll_base_barrier_intra_doublering(comm, module); comm 100 ompi/mca/coll/tuned/coll_tuned_barrier_decision.c case (3): return ompi_coll_base_barrier_intra_recursivedoubling(comm, module); comm 101 ompi/mca/coll/tuned/coll_tuned_barrier_decision.c case (4): return ompi_coll_base_barrier_intra_bruck(comm, module); comm 102 ompi/mca/coll/tuned/coll_tuned_barrier_decision.c case (5): return ompi_coll_base_barrier_intra_two_procs(comm, module); comm 103 ompi/mca/coll/tuned/coll_tuned_barrier_decision.c case (6): return ompi_coll_base_barrier_intra_tree(comm, module); comm 137 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c struct ompi_communicator_t *comm, comm 146 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c return ompi_coll_tuned_bcast_intra_dec_fixed( buf, count, dtype, root, comm, module ); comm 148 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c return ompi_coll_base_bcast_intra_basic_linear( buf, count, dtype, root, comm, module ); comm 150 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c return ompi_coll_base_bcast_intra_chain( buf, count, dtype, root, comm, module, segsize, faninout ); comm 152 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c return ompi_coll_base_bcast_intra_pipeline( buf, count, dtype, root, comm, module, segsize ); comm 154 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c return ompi_coll_base_bcast_intra_split_bintree( buf, count, dtype, root, comm, module, segsize ); comm 156 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c return ompi_coll_base_bcast_intra_bintree( buf, count, dtype, root, comm, module, segsize ); comm 158 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c return ompi_coll_base_bcast_intra_binomial( buf, count, dtype, root, comm, module, segsize ); comm 160 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c return ompi_coll_base_bcast_intra_knomial(buf, count, dtype, root, comm, module, comm 163 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c return ompi_coll_base_bcast_intra_scatter_allgather(buf, count, dtype, root, comm, module, segsize); comm 165 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c return ompi_coll_base_bcast_intra_scatter_allgather_ring(buf, count, dtype, root, comm, module, segsize); comm 56 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c struct ompi_communicator_t *comm, comm 78 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comm, module, comm 84 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_allreduce_intra_do_this(sbuf, rbuf, count, dtype, op, comm, module, comm 90 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comm, module); comm 105 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c struct ompi_communicator_t *comm, comm 120 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comsize = ompi_comm_size(comm); comm 130 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comm, module, comm 138 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comm, module, comm 146 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comm, module); comm 159 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c struct ompi_communicator_t *comm, comm 182 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comm, module, comm 190 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comm, module, comm 195 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comm, module); comm 205 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_barrier_intra_dec_dynamic(struct ompi_communicator_t *comm, comm 222 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_barrier_intra_do_this (comm, module, comm 228 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_barrier_intra_do_this(comm, module, comm 233 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c return ompi_coll_tuned_barrier_intra_dec_fixed (comm, module); comm 245 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c struct ompi_communicator_t *comm, comm 267 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comm, module, comm 275 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c root, comm, module, comm 281 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comm, module); comm 295 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c struct ompi_communicator_t* comm, comm 318 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c op, root, comm, module, comm 326 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c op, root, comm, module, comm 333 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c op, root, comm, module); comm 349 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c struct ompi_communicator_t *comm, comm 362 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c size = ompi_comm_size(comm); comm 373 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c op, comm, module, comm 380 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c op, comm, module, comm 386 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c dtype, op, comm, module); comm 402 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c struct ompi_communicator_t *comm, comm 415 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c size = ompi_comm_size(comm); comm 425 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c op, comm, module, comm 432 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c op, comm, module, comm 438 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c dtype, op, comm, module); comm 454 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c struct ompi_communicator_t *comm, comm 470 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comsize = ompi_comm_size(comm); comm 480 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comm, module, comm 490 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comm, module, comm 499 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comm, module); comm 516 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c struct ompi_communicator_t *comm, comm 531 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comsize = ompi_comm_size(comm); comm 544 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comm, module, comm 554 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comm, module, comm 564 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comm, module); comm 572 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c struct ompi_communicator_t *comm, comm 587 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comsize = ompi_comm_size(comm); comm 598 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c root, comm, module, comm 606 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c root, comm, module, comm 614 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c root, comm, module); comm 621 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int root, struct ompi_communicator_t *comm, comm 636 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comsize = ompi_comm_size(comm); comm 647 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c root, comm, module, comm 655 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c root, comm, module, comm 663 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c root, comm, module); comm 669 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c struct ompi_communicator_t *comm, comm 684 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comsize = ompi_comm_size(comm); comm 694 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c op, comm, module, comm 701 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c op, comm, module, comm 706 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c op, comm, module); comm 712 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c struct ompi_communicator_t *comm, comm 727 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c comsize = ompi_comm_size(comm); comm 737 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c op, comm, module, comm 744 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c op, comm, module, comm 749 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c op, comm, module); comm 47 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c struct ompi_communicator_t *comm, comm 51 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int comm_size = ompi_comm_size(comm); comm 68 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c op, comm, module)); comm 75 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c op, comm, module)); comm 79 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c op, comm, module, comm 85 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c dtype, op, comm, module)); comm 100 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c struct ompi_communicator_t *comm, comm 109 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c communicator_size = ompi_comm_size(comm); comm 115 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 133 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 138 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 143 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 153 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c ompi_comm_rank(comm), communicator_size, total_dsize)); comm 156 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoall_intra_bruck(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module); comm 159 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoall_intra_basic_linear(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module); comm 161 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_alltoall_intra_pairwise(sbuf, scount, sdtype, rbuf, rcount, rdtype, comm, module); comm 174 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c struct ompi_communicator_t *comm, comm 180 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 191 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int ompi_coll_tuned_barrier_intra_dec_fixed(struct ompi_communicator_t *comm, comm 194 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int communicator_size = ompi_comm_size(comm); comm 200 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_barrier_intra_two_procs(comm, module); comm 211 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_barrier_intra_bruck(comm, module); comm 216 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_barrier_intra_recursivedoubling(comm, module); comm 229 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c struct ompi_communicator_t *comm, comm 247 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c communicator_size = ompi_comm_size(comm); comm 255 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c root, ompi_comm_rank(comm), communicator_size, (unsigned long)message_size)); comm 263 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c root, comm, module, comm 270 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c root, comm, module, comm 279 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c root, comm, module, comm 286 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c root, comm, module, comm 293 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c root, comm, module, comm 300 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c root, comm, module, comm 308 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c root, comm, module, comm 314 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_bcast_intra_basic_linear(buff, count, datatype, root, comm, module); comm 319 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_bcast_intra_bintree(buff, count, datatype, root, comm, module, segsize); comm 322 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_bcast_intra_basic_linear(buff, count, datatype, root, comm, module); comm 326 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_bcast_intra_bintree(buff, count, datatype, root, comm, module, segsize); comm 330 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_bcast_intra_pipeline(buff, count, datatype, root, comm, module, segsize); comm 335 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_bcast_intra_bintree(buff, count, datatype, root, comm, module, segsize); comm 350 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c struct ompi_communicator_t* comm, comm 366 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c communicator_size = ompi_comm_size(comm); comm 378 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_reduce_intra_basic_linear (sendbuf, recvbuf, count, datatype, op, root, comm, module); comm 380 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_reduce_intra_in_order_binary (sendbuf, recvbuf, count, datatype, op, root, comm, module, comm 386 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c root, ompi_comm_rank(comm), communicator_size, (unsigned long)message_size)); comm 390 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_reduce_intra_basic_linear(sendbuf, recvbuf, count, datatype, op, root, comm, module); comm 395 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_reduce_intra_binomial(sendbuf, recvbuf, count, datatype, op, root, comm, module, comm 400 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_reduce_intra_binomial(sendbuf, recvbuf, count, datatype, op, root, comm, module, comm 405 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_reduce_intra_pipeline(sendbuf, recvbuf, count, datatype, op, root, comm, module, comm 411 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module, segsize, max_requests); comm 420 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_reduce_intra_pipeline(sendbuf, recvbuf, count, datatype, op, root, comm, module, comm 430 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_reduce_intra_basic_linear(sendbuf, recvbuf, count, datatype, op, root, comm, module); comm 442 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_reduce_intra_chain(sendbuf, recvbuf, count, datatype, op, root, comm, module, comm 446 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c return ompi_coll_base_reduce_intra_pipeline(sendbuf, recvbuf, count, datatype, op, root, comm, module, comm 463 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c struct ompi_communicator_t *comm, comm 475 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm_size = ompi_comm_size(comm); comm 486 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 500 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 504 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 519 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c struct ompi_communicator_t *comm, comm 524 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c dtype, op, comm, module); comm 540 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c struct ompi_communicator_t *comm, comm 546 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c communicator_size = ompi_comm_size(comm); comm 552 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 565 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c ompi_comm_rank(comm), communicator_size, (unsigned long)total_dsize)); comm 581 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 585 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 591 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 595 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 612 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 616 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 620 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 638 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c struct ompi_communicator_t *comm, comm 645 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c communicator_size = ompi_comm_size(comm); comm 651 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 669 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c ompi_comm_rank(comm), communicator_size, (unsigned long)total_dsize)); comm 675 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 680 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 684 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c comm, module); comm 703 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c struct ompi_communicator_t *comm, comm 722 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c communicator_size = ompi_comm_size(comm); comm 723 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c rank = ompi_comm_rank(comm); comm 737 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c root, comm, module, comm 743 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c root, comm, module, comm 751 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c root, comm, module); comm 756 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c root, comm, module); comm 772 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int root, struct ompi_communicator_t *comm, comm 783 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c communicator_size = ompi_comm_size(comm); comm 784 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c rank = ompi_comm_rank(comm); comm 798 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c root, comm, module); comm 802 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c root, comm, module); comm 87 ompi/mca/coll/tuned/coll_tuned_exscan_decision.c struct ompi_communicator_t *comm, comm 97 ompi/mca/coll/tuned/coll_tuned_exscan_decision.c op, comm, module); comm 99 ompi/mca/coll/tuned/coll_tuned_exscan_decision.c op, comm, module); comm 127 ompi/mca/coll/tuned/coll_tuned_gather_decision.c struct ompi_communicator_t *comm, comm 139 ompi/mca/coll/tuned/coll_tuned_gather_decision.c root, comm, module); comm 143 ompi/mca/coll/tuned/coll_tuned_gather_decision.c root, comm, module); comm 147 ompi/mca/coll/tuned/coll_tuned_gather_decision.c root, comm, module); comm 151 ompi/mca/coll/tuned/coll_tuned_gather_decision.c root, comm, module, comm 38 ompi/mca/coll/tuned/coll_tuned_module.c struct ompi_communicator_t *comm); comm 57 ompi/mca/coll/tuned/coll_tuned_module.c ompi_coll_tuned_comm_query(struct ompi_communicator_t *comm, int *priority) comm 66 ompi/mca/coll/tuned/coll_tuned_module.c if (OMPI_COMM_IS_INTER(comm)) { comm 75 ompi/mca/coll/tuned/coll_tuned_module.c if (OMPI_COMM_IS_INTRA(comm) && ompi_comm_size(comm) < 2) { comm 179 ompi/mca/coll/tuned/coll_tuned_module.c struct ompi_communicator_t *comm ) comm 188 ompi/mca/coll/tuned/coll_tuned_module.c if (OMPI_COMM_IS_INTER(comm)) { comm 189 ompi/mca/coll/tuned/coll_tuned_module.c size = ompi_comm_remote_size(comm); comm 191 ompi/mca/coll/tuned/coll_tuned_module.c size = ompi_comm_size(comm); comm 149 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c struct ompi_communicator_t *comm, comm 159 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c op, root, comm, module); comm 161 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c op, root, comm, module); comm 163 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c op, root, comm, module, comm 166 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c op, root, comm, module, comm 169 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c op, root, comm, module, comm 172 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c op, root, comm, module, comm 175 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c op, root, comm, module, comm 178 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c op, root, comm, module); comm 117 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_block_decision.c struct ompi_communicator_t *comm, comm 126 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_block_decision.c dtype, op, comm, module); comm 128 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_block_decision.c dtype, op, comm, module); comm 130 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_block_decision.c dtype, op, comm, module); comm 132 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_block_decision.c dtype, op, comm, module); comm 133 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_block_decision.c case (4): return ompi_coll_base_reduce_scatter_block_intra_butterfly(sbuf, rbuf, rcount, dtype, op, comm, comm 127 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_decision.c struct ompi_communicator_t *comm, comm 136 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_decision.c dtype, op, comm, module); comm 138 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_decision.c dtype, op, comm, module); comm 140 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_decision.c dtype, op, comm, module); comm 142 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_decision.c dtype, op, comm, module); comm 144 ompi/mca/coll/tuned/coll_tuned_reduce_scatter_decision.c dtype, op, comm, module); comm 87 ompi/mca/coll/tuned/coll_tuned_scan_decision.c struct ompi_communicator_t *comm, comm 97 ompi/mca/coll/tuned/coll_tuned_scan_decision.c op, comm, module); comm 99 ompi/mca/coll/tuned/coll_tuned_scan_decision.c op, comm, module); comm 126 ompi/mca/coll/tuned/coll_tuned_scatter_decision.c struct ompi_communicator_t *comm, comm 138 ompi/mca/coll/tuned/coll_tuned_scatter_decision.c root, comm, module); comm 142 ompi/mca/coll/tuned/coll_tuned_scatter_decision.c root, comm, module); comm 146 ompi/mca/coll/tuned/coll_tuned_scatter_decision.c root, comm, module); comm 530 ompi/mca/common/monitoring/common_monitoring.c ompi_communicator_t *comm = (ompi_communicator_t *) obj_handle; comm 531 ompi/mca/common/monitoring/common_monitoring.c int i, comm_size = ompi_comm_size (comm); comm 534 ompi/mca/common/monitoring/common_monitoring.c if(comm != &ompi_mpi_comm_world.comm || NULL == pml_count) comm 548 ompi/mca/common/monitoring/common_monitoring.c ompi_communicator_t *comm = (ompi_communicator_t *) obj_handle; comm 549 ompi/mca/common/monitoring/common_monitoring.c int comm_size = ompi_comm_size (comm); comm 553 ompi/mca/common/monitoring/common_monitoring.c if(comm != &ompi_mpi_comm_world.comm || NULL == pml_data) comm 581 ompi/mca/common/monitoring/common_monitoring.c ompi_communicator_t *comm = (ompi_communicator_t *) obj_handle; comm 582 ompi/mca/common/monitoring/common_monitoring.c int i, comm_size = ompi_comm_size (comm); comm 585 ompi/mca/common/monitoring/common_monitoring.c if(comm != &ompi_mpi_comm_world.comm || NULL == pml_count) comm 599 ompi/mca/common/monitoring/common_monitoring.c ompi_communicator_t *comm = (ompi_communicator_t *) obj_handle; comm 600 ompi/mca/common/monitoring/common_monitoring.c int comm_size = ompi_comm_size (comm); comm 604 ompi/mca/common/monitoring/common_monitoring.c if(comm != &ompi_mpi_comm_world.comm || NULL == pml_data) comm 618 ompi/mca/common/monitoring/common_monitoring.c ompi_communicator_t *comm = (ompi_communicator_t *) obj_handle; comm 619 ompi/mca/common/monitoring/common_monitoring.c int i, comm_size = ompi_comm_size (comm); comm 622 ompi/mca/common/monitoring/common_monitoring.c if(comm != &ompi_mpi_comm_world.comm || NULL == pml_count) comm 636 ompi/mca/common/monitoring/common_monitoring.c ompi_communicator_t *comm = (ompi_communicator_t *) obj_handle; comm 637 ompi/mca/common/monitoring/common_monitoring.c int comm_size = ompi_comm_size (comm); comm 641 ompi/mca/common/monitoring/common_monitoring.c if(comm != &ompi_mpi_comm_world.comm || NULL == pml_data) comm 663 ompi/mca/common/monitoring/common_monitoring.c ompi_communicator_t *comm = (ompi_communicator_t *) obj_handle; comm 664 ompi/mca/common/monitoring/common_monitoring.c int i, comm_size = ompi_comm_size (comm); comm 667 ompi/mca/common/monitoring/common_monitoring.c if(comm != &ompi_mpi_comm_world.comm || NULL == pml_count) comm 681 ompi/mca/common/monitoring/common_monitoring.c ompi_communicator_t *comm = (ompi_communicator_t *) obj_handle; comm 682 ompi/mca/common/monitoring/common_monitoring.c int comm_size = ompi_comm_size (comm); comm 686 ompi/mca/common/monitoring/common_monitoring.c if(comm != &ompi_mpi_comm_world.comm || NULL == pml_data) comm 112 ompi/mca/common/monitoring/common_monitoring.h OMPI_DECLSPEC mca_monitoring_coll_data_t*mca_common_monitoring_coll_new(ompi_communicator_t*comm); comm 113 ompi/mca/common/monitoring/common_monitoring.h OMPI_DECLSPEC int mca_common_monitoring_coll_cache_name(ompi_communicator_t*comm); comm 44 ompi/mca/common/monitoring/common_monitoring_coll.c int mca_common_monitoring_coll_cache_name(ompi_communicator_t*comm) comm 47 ompi/mca/common/monitoring/common_monitoring_coll.c int ret = opal_hash_table_get_value_uint64(comm_data, *((uint64_t*)&comm), (void*)&data); comm 49 ompi/mca/common/monitoring/common_monitoring_coll.c data->comm_name = strdup(comm->c_name); comm 89 ompi/mca/common/monitoring/common_monitoring_coll.c mca_monitoring_coll_data_t*mca_common_monitoring_coll_new( ompi_communicator_t*comm ) comm 97 ompi/mca/common/monitoring/common_monitoring_coll.c data->p_comm = comm; comm 110 ompi/mca/common/monitoring/common_monitoring_coll.c uint64_t key = *((uint64_t*)&comm); comm 248 ompi/mca/common/monitoring/common_monitoring_coll.c ompi_communicator_t *comm = (ompi_communicator_t *) obj_handle; comm 251 ompi/mca/common/monitoring/common_monitoring_coll.c int ret = opal_hash_table_get_value_uint64(comm_data, *((uint64_t*)&comm), (void*)&data); comm 262 ompi/mca/common/monitoring/common_monitoring_coll.c ompi_communicator_t *comm = (ompi_communicator_t *) obj_handle; comm 265 ompi/mca/common/monitoring/common_monitoring_coll.c int ret = opal_hash_table_get_value_uint64(comm_data, *((uint64_t*)&comm), (void*)&data); comm 289 ompi/mca/common/monitoring/common_monitoring_coll.c ompi_communicator_t *comm = (ompi_communicator_t *) obj_handle; comm 292 ompi/mca/common/monitoring/common_monitoring_coll.c int ret = opal_hash_table_get_value_uint64(comm_data, *((uint64_t*)&comm), (void*)&data); comm 303 ompi/mca/common/monitoring/common_monitoring_coll.c ompi_communicator_t *comm = (ompi_communicator_t *) obj_handle; comm 306 ompi/mca/common/monitoring/common_monitoring_coll.c int ret = opal_hash_table_get_value_uint64(comm_data, *((uint64_t*)&comm), (void*)&data); comm 330 ompi/mca/common/monitoring/common_monitoring_coll.c ompi_communicator_t *comm = (ompi_communicator_t *) obj_handle; comm 333 ompi/mca/common/monitoring/common_monitoring_coll.c int ret = opal_hash_table_get_value_uint64(comm_data, *((uint64_t*)&comm), (void*)&data); comm 344 ompi/mca/common/monitoring/common_monitoring_coll.c ompi_communicator_t *comm = (ompi_communicator_t *) obj_handle; comm 347 ompi/mca/common/monitoring/common_monitoring_coll.c int ret = opal_hash_table_get_value_uint64(comm_data, *((uint64_t*)&comm), (void*)&data); comm 306 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_open (ompi_communicator_t *comm, const char *filename, comm 195 ompi/mca/common/ompio/common_ompio_aggregators.c int flag = OMPI_COMM_IS_MAPBY_NODE (&ompi_mpi_comm_world.comm); comm 48 ompi/mca/common/ompio/common_ompio_file_open.c int mca_common_ompio_file_open (ompi_communicator_t *comm, comm 75 ompi/mca/common/ompio/common_ompio_file_open.c ompio_fh->f_rank = ompi_comm_rank (comm); comm 76 ompi/mca/common/ompio/common_ompio_file_open.c ompio_fh->f_size = ompi_comm_size (comm); comm 82 ompi/mca/common/ompio/common_ompio_file_open.c ret = ompi_comm_dup (comm, &ompio_fh->f_comm); comm 91 ompi/mca/common/ompio/common_ompio_file_open.c ompio_fh->f_comm = comm; comm 155 ompi/mca/common/ompio/common_ompio_file_open.c ret = ompio_fh->f_fs->fs_file_open (comm, comm 174 ompi/mca/common/ompio/common_ompio_file_open.c ret = ompio_fh->f_sharedfp->sharedfp_file_open(comm, comm 72 ompi/mca/crcp/base/base.h ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_add_comm( struct ompi_communicator_t* comm, ompi_crcp_base_pml_state_t* ); comm 73 ompi/mca/crcp/base/base.h ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_del_comm( struct ompi_communicator_t* comm, ompi_crcp_base_pml_state_t* ); comm 80 ompi/mca/crcp/base/base.h ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_iprobe(int dst, int tag, struct ompi_communicator_t* comm, int *matched, ompi_status_public_t* status, ompi_crcp_base_pml_state_t* ); comm 82 ompi/mca/crcp/base/base.h ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_probe( int dst, int tag, struct ompi_communicator_t* comm, ompi_status_public_t* status, ompi_crcp_base_pml_state_t* ); comm 85 ompi/mca/crcp/base/base.h mca_pml_base_send_mode_t mode, struct ompi_communicator_t* comm, struct ompi_request_t **request, ompi_crcp_base_pml_state_t* ); comm 88 ompi/mca/crcp/base/base.h mca_pml_base_send_mode_t mode, struct ompi_communicator_t* comm, struct ompi_request_t **request, ompi_crcp_base_pml_state_t* ); comm 91 ompi/mca/crcp/base/base.h mca_pml_base_send_mode_t mode, struct ompi_communicator_t* comm, ompi_crcp_base_pml_state_t* ); comm 94 ompi/mca/crcp/base/base.h struct ompi_communicator_t* comm, struct ompi_request_t **request, ompi_crcp_base_pml_state_t*); comm 97 ompi/mca/crcp/base/base.h struct ompi_communicator_t* comm, struct ompi_request_t **request, ompi_crcp_base_pml_state_t* ); comm 100 ompi/mca/crcp/base/base.h struct ompi_communicator_t* comm, ompi_status_public_t* status, ompi_crcp_base_pml_state_t*); comm 102 ompi/mca/crcp/base/base.h ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_dump( struct ompi_communicator_t* comm, int verbose, ompi_crcp_base_pml_state_t* ); comm 121 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_add_comm( struct ompi_communicator_t* comm, comm 128 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_del_comm( struct ompi_communicator_t* comm, comm 158 ompi/mca/crcp/base/crcp_base_fns.c struct ompi_communicator_t* comm, comm 167 ompi/mca/crcp/base/crcp_base_fns.c struct ompi_communicator_t* comm, comm 179 ompi/mca/crcp/base/crcp_base_fns.c struct ompi_communicator_t* comm, comm 191 ompi/mca/crcp/base/crcp_base_fns.c struct ompi_communicator_t* comm, comm 203 ompi/mca/crcp/base/crcp_base_fns.c struct ompi_communicator_t* comm, comm 213 ompi/mca/crcp/base/crcp_base_fns.c struct ompi_communicator_t* comm, comm 224 ompi/mca/crcp/base/crcp_base_fns.c struct ompi_communicator_t* comm, comm 235 ompi/mca/crcp/base/crcp_base_fns.c struct ompi_communicator_t* comm, comm 243 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_dump( struct ompi_communicator_t* comm, comm 159 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, comm 240 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, comm 256 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, comm 274 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, size_t ddt_size, comm 313 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static int find_peer_in_comm(struct ompi_communicator_t* comm, int proc_idx, comm 831 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c msg_ref->comm = NULL; comm 855 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c msg_ref->comm = NULL; comm 891 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c msg_ref->comm = NULL; comm 919 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c msg_ref->comm = NULL; comm 1020 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c msg_ref->comm = v_comm; \ comm 1048 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c msg_ref->comm = v_comm; \ comm 1256 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, comm 1279 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c comm, PROBE_ANY_SIZE, comm 1326 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, comm 1348 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c comm, PROBE_ANY_SIZE, comm 1384 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, comm 1398 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, comm 1411 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, comm 1506 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, comm 1527 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c if( OMPI_SUCCESS != (ret = find_peer_in_comm(comm, dst, &peer_ref) ) ){ comm 1539 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c count, datatype, 0, tag, dst, comm, comm 1719 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, comm 1740 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c if( OMPI_SUCCESS != (ret = find_peer_in_comm(comm, dst, &peer_ref) ) ){ comm 1752 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c count, datatype, 0, tag, dst, comm, comm 1878 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, comm 1898 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c if( OMPI_SUCCESS != (ret = find_peer_in_comm(comm, dst, &peer_ref) ) ){ comm 1910 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c count, datatype, 0, tag, dst, comm, comm 1961 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, comm 1996 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c count, datatype, 0, tag, src, comm, comm 2003 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c if( OMPI_SUCCESS != (ret = find_peer_in_comm(comm, src, &peer_ref) ) ){ comm 2015 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c count, datatype, 0, tag, src, comm, comm 2138 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c msg_ref->comm->c_contextid, msg_ref->ddt_size, comm 2147 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c msg_ref->comm, msg_ref->ddt_size, comm 2390 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, comm 2414 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c &src, &tag, comm, request, NULL, comm 2445 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c count, datatype, 0, tag, src, comm, comm 2452 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c if( OMPI_SUCCESS != (ret = find_peer_in_comm(comm, src, &peer_ref) ) ){ comm 2464 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c count, datatype, 0, tag, src, comm, comm 2628 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, comm 2653 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c &src, &tag, comm, NULL, &status, comm 2681 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c count, datatype, 0, tag, src, comm, comm 2688 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c if( OMPI_SUCCESS != (ret = find_peer_in_comm(comm, src, &peer_ref) ) ){ comm 2697 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c count, datatype, 0, tag, src, comm, comm 2729 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c if( OMPI_SUCCESS != (ret = find_peer_in_comm(comm, src, &peer_ref) ) ){ comm 3186 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, comm 3207 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c comm->c_contextid, comm 3227 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c count, ddt_size, tag, dest, comm, comm 3232 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c count, ddt_size, tag, dest, comm, comm 3329 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c old_msg_ref->comm, comm 3515 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c (*posted_msg_ref)->comm, comm 3746 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c (NULL != msg_ref->comm && msg_ref->comm->c_contextid == comm_id) && comm 3771 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, comm 3784 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c comm->c_contextid, comm 3795 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c count, NULL, tag, dest, comm, comm 3838 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, comm 3857 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c comm, tmp_ddt_size, comm 3898 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c struct ompi_communicator_t* comm, size_t ddt_size, comm 3919 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c if( comm->c_local_group->grp_proc_count <= peer ) { comm 3925 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c OMPI_CAST_RTE_NAME(&comm->c_local_group->grp_proc_pointers[peer]->super.proc_name))) { comm 3932 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c comm->c_contextid, ddt_size, comm 3976 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c if( NULL != drain_msg->comm ) { comm 3977 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c if( drain_msg->comm->c_contextid != comm_id ) { comm 4165 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static int find_peer_in_comm(struct ompi_communicator_t* comm, int proc_idx, comm 4168 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c *peer_ref = find_peer(*(ompi_process_name_t *)&comm->c_remote_group->grp_proc_pointers[proc_idx]->super.proc_name); comm 4978 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c drain_msg_ref->comm, comm 5543 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c comm_my_rank = ompi_comm_rank(msg_ref->comm); comm 5545 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c PACK_BUFFER(buffer, msg_ref->comm->c_contextid, 1, OPAL_UINT32, comm 45 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h ( struct ompi_communicator_t* comm, comm 48 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h ( struct ompi_communicator_t* comm, comm 62 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h (int dst, int tag, struct ompi_communicator_t* comm, comm 67 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h ( int dst, int tag, struct ompi_communicator_t* comm, comm 74 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h struct ompi_communicator_t* comm, comm 81 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h struct ompi_communicator_t* comm, comm 88 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h struct ompi_communicator_t* comm, comm 93 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h int src, int tag, struct ompi_communicator_t* comm, comm 99 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h int src, int tag, struct ompi_communicator_t* comm, comm 105 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h int src, int tag, struct ompi_communicator_t* comm, comm 110 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h ( struct ompi_communicator_t* comm, int verbose, comm 231 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h ompi_communicator_t* comm; comm 309 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h ompi_communicator_t* comm; comm 110 ompi/mca/crcp/crcp.h ( struct ompi_communicator_t* comm , ompi_crcp_base_pml_state_t*); comm 112 ompi/mca/crcp/crcp.h ( struct ompi_communicator_t* comm , ompi_crcp_base_pml_state_t*); comm 123 ompi/mca/crcp/crcp.h (int dst, int tag, struct ompi_communicator_t* comm, int *matched, comm 127 ompi/mca/crcp/crcp.h ( int dst, int tag, struct ompi_communicator_t* comm, comm 132 ompi/mca/crcp/crcp.h mca_pml_base_send_mode_t mode, struct ompi_communicator_t* comm, comm 137 ompi/mca/crcp/crcp.h mca_pml_base_send_mode_t mode, struct ompi_communicator_t* comm, comm 142 ompi/mca/crcp/crcp.h mca_pml_base_send_mode_t mode, struct ompi_communicator_t* comm, comm 147 ompi/mca/crcp/crcp.h struct ompi_communicator_t* comm, struct ompi_request_t **request, comm 152 ompi/mca/crcp/crcp.h struct ompi_communicator_t* comm, struct ompi_request_t **request, comm 157 ompi/mca/crcp/crcp.h struct ompi_communicator_t* comm, ompi_status_public_t* status, comm 161 ompi/mca/crcp/crcp.h ( struct ompi_communicator_t* comm, int verbose, ompi_crcp_base_pml_state_t* ); comm 48 ompi/mca/fcoll/base/fcoll_base_coll_array.c ompi_communicator_t *comm) comm 56 ompi/mca/fcoll/base/fcoll_base_coll_array.c rank = ompi_comm_rank (comm); comm 90 ompi/mca/fcoll/base/fcoll_base_coll_array.c comm); comm 114 ompi/mca/fcoll/base/fcoll_base_coll_array.c comm); comm 131 ompi/mca/fcoll/base/fcoll_base_coll_array.c struct ompi_communicator_t *comm) comm 139 ompi/mca/fcoll/base/fcoll_base_coll_array.c rank = ompi_comm_rank (comm); comm 149 ompi/mca/fcoll/base/fcoll_base_coll_array.c comm)); comm 189 ompi/mca/fcoll/base/fcoll_base_coll_array.c comm, comm 220 ompi/mca/fcoll/base/fcoll_base_coll_array.c struct ompi_communicator_t *comm) comm 228 ompi/mca/fcoll/base/fcoll_base_coll_array.c rank = ompi_comm_rank (comm); comm 237 ompi/mca/fcoll/base/fcoll_base_coll_array.c comm, comm 280 ompi/mca/fcoll/base/fcoll_base_coll_array.c comm, comm 309 ompi/mca/fcoll/base/fcoll_base_coll_array.c ompi_communicator_t *comm) comm 315 ompi/mca/fcoll/base/fcoll_base_coll_array.c rank = ompi_comm_rank (comm); comm 337 ompi/mca/fcoll/base/fcoll_base_coll_array.c comm); comm 346 ompi/mca/fcoll/base/fcoll_base_coll_array.c comm); comm 362 ompi/mca/fcoll/base/fcoll_base_coll_array.c struct ompi_communicator_t *comm) comm 372 ompi/mca/fcoll/base/fcoll_base_coll_array.c rank = ompi_comm_rank (comm); comm 382 ompi/mca/fcoll/base/fcoll_base_coll_array.c comm)); comm 418 ompi/mca/fcoll/base/fcoll_base_coll_array.c comm, comm 449 ompi/mca/fcoll/base/fcoll_base_coll_array.c ompi_communicator_t *comm) comm 455 ompi/mca/fcoll/base/fcoll_base_coll_array.c rank = ompi_comm_rank (comm); comm 464 ompi/mca/fcoll/base/fcoll_base_coll_array.c comm, comm 487 ompi/mca/fcoll/base/fcoll_base_coll_array.c comm, comm 55 ompi/mca/fcoll/base/fcoll_base_coll_array.h ompi_communicator_t *comm); comm 66 ompi/mca/fcoll/base/fcoll_base_coll_array.h ompi_communicator_t *comm); comm 76 ompi/mca/fcoll/base/fcoll_base_coll_array.h ompi_communicator_t *comm); comm 88 ompi/mca/fcoll/base/fcoll_base_coll_array.h ompi_communicator_t *comm); comm 98 ompi/mca/fcoll/base/fcoll_base_coll_array.h ompi_communicator_t *comm); comm 105 ompi/mca/fcoll/base/fcoll_base_coll_array.h ompi_communicator_t *comm); comm 54 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c MPI_Comm comm; comm 227 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c aggr_data[i]->comm = fh->f_comm; comm 1151 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c data->comm, comm 1230 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c data->comm, comm 217 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c if ( OMPI_COMM_IS_MAPBY_NODE (&ompi_mpi_comm_world.comm) ) { comm 257 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if ( OMPI_COMM_IS_MAPBY_NODE (&ompi_mpi_comm_world.comm) ) { comm 176 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c ompi_mpi_abort(&ompi_mpi_comm_world.comm, 1); comm 53 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c MPI_Comm comm; comm 215 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c aggr_data[i]->comm = fh->f_comm; comm 1187 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c data->comm, comm 1266 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c data->comm, comm 114 ompi/mca/fs/fs.h struct ompi_communicator_t *comm, const char *filename, int amode, comm 46 ompi/mca/fs/ime/fs_ime.h int mca_fs_ime_file_open (struct ompi_communicator_t *comm, comm 31 ompi/mca/fs/ime/fs_ime_file_open.c int mca_fs_ime_file_open (struct ompi_communicator_t *comm, comm 41 ompi/mca/fs/ime/fs_ime_file_open.c rank = ompi_comm_rank ( comm ); comm 75 ompi/mca/fs/ime/fs_ime_file_open.c comm->c_coll->coll_bcast (&ret, 1, MPI_INT, OMPIO_ROOT, comm, comm 76 ompi/mca/fs/ime/fs_ime_file_open.c comm->c_coll->coll_bcast_module); comm 61 ompi/mca/fs/lustre/fs_lustre.h int mca_fs_lustre_file_open (struct ompi_communicator_t *comm, comm 60 ompi/mca/fs/lustre/fs_lustre_file_open.c mca_fs_lustre_file_open (struct ompi_communicator_t *comm, comm 162 ompi/mca/fs/lustre/fs_lustre_file_open.c comm->c_coll->coll_bcast ( &ret, 1, MPI_INT, 0, comm, comm->c_coll->coll_bcast_module); comm 73 ompi/mca/fs/pvfs2/fs_pvfs2.h int mca_fs_pvfs2_file_open (struct ompi_communicator_t *comm, comm 61 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c mca_fs_pvfs2_file_open (struct ompi_communicator_t *comm, comm 57 ompi/mca/fs/ufs/fs_ufs.h int mca_fs_ufs_file_open (struct ompi_communicator_t *comm, comm 45 ompi/mca/fs/ufs/fs_ufs_file_open.c mca_fs_ufs_file_open (struct ompi_communicator_t *comm, comm 55 ompi/mca/fs/ufs/fs_ufs_file_open.c rank = ompi_comm_rank ( comm ); comm 119 ompi/mca/fs/ufs/fs_ufs_file_open.c comm->c_coll->coll_bcast ( &ret, 1, MPI_INT, 0, comm, comm->c_coll->coll_bcast_module); comm 144 ompi/mca/io/io.h (struct ompi_communicator_t *comm, const char *filename, int amode, comm 147 ompi/mca/io/ompio/io_ompio.h int mca_io_ompio_file_open (struct ompi_communicator_t *comm, comm 45 ompi/mca/io/ompio/io_ompio_file_open.c int mca_io_ompio_file_open (ompi_communicator_t *comm, comm 71 ompi/mca/io/ompio/io_ompio_file_open.c ret = mca_common_ompio_file_open(comm,filename,amode,info,&data->ompio_fh,use_sharedfp); comm 379 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c MPI_Comm_rank(fd->comm,&myrank); comm 679 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c count_others_req_per_proc, 1, MPI_INT, fd->comm); comm 771 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c fd->comm); comm 795 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c fd->comm); comm 25 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_flush.c MPI_Comm_rank(fd->comm, &rank); comm 36 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_flush.c MPI_Barrier(fd->comm); comm 45 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_flush.c MPI_Bcast(&err, 1, MPI_UNSIGNED, fd->hints->ranklist[0], fd->comm); comm 109 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_hints.c MPI_Comm_size(fd->comm, &nprocs); comm 116 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_open.c MPI_Comm_rank(fd->comm, &rank); comm 117 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_open.c if ((rank == fd->hints->ranklist[0]) || (fd->comm == MPI_COMM_SELF)) { comm 140 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c MPI_Comm_size(fd->comm, &nprocs); comm 141 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c MPI_Comm_rank(fd->comm, &myrank); comm 200 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c MPI_Allreduce( gpfs_offsets0, gpfs_offsets, nprocs*3, ADIO_OFFSET, MPI_MAX, fd->comm ); comm 217 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c MPI_Allreduce( gpfs_offsets0, gpfs_offsets, nprocs*2, ADIO_OFFSET, MPI_MAX, fd->comm ); comm 228 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c ADIO_OFFSET, fd->comm); comm 230 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c ADIO_OFFSET, fd->comm); comm 233 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c ADIO_OFFSET, fd->comm); comm 575 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c MPI_Allreduce(&ntimes, &max_ntimes, 1, MPI_INT, MPI_MAX, fd->comm); comm 616 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c MPI_Comm_rank(fd->comm, &rank); comm 857 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c MPI_Alltoall(send_size, 1, MPI_INT, recv_size, 1, MPI_INT, fd->comm); comm 881 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c MPI_BYTE, i, myrank+i+100*iter, fd->comm, requests+j); comm 897 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c myrank+i+100*iter, fd->comm, requests+j); comm 924 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c fd->comm, requests+nprocs_recv+j); comm 1154 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c MPI_Alltoall(send_size, 1, MPI_INT, recv_size, 1, MPI_INT, fd->comm); comm 1220 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c fd->comm ); comm 259 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c MPI_Comm_split(fd->comm, (fd->is_agg ? 1 : MPI_UNDEFINED), 0, &agg_comm); comm 145 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c MPI_Comm_size(fd->comm, &nprocs); comm 146 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c MPI_Comm_rank(fd->comm, &myrank); comm 202 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c MPI_Allreduce( gpfs_offsets0, gpfs_offsets, nprocs*3, ADIO_OFFSET, MPI_MAX, fd->comm ); comm 219 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c MPI_Allreduce( gpfs_offsets0, gpfs_offsets, nprocs*2, ADIO_OFFSET, MPI_MAX, fd->comm ); comm 230 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c ADIO_OFFSET, fd->comm); comm 232 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c ADIO_OFFSET, fd->comm); comm 235 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c ADIO_OFFSET, fd->comm); comm 346 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c MPI_Allreduce(&holeFound, &anyHolesFound, 1, MPI_INT, MPI_MAX, fd->comm); comm 573 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c MPI_Comm_size(fd->comm, &nprocs); comm 574 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c MPI_Comm_rank(fd->comm, &rank); comm 577 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c MPI_Allgather(&my_ionode, 1, MPI_INT, rank_to_ionode, 1, MPI_INT, fd->comm); comm 712 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c fd->comm); comm 1032 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c MPI_Alltoall(recv_size, 1, MPI_INT, send_size, 1, MPI_INT, fd->comm); comm 1147 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c fd->comm, requests+j); comm 1165 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c MPI_BYTE, i, myrank+i+100*iter, fd->comm, comm 1196 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c fd->comm, &wkl_status); comm 1377 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c myrank+p+100*iter, fd->comm, requests+jj); comm 1560 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c MPI_Alltoall(recv_size, 1, MPI_INT, send_size, 1, MPI_INT, fd->comm); comm 1616 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c fd->comm ); comm 92 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c MPI_Comm_size( fd->comm, &s ); comm 93 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c MPI_Comm_rank( fd->comm, &r ); comm 98 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c ADIOI_BG_persInfo_init( confInfo, procInfo, s, r, n_aggrs_per_pset, fd->comm); comm 107 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c fd->comm ); comm 130 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c fd->comm); comm 140 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c MPI_INT, 0, fd->comm); comm 143 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c fd->comm); comm 458 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c MPI_Comm_size( fd->comm, &size ); comm 468 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c i, tmp_ranklist[i], fd->comm); comm 143 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_pset.c int size, int rank, int n_aggrs, MPI_Comm comm) comm 150 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_pset.c TRACE_ERR("Entering BG_persInfo_init, size: %d, rank: %d, n_aggrs: %d, comm: %d\n", size, rank, n_aggrs, (int)comm); comm 204 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_pset.c MPI_Comm_size(comm, &commsize); comm 298 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_pset.c MPI_Allgather(MPI_IN_PLACE, 2, MPI_INT, bridges, 2, MPI_INT, comm); comm 75 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_pset.h int s, int r, int n_aggrs, MPI_Comm comm); comm 64 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c MPI_Comm_rank(fd->comm, &myRank); comm 65 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c MPI_Comm_size(fd->comm, &commSize); comm 67 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c MPI_Comm_test_inter(fd->comm, &inTERcommFlag); comm 148 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c MPID_Comm_get_ptr(fd->comm,mpidCommData); comm 157 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c MPI_Allgather(MPI_IN_PLACE, 1, MPI_INT, allNodeRanks, 1, MPI_INT, fd->comm); comm 18 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_close.c MPI_Barrier(fd->comm); comm 41 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_fcntl.c MPI_Comm_size(fd->comm, &nprocs); comm 42 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_fcntl.c MPI_Comm_rank(fd->comm, &myrank); comm 58 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c MPI_Comm_size(fd->comm, &nprocs); comm 59 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c MPI_Comm_rank(fd->comm, &myrank); comm 277 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c MPI_Barrier(fd->comm); comm 278 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c MPI_Bcast(&file_exists,1,MPI_INT,0,fd->comm); comm 325 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c MPI_Barrier(fd->comm); comm 123 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c MPI_Comm_size(fd->comm, &nprocs); comm 124 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c MPI_Comm_rank(fd->comm, &myrank); comm 219 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c MPI_Comm_rank(fd->comm,&myrank); comm 220 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c MPI_Comm_size(fd->comm,&nprocs); comm 413 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c MPI_Comm_size(fd->comm, &nprocs); comm 414 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c MPI_Comm_rank(fd->comm, &myrank); comm 437 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c MPI_Unpack(intermediate,bufsize,&posn,buf,count,datatype,fd->comm); comm 453 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c MPI_Unpack(intermediate,bufsize,&posn,buf,count,datatype,fd->comm); comm 64 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c MPI_Comm_size(fd->comm, &nprocs); comm 65 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c MPI_Comm_rank(fd->comm, &myrank); comm 129 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c MPI_Comm_size(fd->comm, &nprocs); comm 130 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c MPI_Comm_rank(fd->comm, &myrank); comm 220 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c MPI_Comm_rank(fd->comm,&myrank); comm 221 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c MPI_Comm_size(fd->comm,&nprocs); comm 389 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c MPI_Comm_size(fd->comm, &nprocs); comm 390 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c MPI_Comm_rank(fd->comm, &myrank); comm 404 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c MPI_Comm_size(fd->comm, &nprocs); comm 405 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c MPI_Comm_rank(fd->comm, &myrank); comm 433 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c MPI_Pack(buf,count,datatype,intermediate,bufsize,&posn,fd->comm); comm 452 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c MPI_Pack(buf,count,datatype,intermediate,bufsize,&posn,fd->comm); comm 310 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c fd->comm); comm 312 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c fd->comm); comm 85 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_hints.c MPI_Comm_rank(fd->comm, &myrank); comm 91 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_hints.c MPI_Bcast(stripe_val, 3, MPI_OFFSET, 0, fd->comm); comm 30 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_open.c MPI_Comm_rank(fd->comm, &myrank); comm 91 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c MPI_Comm_size(fd->comm, &nprocs); comm 92 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c MPI_Comm_rank(fd->comm, &myrank); comm 116 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c ADIO_OFFSET, fd->comm); comm 118 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c ADIO_OFFSET, fd->comm); comm 222 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c fd->hints->ranklist[0], fd->comm); comm 226 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c MPI_MAX, fd->comm); comm 355 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c MPI_Allreduce(&end_loc, &max_end_loc, 1, MPI_LONG_LONG_INT, MPI_MAX, fd->comm); comm 359 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c MPI_Allreduce(&st_loc, &min_st_loc, 1, MPI_LONG_LONG_INT, MPI_MIN, fd->comm); comm 745 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c myrank + i + 100 * iter, fd->comm, requests + j); comm 762 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c MPI_BYTE, i, myrank + i + 100 * iter, fd->comm, comm 790 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c myrank + i + 100 * iter, fd->comm, &wkl_status); comm 965 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c myrank + p + 100 * iter, fd->comm, comm 38 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c MPI_Comm_rank(fd->comm, &myrank); comm 40 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c MPI_Comm_rank(fd->comm, &myrank); comm 21 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_resize.c MPI_Comm_rank(fd->comm, &myrank); comm 25 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_resize.c MPI_Barrier(fd->comm); comm 29 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_resize.c MPI_Barrier(fd->comm); comm 26 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_fcntl.c MPI_Comm_size(fd->comm, &np_comm); comm 52 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_fcntl.c MPI_Comm_size(fd->comm, &np_comm); comm 32 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_flush.c MPI_Comm_size(fd->comm, &np_comm); comm 32 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm); comm 48 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm); comm 64 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm); comm 77 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c MPI_Comm_rank(fd->comm, &myrank); comm 115 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c MPI_Barrier(fd->comm); comm 37 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_open.c MPI_Comm_size(fd->comm, &np_comm); comm 33 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm); comm 45 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm); comm 57 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm); comm 68 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c MPI_Comm_rank(fd->comm, &myrank); comm 109 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c MPI_Barrier(fd->comm); comm 21 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_flush.c MPI_Comm_rank(fd->comm, &rank); comm 23 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_flush.c fd->hints->ranklist[0], fd->comm); comm 27 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_flush.c MPI_Bcast(&err, 1, MPI_INT, fd->hints->ranklist[0], fd->comm); comm 35 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm); comm 52 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm); comm 69 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm); comm 100 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm); comm 128 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm); comm 19 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_resize.c MPI_Comm_rank(fd->comm, &rank); comm 23 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_resize.c MPI_Bcast(&err, 1, MPI_INT, fd->hints->ranklist[0], fd->comm); comm 40 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_common.c int ADIOI_PVFS2_End_call(MPI_Comm comm, int keyval, comm 31 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_common.h int ADIOI_PVFS2_End_call(MPI_Comm comm, int keyval, comm 28 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_flush.c MPI_Comm_rank(fd->comm, &rank); comm 34 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_flush.c fd->hints->ranklist[0], fd->comm); comm 40 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_flush.c MPI_Bcast(&ret, 1, MPI_INT, fd->hints->ranklist[0], fd->comm); comm 58 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c MPI_Bcast(&tmp_value, 1, MPI_INT, 0, fd->comm); comm 171 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c MPI_Comm_rank(fd->comm, &rank); comm 223 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c fd->comm); comm 24 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_resize.c MPI_Comm_rank(fd->comm, &rank); comm 38 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_resize.c MPI_Bcast(&ret, 1, MPI_INT, fd->hints->ranklist[0], fd->comm); comm 40 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_resize.c MPI_Bcast(&ret, 1, MPI_INT, fd->hints->ranklist[0], fd->comm); comm 30 ompi/mca/io/romio321/romio/adio/ad_sfs/ad_sfs_fcntl.c MPI_Barrier(fd->comm); comm 18 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_close.c MPI_Comm_size(fd->comm, &nprocs); comm 19 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_close.c MPI_Comm_rank(fd->comm, &myrank); comm 20 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_fcntl.c MPI_Comm_size(fd->comm, &nprocs); comm 21 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_fcntl.c MPI_Comm_rank(fd->comm, &myrank); comm 17 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_flush.c MPI_Comm_size(fd->comm, &nprocs); comm 18 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_flush.c MPI_Comm_rank(fd->comm, &myrank); comm 19 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_getsh.c MPI_Comm_size(fd->comm, &nprocs); comm 20 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_getsh.c MPI_Comm_rank(fd->comm, &myrank); comm 19 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_hints.c MPI_Comm_size(fd->comm, &nprocs); comm 20 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_hints.c MPI_Comm_rank(fd->comm, &myrank); comm 26 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c MPI_Comm_size(fd->comm, &nprocs); comm 27 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c MPI_Comm_rank(fd->comm, &myrank); comm 50 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c MPI_Comm_size(fd->comm, &nprocs); comm 51 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c MPI_Comm_rank(fd->comm, &myrank); comm 30 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c MPI_Comm_size(fd->comm, &nprocs); comm 31 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c MPI_Comm_rank(fd->comm, &myrank); comm 55 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c MPI_Comm_size(fd->comm, &nprocs); comm 56 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c MPI_Comm_rank(fd->comm, &myrank); comm 19 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_open.c MPI_Comm_size(fd->comm, &nprocs); comm 20 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_open.c MPI_Comm_rank(fd->comm, &myrank); comm 20 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_rdcoll.c MPI_Comm_size(fd->comm, &nprocs); comm 21 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_rdcoll.c MPI_Comm_rank(fd->comm, &myrank); comm 20 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c MPI_Comm_size(fd->comm, &nprocs); comm 21 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c MPI_Comm_rank(fd->comm, &myrank); comm 53 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c MPI_Comm_size(fd->comm, &nprocs); comm 54 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c MPI_Comm_rank(fd->comm, &myrank); comm 17 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_resize.c MPI_Comm_size(fd->comm, &nprocs); comm 18 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_resize.c MPI_Comm_rank(fd->comm, &myrank); comm 37 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_seek.c MPI_Comm_size(fd->comm, &nprocs); comm 38 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_seek.c MPI_Comm_rank(fd->comm, &myrank); comm 18 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_setsh.c MPI_Comm_size(fd->comm, &nprocs); comm 19 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_setsh.c MPI_Comm_rank(fd->comm, &myrank); comm 20 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_wrcoll.c MPI_Comm_size(fd->comm, &nprocs); comm 21 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_wrcoll.c MPI_Comm_rank(fd->comm, &myrank); comm 20 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c MPI_Comm_size(fd->comm, &nprocs); comm 21 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c MPI_Comm_rank(fd->comm, &myrank); comm 54 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c MPI_Comm_size(fd->comm, &nprocs); comm 55 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c MPI_Comm_rank(fd->comm, &myrank); comm 37 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_common.c int ADIOI_ZOIDFS_End_call(MPI_Comm comm, int keyval, comm 39 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_common.h int ADIOI_ZOIDFS_End_call(MPI_Comm comm, int keyval, comm 27 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_flush.c MPI_Comm_rank(fd->comm, &rank); comm 32 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_flush.c fd->hints->ranklist[0], fd->comm); comm 37 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_flush.c MPI_Bcast(&ret, 1, MPI_INT, fd->hints->ranklist[0], fd->comm); comm 90 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c MPI_Comm_rank(fd->comm, &rank); comm 130 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c fd->comm); comm 24 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_resize.c MPI_Comm_rank(fd->comm, &rank); comm 35 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_resize.c MPI_Bcast(&ret, 1, MPI_INT, fd->hints->ranklist[0], fd->comm); comm 37 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_resize.c MPI_Bcast(&ret, 1, MPI_INT, fd->hints->ranklist[0], fd->comm); comm 452 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c count_others_req_per_proc, 1, MPI_INT, fd->comm); comm 483 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c ADIO_OFFSET, i, i+myrank, fd->comm, &requests[j]); comm 486 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c ADIO_OFFSET, i, i+myrank+1, fd->comm, &requests[j]); comm 494 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c ADIO_OFFSET, i, i+myrank, fd->comm, &requests[j]); comm 497 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c ADIO_OFFSET, i, i+myrank+1, fd->comm, &requests[j]); comm 536 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c vars->count_others_req_per_proc, 1, MPI_INT, vars->fd->comm, comm 600 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c ADIO_OFFSET, i, i+myrank, fd->comm, &vars->req2[j]); comm 603 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c ADIO_OFFSET, i, i+myrank+1, fd->comm, &vars->req2[j]); comm 611 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c ADIO_OFFSET, i, i+myrank, fd->comm, &vars->req2[j]); comm 614 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c ADIO_OFFSET, i, i+myrank+1, fd->comm, &vars->req2[j]); comm 52 ompi/mca/io/romio321/romio/adio/common/ad_close.c MPI_Comm_rank(fd->comm, &myrank); comm 56 ompi/mca/io/romio321/romio/adio/common/ad_close.c MPI_Barrier(fd->comm); comm 100 ompi/mca/io/romio321/romio/adio/common/ad_close.c MPI_Comm_free(&(fd->comm)); comm 191 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c MPI_BYTE, i, COUNT_EXCH, fd->comm, &recv_req_arr[i]); comm 205 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c MPI_BYTE, fd->hints->ranklist[i], COUNT_EXCH, fd->comm, comm 288 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c MPI_BYTE, fd->comm); comm 393 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c INDICES, fd->comm, &recv_req_arr[j]); comm 397 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c BLOCK_LENS, fd->comm, &recv_req_arr[j]); comm 409 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c INDICES, fd->comm, &send_req_arr[j]); comm 413 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c BLOCK_LENS, fd->comm, &send_req_arr[j]); comm 423 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c fd->hints->ranklist[i], INDICES, fd->comm, comm 428 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c fd->hints->ranklist[i], BLOCK_LENS, fd->comm, comm 66 ompi/mca/io/romio321/romio/adio/common/ad_end.c int ADIOI_End_call(MPI_Comm comm, int keyval, void *attribute_val, void comm 71 ompi/mca/io/romio321/romio/adio/common/ad_end.c ADIOI_UNREFERENCED_ARG(comm); comm 483 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c static void ADIO_FileSysType_fncall_scalable(MPI_Comm comm, const char *filename, int * file_system, int * error_code) comm 487 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c MPI_Comm_rank(comm, &rank); comm 494 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c MPI_Bcast(buf, 2, MPI_INT, 0, comm); comm 607 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c void ADIO_ResolveFileType(MPI_Comm comm, const char *filename, int *fstype, comm 646 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c ADIO_FileSysType_fncall_scalable(comm, filename, &file_system, &myerrcode); comm 665 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c MPI_Allreduce(&myerrcode, &max_code, 1, MPI_INT, MPI_MAX, comm); comm 672 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c MPI_MIN, comm); comm 38 ompi/mca/io/romio321/romio/adio/common/ad_hints.c MPI_Comm_size(fd->comm, &nprocs); comm 27 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c static void post_aggregator_comm (MPI_Comm comm, int rw_type, int nproc, comm 96 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c MPI_Comm_size (fd->comm, &nprocs); comm 97 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c MPI_Comm_rank (fd->comm, &myrank); comm 132 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c ADIO_OFFSET, fd->comm); comm 287 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c post_aggregator_comm(fd->comm, rdwr, nprocs, cb_buf, comm 387 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c post_aggregator_comm(fd->comm, rdwr, nprocs, cb_buf, comm 532 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c fd->comm); comm 545 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c fd->comm); comm 615 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c post_aggregator_comm(fd->comm, rdwr, nprocs, cb_buf, comm 999 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c fd->comm); comm 1026 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c AMT_TAG, fd->comm, &recv_requests[i]); comm 1039 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c MPI_BYTE, i, AMT_TAG, fd->comm, &send_requests[i]); comm 1070 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c static void post_aggregator_comm (MPI_Comm comm, int rw_type, comm 1104 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c DATA_TAG, comm, comm 1108 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c DATA_TAG, comm, comm 1126 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c MPI_Irecv (buf, 1, agg_comm_dtype, agg_rank, DATA_TAG, fd->comm, comm 1129 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c MPI_Isend (buf, 1, agg_comm_dtype, agg_rank, DATA_TAG, fd->comm, comm 13 ompi/mca/io/romio321/romio/adio/common/ad_iopen.c tmp_comm = fd->comm; comm 16 ompi/mca/io/romio321/romio/adio/common/ad_iopen.c fd->comm = MPI_COMM_SELF; comm 19 ompi/mca/io/romio321/romio/adio/common/ad_iopen.c fd->comm = tmp_comm; comm 254 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c MPI_Comm_size(fd->comm, &nprocs); comm 255 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c MPI_Comm_rank(fd->comm, &myrank); comm 292 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c fd->comm, &vars->req_offset[0]); comm 296 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c fd->comm, &vars->req_offset[1]); comm 643 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c MPI_MAX, fd->comm, &vars->req1); comm 1008 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c MPI_INT, vars->fd->comm, &vars->req1); comm 1057 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c MPI_BYTE, i, myrank+i+100*iter, fd->comm, comm 1074 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c myrank+i+100*iter, fd->comm, comm 1102 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c fd->comm, vars->req2 + nprocs_recv + j); comm 277 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c MPI_Comm_size(fd->comm, &nprocs); comm 278 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c MPI_Comm_rank(fd->comm, &myrank); comm 310 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c fd->comm, &vars->req_offset[0]); comm 314 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c fd->comm, &vars->req_offset[1]); comm 537 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c fd->hints->ranklist[0], fd->comm, comm 542 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c MPI_INT, MPI_MAX, fd->comm, comm 686 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c MPI_MAX, fd->comm, &vars->req1); comm 1065 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c MPI_INT, vars->fd->comm, &vars->req1); comm 1227 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c fd->comm, vars->requests+j); comm 1245 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c MPI_BYTE, i, myrank+i+100*iter, fd->comm, comm 1282 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c fd->comm, vars->req3+j); comm 17 ompi/mca/io/romio321/romio/adio/common/ad_open.c MPI_Comm orig_comm, MPI_Comm comm, comm 21 ompi/mca/io/romio321/romio/adio/common/ad_open.c MPI_Comm comm, const char *filename, int file_system, comm 56 ompi/mca/io/romio321/romio/adio/common/ad_open.c fd->comm = comm; /* dup'ed in MPI_File_open */ comm 85 ompi/mca/io/romio321/romio/adio/common/ad_open.c MPI_Comm_rank(comm, &rank); comm 86 ompi/mca/io/romio321/romio/adio/common/ad_open.c MPI_Comm_size(comm, &procs); comm 119 ompi/mca/io/romio321/romio/adio/common/ad_open.c MPI_Allreduce(&syshints_processed, &can_skip, 1, MPI_INT, MPI_MIN, fd->comm); comm 160 ompi/mca/io/romio321/romio/adio/common/ad_open.c build_cb_config_list(fd, orig_comm, comm, rank, procs, error_code); comm 197 ompi/mca/io/romio321/romio/adio/common/ad_open.c MPI_Allreduce(error_code, &max_error_code, 1, MPI_INT, MPI_MAX, comm); comm 279 ompi/mca/io/romio321/romio/adio/common/ad_open.c MPI_Comm orig_comm, MPI_Comm comm, comm 292 ompi/mca/io/romio321/romio/adio/common/ad_open.c ADIOI_cb_gather_name_array(orig_comm, comm, &array); comm 40 ompi/mca/io/romio321/romio/adio/common/ad_opencoll.c tmp_comm = fd->comm; comm 41 ompi/mca/io/romio321/romio/adio/common/ad_opencoll.c fd->comm = MPI_COMM_SELF; comm 43 ompi/mca/io/romio321/romio/adio/common/ad_opencoll.c fd->comm = tmp_comm; comm 45 ompi/mca/io/romio321/romio/adio/common/ad_opencoll.c fd->hints->ranklist[0], fd->comm); comm 52 ompi/mca/io/romio321/romio/adio/common/ad_opencoll.c else MPI_Bcast(error_code, 1, MPI_INT, fd->hints->ranklist[0], fd->comm); comm 81 ompi/mca/io/romio321/romio/adio/common/ad_opencoll.c MPI_Bcast(&(fd->blksize), 1, MPI_LONG, fd->hints->ranklist[0], fd->comm); comm 117 ompi/mca/io/romio321/romio/adio/common/ad_opencoll.c MPI_Bcast(&(fd->blksize), 1, MPI_LONG, fd->hints->ranklist[0], fd->comm); comm 33 ompi/mca/io/romio321/romio/adio/common/ad_opencoll_failsafe.c tmp_comm = fd->comm; comm 34 ompi/mca/io/romio321/romio/adio/common/ad_opencoll_failsafe.c fd->comm = MPI_COMM_SELF; comm 42 ompi/mca/io/romio321/romio/adio/common/ad_opencoll_failsafe.c fd->comm = tmp_comm; comm 45 ompi/mca/io/romio321/romio/adio/common/ad_opencoll_failsafe.c fd->hints->ranklist[0], fd->comm); comm 94 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c MPI_Comm_size(fd->comm, &nprocs); comm 95 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c MPI_Comm_rank(fd->comm, &myrank); comm 128 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c ADIO_OFFSET, fd->comm); comm 130 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c ADIO_OFFSET, fd->comm); comm 570 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c MPI_Allreduce(&ntimes, &max_ntimes, 1, MPI_INT, MPI_MAX, fd->comm); comm 611 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c MPI_Comm_rank(fd->comm, &rank); comm 793 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c MPI_Alltoall(send_size, 1, MPI_INT, recv_size, 1, MPI_INT, fd->comm); comm 817 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c MPI_BYTE, i, myrank+i+100*iter, fd->comm, requests+j); comm 833 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c myrank+i+100*iter, fd->comm, requests+j); comm 860 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c fd->comm, requests+nprocs_recv+j); comm 19 ompi/mca/io/romio321/romio/adio/common/ad_resize.c MPI_Comm_rank(fd->comm, &rank); comm 28 ompi/mca/io/romio321/romio/adio/common/ad_resize.c MPI_Bcast(&err, 1, MPI_INT, fd->hints->ranklist[0], fd->comm); comm 91 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c MPI_Comm_size(fd->comm, &nprocs); comm 92 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c MPI_Comm_rank(fd->comm, &myrank); comm 120 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c ADIO_OFFSET, fd->comm); comm 122 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c ADIO_OFFSET, fd->comm); comm 234 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c fd->hints->ranklist[0], fd->comm); comm 238 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c MPI_MAX, fd->comm); comm 367 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c fd->comm); comm 591 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c MPI_Alltoall(recv_size, 1, MPI_INT, send_size, 1, MPI_INT, fd->comm); comm 710 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c fd->comm, requests+j); comm 728 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c MPI_BYTE, i, myrank+i+100*iter, fd->comm, comm 759 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c fd->comm, &wkl_status); comm 944 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c myrank+p+100*iter, fd->comm, requests+jj); comm 70 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c MPI_Comm_rank(fd->comm, &rank); comm 71 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c MPI_Comm_size(fd->comm, &nprocs); comm 74 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c MPI_Bcast(&(fd->hints->cb_nodes), 1, MPI_INT, 0, fd->comm); comm 76 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c MPI_Comm_rank(fd->comm, &my_rank); comm 90 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c fd->comm); comm 126 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c int ADIOI_cb_gather_name_array(MPI_Comm comm, comm 143 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c MPI_Comm_get_attr(comm, ADIOI_cb_config_list_keyval, (void *) &array, &found); comm 259 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c MPI_Comm_set_attr (comm, ADIOI_cb_config_list_keyval, array); comm 389 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c int ADIOI_cb_copy_name_array(MPI_Comm comm, comm 398 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c ADIOI_UNREFERENCED_ARG(comm); comm 413 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c int ADIOI_cb_delete_name_array(MPI_Comm comm, comm 420 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c ADIOI_UNREFERENCED_ARG(comm); comm 34 ompi/mca/io/romio321/romio/adio/common/hint_fns.c MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm); comm 89 ompi/mca/io/romio321/romio/adio/common/hint_fns.c MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm); comm 133 ompi/mca/io/romio321/romio/adio/common/hint_fns.c MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm); comm 61 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c MPI_INFO_NULL,fd->comm, &fd->io_buf_window); comm 65 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c MPI_INFO_NULL,fd->comm, &fd->io_buf_put_amounts_window); comm 232 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c MPI_Comm_size(fd->comm, &nprocs); comm 233 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c MPI_Comm_rank(fd->comm, &myrank); comm 826 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c MPI_Barrier(fd->comm); comm 1060 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c MPI_Barrier(fd->comm); comm 1179 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c MPI_Barrier(fd->comm); comm 1264 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c MPI_Comm_size(fd->comm, &nprocs); comm 1265 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c MPI_Comm_rank(fd->comm, &myrank); comm 1949 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c MPI_Barrier(fd->comm); comm 2138 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c MPI_Barrier(fd->comm); comm 36 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c MPI_Comm_size(fd->comm, &nprocs); comm 37 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c MPI_Comm_rank(fd->comm, &myrank); comm 246 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c fd->comm,&mpiSizeToSendRequest[numTargetAggsThisRound]); comm 291 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c sourceProcsForMyData[i],0,fd->comm, comm 315 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 0,fd->comm,&mpiSendDataToTargetAggRequest[irecv]); comm 323 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c targetAggsForMyData[targetAggIndexesForMyDataThisRound[i]],0,fd->comm,&mpiSendDataToTargetAggRequest[i]); comm 348 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c fd->comm,&mpiRecvDataRequest[numDataRecvToWaitFor]); comm 482 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c MPI_Barrier(fd->comm); comm 511 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c MPI_Comm_size(fd->comm, &nprocs); comm 512 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c MPI_Comm_rank(fd->comm, &myrank); comm 844 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c sourceAggsForMyData[sourceAggIndexesForMyDataThisRound[i]],0,fd->comm, comm 861 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c fd->comm,&mpiSendDataToTargetProcRequest[numTargetProcsSentThisRound]); comm 882 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c MPI_Barrier(fd->comm); /* need to sync up the source aggs which did the isend with the target procs which did the irecvs to give the target procs time to get the data before overwriting with next round readcontig */ comm 912 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c MPI_Barrier(fd->comm); comm 95 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c MPI_Bcast(&len, 1, MPI_INT, 0, fd->comm); comm 96 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c MPI_Bcast(fd->shared_fp_fname, len+1, MPI_CHAR, 0, fd->comm); comm 99 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c MPI_Bcast(&len, 1, MPI_INT, 0, fd->comm); comm 100 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c MPI_Bcast(fd->shared_fp_fname, len+1, MPI_CHAR, 0, fd->comm); comm 88 ompi/mca/io/romio321/romio/adio/common/system_hints.c static int file_to_info_all(int fd, MPI_Info info, int rank, MPI_Comm comm) comm 107 ompi/mca/io/romio321/romio/adio/common/system_hints.c MPI_Bcast(buffer, HINTFILE_MAX_SIZE, MPI_BYTE, 0, comm); comm 145 ompi/mca/io/romio321/romio/adio/common/system_hints.c MPI_Comm_rank(fd->comm, &rank); comm 150 ompi/mca/io/romio321/romio/adio/common/system_hints.c file_to_info_all(hintfd, info, rank, fd->comm); comm 209 ompi/mca/io/romio321/romio/adio/include/adio.h MPI_Comm comm; /* communicator indicating who called open */ comm 351 ompi/mca/io/romio321/romio/adio/include/adio.h MPI_File ADIO_Open(MPI_Comm orig_comm, MPI_Comm comm, const char *filename, comm 426 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_ResolveFileType(MPI_Comm comm, const char *filename, int *fstype, comm 18 ompi/mca/io/romio321/romio/adio/include/adio_cb_config_list.h int ADIOI_cb_gather_name_array(MPI_Comm comm, MPI_Comm dupcomm, comm 20 ompi/mca/io/romio321/romio/adio/include/adio_cb_config_list.h int ADIOI_cb_copy_name_array(MPI_Comm comm, int keyval, void *extra, comm 23 ompi/mca/io/romio321/romio/adio/include/adio_cb_config_list.h int ADIOI_cb_delete_name_array(MPI_Comm comm, int keyval, void *attr_val, comm 749 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_End_call(MPI_Comm comm, int keyval, void *attribute_val, void *extra_state); comm 165 ompi/mca/io/romio321/romio/adio/include/adioi_error.h #define MPIO_CHECK_INFO_ALL(info, error_code, comm) { \ comm 174 ompi/mca/io/romio321/romio/adio/include/adioi_error.h MPI_Allreduce(&error_code, &tmp_err, 1, MPI_INT, MPI_MAX, comm); \ comm 63 ompi/mca/io/romio321/romio/mpi-io/close.c MPI_Barrier((adio_fh)->comm); comm 97 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c void mpi_file_open_(MPI_Fint *comm,char *filename,MPI_Fint *amode, comm 100 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c void mpi_file_open_(MPI_Fint *comm,char *filename,MPI_Fint *amode, comm 109 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c comm_c = MPI_Comm_f2c(*comm); comm 137 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c void mpi_file_open_(MPI_Fint *comm,_fcd filename_fcd,MPI_Fint *amode, comm 152 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c FORTRAN_API void FORT_CALL mpi_file_open_(MPI_Fint *comm,char *filename FORT_MIXED_LEN_DECL,MPI_Fint *amode, comm 155 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c FORTRAN_API void FORT_CALL mpi_file_open_(MPI_Fint *comm,char *filename FORT_MIXED_LEN(str_len),MPI_Fint *amode, comm 182 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c *ierr = MPI_File_open((MPI_Comm)(*comm), newfname, *amode, info_c, &fh_c); comm 59 ompi/mca/io/romio321/romio/mpi-io/get_group.c error_code = MPI_Comm_group(adio_fh->comm, group); comm 30 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_err.c int MPID_Abort(struct MPID_Comm *comm, int mpi_errno, int exit_code, const char *error_msg); comm 20 ompi/mca/io/romio321/romio/mpi-io/open.c int MPI_File_open(MPI_Comm comm, const char *filename, int amode, MPI_Info info, MPI_File *fh) __attribute__((weak,alias("PMPI_File_open"))); comm 48 ompi/mca/io/romio321/romio/mpi-io/open.c int MPI_File_open(MPI_Comm comm, ROMIO_CONST char *filename, int amode, comm 59 ompi/mca/io/romio321/romio/mpi-io/open.c HPMP_IO_OPEN_START(fl_xmpi, comm); comm 65 ompi/mca/io/romio321/romio/mpi-io/open.c MPIO_CHECK_COMM(comm, myname, error_code); comm 66 ompi/mca/io/romio321/romio/mpi-io/open.c MPIO_CHECK_INFO_ALL(info, error_code, comm); comm 69 ompi/mca/io/romio321/romio/mpi-io/open.c error_code = MPI_Comm_test_inter(comm, &flag); comm 105 ompi/mca/io/romio321/romio/mpi-io/open.c MPI_Comm_dup(comm, &dupcomm); comm 154 ompi/mca/io/romio321/romio/mpi-io/open.c *fh = ADIO_Open(comm, dupcomm, filename, file_system, fsops, amode, 0, comm 197 ompi/mca/io/romio321/romio/mpi-io/open.c HPMP_IO_OPEN_END(fl_xmpi, *fh, comm); comm 67 ompi/mca/io/romio321/romio/mpi-io/prealloc.c MPI_Allreduce(&tmp_sz, &max_sz, 1, ADIO_OFFSET, MPI_MAX, adio_fh->comm); comm 68 ompi/mca/io/romio321/romio/mpi-io/prealloc.c MPI_Allreduce(&tmp_sz, &min_sz, 1, ADIO_OFFSET, MPI_MIN, adio_fh->comm); comm 83 ompi/mca/io/romio321/romio/mpi-io/prealloc.c MPI_Comm_rank(adio_fh->comm, &mynod); comm 94 ompi/mca/io/romio321/romio/mpi-io/prealloc.c MPI_Barrier(adio_fh->comm); comm 76 ompi/mca/io/romio321/romio/mpi-io/read_ord.c MPI_Comm_size(adio_fh->comm, &nprocs); comm 77 ompi/mca/io/romio321/romio/mpi-io/read_ord.c MPI_Comm_rank(adio_fh->comm, &myrank); comm 86 ompi/mca/io/romio321/romio/mpi-io/read_ord.c MPI_Recv(NULL, 0, MPI_BYTE, source, 0, adio_fh->comm, MPI_STATUS_IGNORE); comm 96 ompi/mca/io/romio321/romio/mpi-io/read_ord.c MPI_Send(NULL, 0, MPI_BYTE, dest, 0, adio_fh->comm); comm 84 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c MPI_Comm_size(adio_fh->comm, &nprocs); comm 85 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c MPI_Comm_rank(adio_fh->comm, &myrank); comm 93 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c MPI_Recv(NULL, 0, MPI_BYTE, source, 0, adio_fh->comm, MPI_STATUS_IGNORE); comm 104 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c MPI_Send(NULL, 0, MPI_BYTE, dest, 0, adio_fh->comm); comm 55 ompi/mca/io/romio321/romio/mpi-io/seek_sh.c MPI_Bcast(&tmp_offset, 1, ADIO_OFFSET, 0, adio_fh->comm); comm 68 ompi/mca/io/romio321/romio/mpi-io/seek_sh.c MPI_Bcast(&tmp_whence, 1, MPI_INT, 0, adio_fh->comm); comm 82 ompi/mca/io/romio321/romio/mpi-io/seek_sh.c MPI_Comm_rank(adio_fh->comm, &myrank); comm 176 ompi/mca/io/romio321/romio/mpi-io/seek_sh.c MPI_Barrier(adio_fh->comm); comm 58 ompi/mca/io/romio321/romio/mpi-io/set_atom.c MPI_Bcast(&tmp_flag, 1, MPI_INT, 0, adio_fh->comm); comm 49 ompi/mca/io/romio321/romio/mpi-io/set_info.c MPIO_CHECK_INFO_ALL(info, error_code, fh->comm); comm 70 ompi/mca/io/romio321/romio/mpi-io/set_size.c MPI_Allreduce(&tmp_sz, &max_sz, 1, ADIO_OFFSET, MPI_MAX, adio_fh->comm); comm 71 ompi/mca/io/romio321/romio/mpi-io/set_size.c MPI_Allreduce(&tmp_sz, &min_sz, 1, ADIO_OFFSET, MPI_MIN, adio_fh->comm); comm 113 ompi/mca/io/romio321/romio/mpi-io/set_view.c MPIO_CHECK_INFO_ALL(info, error_code, adio_fh->comm); comm 146 ompi/mca/io/romio321/romio/mpi-io/set_view.c MPI_Barrier(adio_fh->comm); comm 150 ompi/mca/io/romio321/romio/mpi-io/set_view.c MPI_Barrier(adio_fh->comm); comm 188 ompi/mca/io/romio321/romio/mpi-io/set_view.c MPI_Barrier(adio_fh->comm); /* for above to work correctly */ comm 79 ompi/mca/io/romio321/romio/mpi-io/write_ord.c MPI_Comm_size(adio_fh->comm, &nprocs); comm 80 ompi/mca/io/romio321/romio/mpi-io/write_ord.c MPI_Comm_rank(adio_fh->comm, &myrank); comm 88 ompi/mca/io/romio321/romio/mpi-io/write_ord.c MPI_Recv(NULL, 0, MPI_BYTE, source, 0, adio_fh->comm, MPI_STATUS_IGNORE); comm 102 ompi/mca/io/romio321/romio/mpi-io/write_ord.c MPI_Send(NULL, 0, MPI_BYTE, dest, 0, adio_fh->comm); comm 85 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c MPI_Comm_size(adio_fh->comm, &nprocs); comm 86 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c MPI_Comm_rank(adio_fh->comm, &myrank); comm 94 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c MPI_Recv(NULL, 0, MPI_BYTE, source, 0, adio_fh->comm, MPI_STATUS_IGNORE); comm 108 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c MPI_Send(NULL, 0, MPI_BYTE, dest, 0, adio_fh->comm); comm 41 ompi/mca/io/romio321/romio/test/noncontig_coll2.c int cb_gather_name_array(MPI_Comm comm, ADIO_cb_name_array *arrayp); comm 70 ompi/mca/io/romio321/romio/test/noncontig_coll2.c int cb_gather_name_array(MPI_Comm comm, ADIO_cb_name_array *arrayp) comm 82 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_Comm_size(comm, &commsize); comm 83 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_Comm_rank(comm, &commrank); comm 116 ompi/mca/io/romio321/romio/test/noncontig_coll2.c procname_len, 1, MPI_INT, 0, comm); comm 157 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 0, comm); comm 164 ompi/mca/io/romio321/romio/test/noncontig_coll2.c NULL, NULL, NULL, MPI_CHAR, 0, comm); comm 67 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_open (struct ompi_communicator_t *comm, comm 32 ompi/mca/io/romio321/src/io_romio321_file_open.c mca_io_romio321_file_open (ompi_communicator_t *comm, comm 52 ompi/mca/io/romio321/src/io_romio321_file_open.c ret = ROMIO_PREFIX(MPI_File_open)(comm, filename, amode, ompi_info, comm 216 ompi/mca/mtl/mtl.h struct ompi_communicator_t *comm, comm 264 ompi/mca/mtl/mtl.h struct ompi_communicator_t *comm, comm 306 ompi/mca/mtl/mtl.h struct ompi_communicator_t *comm, comm 334 ompi/mca/mtl/mtl.h struct ompi_communicator_t *comm, comm 347 ompi/mca/mtl/mtl.h struct ompi_communicator_t *comm, comm 386 ompi/mca/mtl/mtl.h struct ompi_communicator_t* comm); comm 400 ompi/mca/mtl/mtl.h struct ompi_communicator_t* comm); comm 343 ompi/mca/mtl/ofi/mtl_ofi.h struct ompi_communicator_t *comm, comm 353 ompi/mca/mtl/ofi/mtl_ofi.h ctxt_id = ompi_mtl_ofi_map_comm_to_ctxt(comm->c_contextid); comm 388 ompi/mca/mtl/ofi/mtl_ofi.h struct ompi_communicator_t *comm, comm 408 ompi/mca/mtl/ofi/mtl_ofi.h ctxt_id = ompi_mtl_ofi_map_comm_to_ctxt(comm->c_contextid); comm 417 ompi/mca/mtl/ofi/mtl_ofi.h ompi_proc = ompi_comm_peer_lookup(comm, dest); comm 432 ompi/mca/mtl/ofi/mtl_ofi.h match_bits = mtl_ofi_create_send_tag_CQD(comm->c_contextid, tag); comm 435 ompi/mca/mtl/ofi/mtl_ofi.h match_bits = mtl_ofi_create_send_tag(comm->c_contextid, comm 436 ompi/mca/mtl/ofi/mtl_ofi.h comm->c_my_rank, tag); comm 441 ompi/mca/mtl/ofi/mtl_ofi.h ofi_req.status.MPI_ERROR = ompi_mtl_ofi_ssend_recv(ack_req, comm, &src_addr, comm 453 ompi/mca/mtl/ofi/mtl_ofi.h comm->c_my_rank, comm 482 ompi/mca/mtl/ofi/mtl_ofi.h comm->c_my_rank, comm 522 ompi/mca/mtl/ofi/mtl_ofi.h struct ompi_communicator_t *comm, comm 543 ompi/mca/mtl/ofi/mtl_ofi.h ctxt_id = ompi_mtl_ofi_map_comm_to_ctxt(comm->c_contextid); comm 549 ompi/mca/mtl/ofi/mtl_ofi.h ompi_proc = ompi_comm_peer_lookup(comm, dest); comm 564 ompi/mca/mtl/ofi/mtl_ofi.h match_bits = mtl_ofi_create_send_tag_CQD(comm->c_contextid, tag); comm 566 ompi/mca/mtl/ofi/mtl_ofi.h match_bits = mtl_ofi_create_send_tag(comm->c_contextid, comm 567 ompi/mca/mtl/ofi/mtl_ofi.h comm->c_my_rank, tag); comm 572 ompi/mca/mtl/ofi/mtl_ofi.h ofi_req->status.MPI_ERROR = ompi_mtl_ofi_ssend_recv(ack_req, comm, &sep_peer_fiaddr, comm 584 ompi/mca/mtl/ofi/mtl_ofi.h comm->c_my_rank, comm 628 ompi/mca/mtl/ofi/mtl_ofi.h ctxt_id = ompi_mtl_ofi_map_comm_to_ctxt(ofi_req->comm->c_contextid); comm 690 ompi/mca/mtl/ofi/mtl_ofi.h ompi_proc = ompi_comm_peer_lookup(ofi_req->comm, src); comm 751 ompi/mca/mtl/ofi/mtl_ofi.h struct ompi_communicator_t *comm, comm 769 ompi/mca/mtl/ofi/mtl_ofi.h ctxt_id = ompi_mtl_ofi_map_comm_to_ctxt(comm->c_contextid); comm 774 ompi/mca/mtl/ofi/mtl_ofi.h ompi_proc = ompi_comm_peer_lookup(comm, src); comm 779 ompi/mca/mtl/ofi/mtl_ofi.h mtl_ofi_create_recv_tag_CQD(&match_bits, &mask_bits, comm->c_contextid, comm 782 ompi/mca/mtl/ofi/mtl_ofi.h mtl_ofi_create_recv_tag(&match_bits, &mask_bits, comm->c_contextid, src, comm 798 ompi/mca/mtl/ofi/mtl_ofi.h ofi_req->comm = comm; comm 893 ompi/mca/mtl/ofi/mtl_ofi.h struct ompi_communicator_t *comm = (*message)->comm; comm 895 ompi/mca/mtl/ofi/mtl_ofi.h ctxt_id = ompi_mtl_ofi_map_comm_to_ctxt(comm->c_contextid); comm 971 ompi/mca/mtl/ofi/mtl_ofi.h struct ompi_communicator_t *comm, comm 988 ompi/mca/mtl/ofi/mtl_ofi.h ctxt_id = ompi_mtl_ofi_map_comm_to_ctxt(comm->c_contextid); comm 994 ompi/mca/mtl/ofi/mtl_ofi.h ompi_proc = ompi_comm_peer_lookup( comm, src ); comm 999 ompi/mca/mtl/ofi/mtl_ofi.h mtl_ofi_create_recv_tag_CQD(&match_bits, &mask_bits, comm->c_contextid, comm 1003 ompi/mca/mtl/ofi/mtl_ofi.h mtl_ofi_create_recv_tag(&match_bits, &mask_bits, comm->c_contextid, src, comm 1059 ompi/mca/mtl/ofi/mtl_ofi.h struct ompi_communicator_t *comm, comm 1077 ompi/mca/mtl/ofi/mtl_ofi.h ctxt_id = ompi_mtl_ofi_map_comm_to_ctxt(comm->c_contextid); comm 1091 ompi/mca/mtl/ofi/mtl_ofi.h ompi_proc = ompi_comm_peer_lookup( comm, src ); comm 1096 ompi/mca/mtl/ofi/mtl_ofi.h mtl_ofi_create_recv_tag_CQD(&match_bits, &mask_bits, comm->c_contextid, comm 1101 ompi/mca/mtl/ofi/mtl_ofi.h mtl_ofi_create_recv_tag(&match_bits, &mask_bits, comm->c_contextid, src, comm 1158 ompi/mca/mtl/ofi/mtl_ofi.h (*message)->comm = comm; comm 1179 ompi/mca/mtl/ofi/mtl_ofi.h ctxt_id = ompi_mtl_ofi_map_comm_to_ctxt(ofi_req->comm->c_contextid); comm 1220 ompi/mca/mtl/ofi/mtl_ofi.h struct ompi_communicator_t *comm, comm 1245 ompi/mca/mtl/ofi/mtl_ofi.h ompi_mtl_ofi.comm_to_context[comm->c_contextid] = comm->c_contextid % comm 1248 ompi/mca/mtl/ofi/mtl_ofi.h ompi_mtl_ofi.threshold_comm_context_id = comm->c_contextid; comm 1308 ompi/mca/mtl/ofi/mtl_ofi.h if (MPI_COMM_WORLD == comm) { comm 1318 ompi/mca/mtl/ofi/mtl_ofi.h ompi_mtl_ofi.comm_to_context[comm->c_contextid] = ompi_mtl_ofi.total_ctxts_used; comm 1340 ompi/mca/mtl/ofi/mtl_ofi.h struct ompi_communicator_t *comm, comm 1352 ompi/mca/mtl/ofi/mtl_ofi.h ((uint32_t) ompi_mtl_ofi.threshold_comm_context_id <= comm->c_contextid)) { comm 1357 ompi/mca/mtl/ofi/mtl_ofi.h ompi_mtl_ofi.comm_to_context[comm->c_contextid] : 0; comm 1392 ompi/mca/mtl/ofi/mtl_ofi.h struct ompi_communicator_t *comm) comm 1402 ompi/mca/mtl/ofi/mtl_ofi.h if ((ompi_mtl_ofi.thread_grouping && (MPI_COMM_SELF != comm)) || comm 1406 ompi/mca/mtl/ofi/mtl_ofi.h (!ompi_mtl_ofi.thread_grouping && (MPI_COMM_WORLD == comm))) { comm 1408 ompi/mca/mtl/ofi/mtl_ofi.h ret = ompi_mtl_ofi_init_contexts(mtl, comm, ep_type); comm 1423 ompi/mca/mtl/ofi/mtl_ofi.h struct ompi_communicator_t *comm) comm 1432 ompi/mca/mtl/ofi/mtl_ofi.h if ((ompi_mtl_ofi.thread_grouping && (MPI_COMM_SELF != comm)) || comm 1433 ompi/mca/mtl/ofi/mtl_ofi.h (!ompi_mtl_ofi.thread_grouping && (MPI_COMM_WORLD == comm))) { comm 1435 ompi/mca/mtl/ofi/mtl_ofi.h ret = ompi_mtl_ofi_finalize_contexts(mtl, comm, ep_type); comm 1445 ompi/mca/mtl/ofi/mtl_ofi.h struct ompi_communicator_t *comm, comm 1451 ompi/mca/mtl/ofi/mtl_ofi.h return ompi_mtl_ofi_send_generic(mtl, comm, dest, tag, comm 1458 ompi/mca/mtl/ofi/mtl_ofi.h struct ompi_communicator_t *comm, comm 1466 ompi/mca/mtl/ofi/mtl_ofi.h return ompi_mtl_ofi_isend_generic(mtl, comm, dest, tag, comm 1473 ompi/mca/mtl/ofi/mtl_ofi.h struct ompi_communicator_t *comm, comm 1479 ompi/mca/mtl/ofi/mtl_ofi.h return ompi_mtl_ofi_irecv_generic(mtl, comm, src, tag, comm 1486 ompi/mca/mtl/ofi/mtl_ofi.h struct ompi_communicator_t *comm, comm 1492 ompi/mca/mtl/ofi/mtl_ofi.h return ompi_mtl_ofi_iprobe_generic(mtl, comm, src, tag, comm 1499 ompi/mca/mtl/ofi/mtl_ofi.h struct ompi_communicator_t *comm, comm 1506 ompi/mca/mtl/ofi/mtl_ofi.h return ompi_mtl_ofi_improbe_generic(mtl, comm, src, tag, comm 28 ompi/mca/mtl/ofi/mtl_ofi_opt.h struct ompi_communicator_t *comm, comm 35 ompi/mca/mtl/ofi/mtl_ofi_opt.h struct ompi_communicator_t *comm, comm 44 ompi/mca/mtl/ofi/mtl_ofi_opt.h struct ompi_communicator_t *comm, comm 51 ompi/mca/mtl/ofi/mtl_ofi_opt.h struct ompi_communicator_t *comm, comm 58 ompi/mca/mtl/ofi/mtl_ofi_opt.h struct ompi_communicator_t *comm, comm 58 ompi/mca/mtl/ofi/mtl_ofi_request.h struct ompi_communicator_t *comm; comm 594 ompi/mca/mtl/portals4/mtl_portals4.c struct ompi_communicator_t *comm) comm 601 ompi/mca/mtl/portals4/mtl_portals4.c struct ompi_communicator_t *comm) comm 243 ompi/mca/mtl/portals4/mtl_portals4.h ompi_mtl_portals4_get_proc(struct ompi_communicator_t *comm, int rank) comm 245 ompi/mca/mtl/portals4/mtl_portals4.h return ompi_mtl_portals4_get_proc_group(comm->c_remote_group, rank); comm 249 ompi/mca/mtl/portals4/mtl_portals4.h ompi_mtl_portals4_get_peer(struct ompi_communicator_t *comm, int rank) comm 251 ompi/mca/mtl/portals4/mtl_portals4.h return *((ptl_process_t*)(ompi_mtl_portals4_get_proc(comm, rank)->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PORTALS4])); comm 267 ompi/mca/mtl/portals4/mtl_portals4.h struct ompi_communicator_t* comm, comm 274 ompi/mca/mtl/portals4/mtl_portals4.h struct ompi_communicator_t* comm, comm 283 ompi/mca/mtl/portals4/mtl_portals4.h struct ompi_communicator_t *comm, comm 290 ompi/mca/mtl/portals4/mtl_portals4.h struct ompi_communicator_t *comm, comm 302 ompi/mca/mtl/portals4/mtl_portals4.h struct ompi_communicator_t *comm, comm 314 ompi/mca/mtl/portals4/mtl_portals4.h struct ompi_communicator_t *comm); comm 317 ompi/mca/mtl/portals4/mtl_portals4.h struct ompi_communicator_t *comm); comm 59 ompi/mca/mtl/portals4/mtl_portals4_probe.c struct ompi_communicator_t *comm, comm 78 ompi/mca/mtl/portals4/mtl_portals4_probe.c } else if ((ompi_mtl_portals4.use_logical) && (MPI_COMM_WORLD == comm)) { comm 81 ompi/mca/mtl/portals4/mtl_portals4_probe.c ompi_proc_t* ompi_proc = ompi_comm_peer_lookup( comm, src ); comm 85 ompi/mca/mtl/portals4/mtl_portals4_probe.c MTL_PORTALS4_SET_RECV_BITS(match_bits, ignore_bits, comm->c_contextid, comm 132 ompi/mca/mtl/portals4/mtl_portals4_probe.c struct ompi_communicator_t *comm, comm 147 ompi/mca/mtl/portals4/mtl_portals4_probe.c __FILE__, __LINE__, comm->c_contextid, src, tag); comm 156 ompi/mca/mtl/portals4/mtl_portals4_probe.c } else if ((ompi_mtl_portals4.use_logical) && (MPI_COMM_WORLD == comm)) { comm 159 ompi/mca/mtl/portals4/mtl_portals4_probe.c ompi_proc_t* ompi_proc = ompi_comm_peer_lookup( comm, src ); comm 163 ompi/mca/mtl/portals4/mtl_portals4_probe.c MTL_PORTALS4_SET_RECV_BITS(match_bits, ignore_bits, comm->c_contextid, comm 208 ompi/mca/mtl/portals4/mtl_portals4_probe.c (*message)->comm = comm; comm 430 ompi/mca/mtl/portals4/mtl_portals4_recv.c struct ompi_communicator_t *comm, comm 453 ompi/mca/mtl/portals4/mtl_portals4_recv.c } else if ((ompi_mtl_portals4.use_logical) && (MPI_COMM_WORLD == comm)) { comm 456 ompi/mca/mtl/portals4/mtl_portals4_recv.c ompi_proc_t* ompi_proc = ompi_comm_peer_lookup( comm, src ); comm 460 ompi/mca/mtl/portals4/mtl_portals4_recv.c MTL_PORTALS4_SET_RECV_BITS(match_bits, ignore_bits, comm->c_contextid, comm 468 ompi/mca/mtl/portals4/mtl_portals4_send.c struct ompi_communicator_t* comm, comm 485 ompi/mca/mtl/portals4/mtl_portals4_send.c if ((ompi_mtl_portals4.use_logical) && (MPI_COMM_WORLD == comm)) { comm 488 ompi/mca/mtl/portals4/mtl_portals4_send.c ompi_proc_t *ompi_proc = ompi_comm_peer_lookup(comm, dest); comm 516 ompi/mca/mtl/portals4/mtl_portals4_send.c pending->contextid = comm->c_contextid; comm 518 ompi/mca/mtl/portals4/mtl_portals4_send.c pending->my_rank = comm->c_my_rank; comm 549 ompi/mca/mtl/portals4/mtl_portals4_send.c comm->c_contextid, comm 551 ompi/mca/mtl/portals4/mtl_portals4_send.c comm->c_my_rank, comm 557 ompi/mca/mtl/portals4/mtl_portals4_send.c comm->c_contextid, comm 559 ompi/mca/mtl/portals4/mtl_portals4_send.c comm->c_my_rank, comm 570 ompi/mca/mtl/portals4/mtl_portals4_send.c struct ompi_communicator_t* comm, comm 584 ompi/mca/mtl/portals4/mtl_portals4_send.c ret = ompi_mtl_portals4_send_start(mtl, comm, dest, tag, comm 604 ompi/mca/mtl/portals4/mtl_portals4_send.c struct ompi_communicator_t* comm, comm 619 ompi/mca/mtl/portals4/mtl_portals4_send.c ret = ompi_mtl_portals4_send_start(mtl, comm, dest, tag, comm 400 ompi/mca/mtl/psm/mtl_psm.c struct ompi_communicator_t *comm) comm 408 ompi/mca/mtl/psm/mtl_psm.c struct ompi_communicator_t *comm) comm 48 ompi/mca/mtl/psm/mtl_psm.h struct ompi_communicator_t* comm, comm 55 ompi/mca/mtl/psm/mtl_psm.h struct ompi_communicator_t* comm, comm 64 ompi/mca/mtl/psm/mtl_psm.h struct ompi_communicator_t *comm, comm 72 ompi/mca/mtl/psm/mtl_psm.h struct ompi_communicator_t *comm, comm 84 ompi/mca/mtl/psm/mtl_psm.h struct ompi_communicator_t *comm, comm 96 ompi/mca/mtl/psm/mtl_psm.h struct ompi_communicator_t *comm); comm 99 ompi/mca/mtl/psm/mtl_psm.h struct ompi_communicator_t *comm); comm 30 ompi/mca/mtl/psm/mtl_psm_probe.c struct ompi_communicator_t *comm, comm 40 ompi/mca/mtl/psm/mtl_psm_probe.c PSM_MAKE_TAGSEL(src, tag, comm->c_contextid, mqtag, tagsel); comm 75 ompi/mca/mtl/psm/mtl_psm_probe.c struct ompi_communicator_t *comm, comm 33 ompi/mca/mtl/psm/mtl_psm_recv.c struct ompi_communicator_t *comm, comm 64 ompi/mca/mtl/psm/mtl_psm_recv.c PSM_MAKE_TAGSEL(src, tag, comm->c_contextid, mqtag, tagsel); comm 36 ompi/mca/mtl/psm/mtl_psm_send.c struct ompi_communicator_t* comm, comm 48 ompi/mca/mtl/psm/mtl_psm_send.c ompi_proc_t* ompi_proc = ompi_comm_peer_lookup( comm, dest ); comm 53 ompi/mca/mtl/psm/mtl_psm_send.c mqtag = PSM_MAKE_MQTAG(comm->c_contextid, comm->c_my_rank, tag); comm 92 ompi/mca/mtl/psm/mtl_psm_send.c struct ompi_communicator_t* comm, comm 106 ompi/mca/mtl/psm/mtl_psm_send.c ompi_proc_t* ompi_proc = ompi_comm_peer_lookup( comm, dest ); comm 111 ompi/mca/mtl/psm/mtl_psm_send.c mqtag = PSM_MAKE_MQTAG(comm->c_contextid, comm->c_my_rank, tag); comm 387 ompi/mca/mtl/psm2/mtl_psm2.c struct ompi_communicator_t *comm) comm 395 ompi/mca/mtl/psm2/mtl_psm2.c struct ompi_communicator_t *comm) comm 51 ompi/mca/mtl/psm2/mtl_psm2.h struct ompi_communicator_t* comm, comm 58 ompi/mca/mtl/psm2/mtl_psm2.h struct ompi_communicator_t* comm, comm 67 ompi/mca/mtl/psm2/mtl_psm2.h struct ompi_communicator_t *comm, comm 75 ompi/mca/mtl/psm2/mtl_psm2.h struct ompi_communicator_t *comm, comm 87 ompi/mca/mtl/psm2/mtl_psm2.h struct ompi_communicator_t *comm, comm 99 ompi/mca/mtl/psm2/mtl_psm2.h struct ompi_communicator_t *comm); comm 102 ompi/mca/mtl/psm2/mtl_psm2.h struct ompi_communicator_t *comm); comm 32 ompi/mca/mtl/psm2/mtl_psm2_probe.c struct ompi_communicator_t *comm, comm 42 ompi/mca/mtl/psm2/mtl_psm2_probe.c PSM2_MAKE_TAGSEL(src, tag, comm->c_contextid, mqtag, tagsel); comm 78 ompi/mca/mtl/psm2/mtl_psm2_probe.c struct ompi_communicator_t *comm, comm 91 ompi/mca/mtl/psm2/mtl_psm2_probe.c PSM2_MAKE_TAGSEL(src, tag, comm->c_contextid, mqtag, tagsel); comm 119 ompi/mca/mtl/psm2/mtl_psm2_probe.c msg->comm = comm; comm 35 ompi/mca/mtl/psm2/mtl_psm2_recv.c struct ompi_communicator_t *comm, comm 66 ompi/mca/mtl/psm2/mtl_psm2_recv.c PSM2_MAKE_TAGSEL(src, tag, comm->c_contextid, mqtag, tagsel); comm 34 ompi/mca/mtl/psm2/mtl_psm2_send.c struct ompi_communicator_t* comm, comm 46 ompi/mca/mtl/psm2/mtl_psm2_send.c ompi_proc_t* ompi_proc = ompi_comm_peer_lookup( comm, dest ); comm 51 ompi/mca/mtl/psm2/mtl_psm2_send.c PSM2_MAKE_MQTAG(comm->c_contextid, comm->c_my_rank, tag, mqtag); comm 90 ompi/mca/mtl/psm2/mtl_psm2_send.c struct ompi_communicator_t* comm, comm 104 ompi/mca/mtl/psm2/mtl_psm2_send.c ompi_proc_t* ompi_proc = ompi_comm_peer_lookup( comm, dest ); comm 109 ompi/mca/mtl/psm2/mtl_psm2_send.c PSM2_MAKE_MQTAG(comm->c_contextid, comm->c_my_rank, tag, mqtag); comm 44 ompi/mca/osc/base/base.h ompi_communicator_t *comm, comm 37 ompi/mca/osc/base/osc_base_init.c ompi_communicator_t *comm, comm 57 ompi/mca/osc/base/osc_base_init.c priority = component->osc_query(win, base, size, disp_unit, comm, info, flavor); comm 78 ompi/mca/osc/base/osc_base_init.c return best_component->osc_select(win, base, size, disp_unit, comm, info, flavor, model); comm 87 ompi/mca/osc/base/osc_base_obj_convert.c ompi_communicator_t *comm = &ompi_mpi_comm_world.comm; comm 92 ompi/mca/osc/base/osc_base_obj_convert.c comm->c_my_rank, comm 93 ompi/mca/osc/base/osc_base_obj_convert.c ('\0' != comm->c_name[0]) ? comm->c_name : "<Unknown>", comm 96 ompi/mca/osc/base/osc_base_obj_convert.c ompi_mpi_abort(comm, -1); comm 49 ompi/mca/osc/monitoring/osc_monitoring_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 71 ompi/mca/osc/monitoring/osc_monitoring_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 89 ompi/mca/osc/monitoring/osc_monitoring_component.c priority = component->osc_query(win, base, size, disp_unit, comm, info, flavor); comm 106 ompi/mca/osc/monitoring/osc_monitoring_component.c ret = best_component->osc_select(win, base, size, disp_unit, comm, info, flavor, model); comm 119 ompi/mca/osc/osc.h struct ompi_communicator_t *comm, comm 151 ompi/mca/osc/osc.h struct ompi_communicator_t *comm, comm 87 ompi/mca/osc/portals4/osc_portals4.h struct ompi_communicator_t *comm; /* communicator which backs this window (unique to this window) */ comm 316 ompi/mca/osc/portals4/osc_portals4.h return ompi_osc_portals4_get_peer_group(module->comm->c_remote_group, rank); comm 36 ompi/mca/osc/portals4/osc_portals4_active_target.c ret = module->comm->c_coll->coll_barrier(module->comm, comm 37 ompi/mca/osc/portals4/osc_portals4_active_target.c module->comm->c_coll->coll_barrier_module); comm 37 ompi/mca/osc/portals4/osc_portals4_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 40 ompi/mca/osc/portals4/osc_portals4_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 384 ompi/mca/osc/portals4/osc_portals4_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 405 ompi/mca/osc/portals4/osc_portals4_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 434 ompi/mca/osc/portals4/osc_portals4_component.c ret = ompi_comm_dup(comm, &module->comm); comm 439 ompi/mca/osc/portals4/osc_portals4_component.c ompi_comm_get_cid(module->comm)); comm 441 ompi/mca/osc/portals4/osc_portals4_component.c opal_asprintf(&name, "portals4 window %d", ompi_comm_get_cid(module->comm)); comm 448 ompi/mca/osc/portals4/osc_portals4_component.c ret = module->comm->c_coll->coll_bcast(&tmp, 1, MPI_INT, 0, comm 449 ompi/mca/osc/portals4/osc_portals4_component.c module->comm, comm 450 ompi/mca/osc/portals4/osc_portals4_component.c module->comm->c_coll->coll_bcast_module); comm 458 ompi/mca/osc/portals4/osc_portals4_component.c ret = module->comm->c_coll->coll_allreduce(MPI_IN_PLACE, &tmp, 1, MPI_INT, MPI_LAND, comm 459 ompi/mca/osc/portals4/osc_portals4_component.c module->comm, module->comm->c_coll->coll_allreduce_module); comm 466 ompi/mca/osc/portals4/osc_portals4_component.c module->disp_units = malloc(sizeof(int) * ompi_comm_size(module->comm)); comm 467 ompi/mca/osc/portals4/osc_portals4_component.c ret = module->comm->c_coll->coll_allgather(&disp_unit, 1, MPI_INT, comm 469 ompi/mca/osc/portals4/osc_portals4_component.c module->comm, comm 470 ompi/mca/osc/portals4/osc_portals4_component.c module->comm->c_coll->coll_allgather_module); comm 528 ompi/mca/osc/portals4/osc_portals4_component.c me.match_bits = module->comm->c_contextid; comm 551 ompi/mca/osc/portals4/osc_portals4_component.c me.match_bits = module->comm->c_contextid | OSC_PORTALS4_MB_CONTROL; comm 568 ompi/mca/osc/portals4/osc_portals4_component.c module->match_bits = module->comm->c_contextid; comm 613 ompi/mca/osc/portals4/osc_portals4_component.c module->comm->c_coll->coll_barrier(module->comm, comm 614 ompi/mca/osc/portals4/osc_portals4_component.c module->comm->c_coll->coll_barrier_module); comm 624 ompi/mca/osc/portals4/osc_portals4_component.c if (NULL != module->comm) ompi_comm_free(&module->comm); comm 653 ompi/mca/osc/portals4/osc_portals4_component.c module->comm->c_coll->coll_barrier(module->comm, comm 654 ompi/mca/osc/portals4/osc_portals4_component.c module->comm->c_coll->coll_barrier_module); comm 671 ompi/mca/osc/portals4/osc_portals4_component.c ompi_comm_free(&module->comm); comm 296 ompi/mca/osc/portals4/osc_portals4_passive_target.c comm_size = ompi_comm_size(module->comm); comm 343 ompi/mca/osc/portals4/osc_portals4_passive_target.c comm_size = ompi_comm_size(module->comm); comm 192 ompi/mca/osc/pt2pt/osc_pt2pt.h ompi_communicator_t *comm; comm 479 ompi/mca/osc/pt2pt/osc_pt2pt.h struct ompi_communicator_t *comm); comm 99 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c ret = ompi_group_translate_ranks (sub_group, size, ranks1, module->comm->c_local_group, comm 153 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c module->comm->c_coll->coll_barrier (module->comm, module->comm->c_coll->coll_barrier_module); comm 169 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c ret = module->comm->c_coll->coll_reduce_scatter_block ((void *) module->epoch_outgoing_frag_count, comm 171 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c MPI_SUM, module->comm, comm 172 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c module->comm->c_coll->coll_reduce_scatter_block_module); comm 178 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c bzero ((void *) module->epoch_outgoing_frag_count, sizeof(uint32_t) * ompi_comm_size(module->comm)); comm 201 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c module->comm->c_coll->coll_barrier (module->comm, module->comm->c_coll->coll_barrier_module); comm 305 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c int my_rank = ompi_comm_rank (module->comm); comm 361 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c osc_pt2pt_hton(&complete_req, ompi_comm_peer_lookup (module->comm, rank)); comm 478 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c ompi_proc_t *proc = ompi_comm_peer_lookup (module->comm, rank); comm 483 ompi/mca/osc/pt2pt/osc_pt2pt_active_target.c osc_pt2pt_incoming_post (module, ompi_comm_rank(module->comm)); comm 81 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c return ompi_osc_pt2pt_isend_w_cb (buf, count, datatype, dest, tag, module->comm, comm 85 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c return ompi_osc_pt2pt_isend_w_cb (buf, count, datatype, dest, tag, module->comm, comm 99 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c ompi_comm_get_cid(request->req_mpi_object.comm), comm 275 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c ompi_proc_t *proc = ompi_comm_peer_lookup(module->comm, target); comm 307 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c if (ompi_comm_rank (module->comm) == target) { comm 376 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c target, tag_to_target(tag), module->comm, comm 442 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c ompi_proc_t *proc = ompi_comm_peer_lookup(module->comm, target); comm 475 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c if (ompi_comm_rank (module->comm) == target) { comm 545 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c target, tag_to_target(tag), module->comm, comm 612 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c ompi_proc_t *proc = ompi_comm_peer_lookup(module->comm, target); comm 634 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c if (ompi_comm_rank (module->comm) == target) { comm 688 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c target, tag_to_origin(tag), module->comm, comm 790 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c if (ompi_comm_rank (module->comm) == target) { comm 853 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c target, tag_to_target(tag), module->comm, comm 869 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c target, tag_to_origin(tag), module->comm, comm 955 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c ompi_proc_t *proc = ompi_comm_peer_lookup(module->comm, target_rank); comm 997 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c if (ompi_comm_rank (module->comm) == target_rank) { comm 1072 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c target_rank, tag_to_target(tag), module->comm, comm 1086 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c target_rank, tag_to_origin(tag), module->comm, comm 1105 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c target_rank, tag_to_target(tag), module->comm, comm 45 ompi/mca/osc/pt2pt/osc_pt2pt_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 48 ompi/mca/osc/pt2pt/osc_pt2pt_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 289 ompi/mca/osc/pt2pt/osc_pt2pt_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 300 ompi/mca/osc/pt2pt/osc_pt2pt_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 375 ompi/mca/osc/pt2pt/osc_pt2pt_component.c ret = ompi_comm_dup(comm, &module->comm); comm 380 ompi/mca/osc/pt2pt/osc_pt2pt_component.c ompi_comm_get_cid(module->comm))); comm 386 ompi/mca/osc/pt2pt/osc_pt2pt_component.c module->epoch_outgoing_frag_count = calloc (ompi_comm_size(comm), sizeof(uint32_t)); comm 408 ompi/mca/osc/pt2pt/osc_pt2pt_component.c ompi_comm_get_cid(module->comm), comm 416 ompi/mca/osc/pt2pt/osc_pt2pt_component.c opal_asprintf(&name, "pt2pt window %d", ompi_comm_get_cid(module->comm)); comm 430 ompi/mca/osc/pt2pt/osc_pt2pt_component.c ret = module->comm->c_coll->coll_barrier(module->comm, comm 431 ompi/mca/osc/pt2pt/osc_pt2pt_component.c module->comm->c_coll->coll_barrier_module); comm 444 ompi/mca/osc/pt2pt/osc_pt2pt_component.c "done creating pt2pt window %d", ompi_comm_get_cid(module->comm))); comm 464 ompi/mca/osc/pt2pt/osc_pt2pt_component.c return module->comm->c_coll->coll_barrier(module->comm, comm 465 ompi/mca/osc/pt2pt/osc_pt2pt_component.c module->comm->c_coll->coll_barrier_module); comm 287 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c module->comm, ompi_osc_pt2pt_control_send_unbuffered_cb, ctx); comm 311 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c peer_proc = ompi_comm_peer_lookup(module->comm, peer); comm 315 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ompi_comm_rank(module->comm), comm 325 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ompi_comm_rank(module->comm), peer)); comm 362 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ompi_comm_rank(module->comm), comm 390 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ompi_comm_rank(module->comm), comm 402 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c module->comm); comm 406 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ompi_comm_rank(module->comm), comm 495 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ret = ompi_osc_pt2pt_isend_w_cb (source, count, datatype, peer, tag, module->comm, comm 524 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ompi_comm_rank(module->comm), comm 709 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c "%d: queuing accumulate operation", ompi_comm_size (module->comm))); comm 803 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c proc = ompi_comm_peer_lookup(module->comm, source); comm 843 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c proc = ompi_comm_peer_lookup(module->comm, source); comm 849 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c source, tag_to_target(acc_header->tag), module->comm, comm 878 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c source, tag_to_target(acc_header->tag), module->comm, comm 917 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c proc = ompi_comm_peer_lookup(module->comm, source); comm 928 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c source, tag_to_origin(acc_header->tag), module->comm, comm 970 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c proc = ompi_comm_peer_lookup(module->comm, source); comm 998 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c source, tag_to_target(acc_header->tag), module->comm, comm 1006 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c source, tag_to_origin(acc_header->tag), module->comm, comm 1049 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c proc = ompi_comm_peer_lookup(module->comm, source); comm 1060 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c MCA_PML_BASE_SEND_STANDARD, module->comm)); comm 1157 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ompi_comm_rank(module->comm), comm 1193 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ompi_comm_rank(module->comm), comm 1228 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ompi_comm_rank(module->comm), comm 1279 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ompi_comm_rank(module->comm), comm 1312 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ompi_comm_rank(module->comm), comm 1360 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ompi_comm_rank(module->comm), source, peer->passive_incoming_frag_count)); comm 1514 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c source, tag_to_target(tag), module->comm, comm 1720 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c MPI_BYTE, OMPI_ANY_SOURCE, OSC_PT2PT_FRAG_TAG, module->comm, &module->recv_frags[i].pml_request, comm 1732 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c int src, int tag, struct ompi_communicator_t *comm) comm 1734 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c return ompi_osc_pt2pt_irecv_w_cb (buf, count, datatype, src, tag, comm, NULL, comm 1739 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ompi_communicator_t *comm, ompi_request_complete_fn_t cb, void *ctx) comm 1749 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c MCA_PML_BASE_SEND_STANDARD, comm, &request)); comm 1765 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ompi_communicator_t *comm, ompi_request_t **request_out, comm 1779 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c ret = MCA_PML_CALL(irecv_init(ptr, count, datatype, target, tag, comm, request_out)); comm 72 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h ompi_communicator_t *comm, ompi_request_complete_fn_t cb, void *ctx); comm 95 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h ompi_communicator_t *comm, ompi_request_t **request_out, comm 58 ompi/mca/osc/pt2pt/osc_pt2pt_frag.c module->comm, frag_send_cb, frag); comm 144 ompi/mca/osc/pt2pt/osc_pt2pt_frag.c for (int i = 0 ; i < ompi_comm_size (module->comm) ; ++i) { comm 187 ompi/mca/osc/pt2pt/osc_pt2pt_frag.c for (int i = 0 ; i < ompi_comm_size (module->comm) ; ++i) { comm 97 ompi/mca/osc/pt2pt/osc_pt2pt_frag.h curr->header->source = ompi_comm_rank(module->comm); comm 424 ompi/mca/osc/pt2pt/osc_pt2pt_header.h osc_pt2pt_hton_intr((ompi_osc_pt2pt_header_t *)(h), ompi_comm_peer_lookup((m)->comm, (r))); comm 54 ompi/mca/osc/pt2pt/osc_pt2pt_module.c if (NULL != module->comm) { comm 57 ompi/mca/osc/pt2pt/osc_pt2pt_module.c ompi_comm_get_cid(module->comm)); comm 61 ompi/mca/osc/pt2pt/osc_pt2pt_module.c (void) module->comm->c_coll->coll_barrier (module->comm, comm 62 ompi/mca/osc/pt2pt/osc_pt2pt_module.c module->comm->c_coll->coll_barrier_module); comm 68 ompi/mca/osc/pt2pt/osc_pt2pt_module.c ompi_comm_get_cid(module->comm))); comm 109 ompi/mca/osc/pt2pt/osc_pt2pt_module.c if (NULL != module->comm) { comm 110 ompi/mca/osc/pt2pt/osc_pt2pt_module.c ompi_comm_free(&module->comm); comm 60 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c const int my_rank = ompi_comm_rank (module->comm); comm 90 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c const int my_rank = ompi_comm_rank (module->comm); comm 249 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c int my_rank = ompi_comm_rank (module->comm); comm 339 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c lock->num_peers = (-1 == target) ? ompi_comm_size (module->comm) : 1; comm 375 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c int my_rank = ompi_comm_rank (module->comm); comm 406 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c for (int i = 0 ; i < ompi_comm_size(module->comm) ; ++i) { comm 500 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c int my_rank = ompi_comm_rank (module->comm); comm 508 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c for (int i = 0 ; i < ompi_comm_size(module->comm) ; ++i) { comm 549 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c if (ompi_comm_rank (module->comm) == target) { comm 684 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c if (ompi_comm_rank (module->comm) != requestor) { comm 689 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c lock_ack.source = ompi_comm_rank(module->comm); comm 53 ompi/mca/osc/rdma/osc_rdma.h #define RANK_ARRAY_COUNT(module) ((ompi_comm_size ((module)->comm) + (module)->node_count - 1) / (module)->node_count) comm 180 ompi/mca/osc/rdma/osc_rdma.h ompi_communicator_t *comm; comm 166 ompi/mca/osc/rdma/osc_rdma_active_target.c ret = ompi_group_translate_ranks (sub_group, size, ranks1, module->comm->c_local_group, comm 247 ompi/mca/osc/rdma/osc_rdma_active_target.c int my_rank = ompi_comm_rank (module->comm); comm 609 ompi/mca/osc/rdma/osc_rdma_active_target.c module->all_sync.num_peers = ompi_comm_size (module->comm); comm 626 ompi/mca/osc/rdma/osc_rdma_active_target.c ret = module->comm->c_coll->coll_barrier(module->comm, module->comm->c_coll->coll_barrier_module); comm 69 ompi/mca/osc/rdma/osc_rdma_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 72 ompi/mca/osc/rdma/osc_rdma_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 78 ompi/mca/osc/rdma/osc_rdma_component.c static int ompi_osc_rdma_query_btls (ompi_communicator_t *comm, struct mca_btl_base_module_t **btl); comm 358 ompi/mca/osc/rdma/osc_rdma_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 379 ompi/mca/osc/rdma/osc_rdma_component.c if (OMPI_SUCCESS != ompi_osc_rdma_query_btls (comm, NULL)) { comm 424 ompi/mca/osc/rdma/osc_rdma_component.c my_rank = ompi_comm_rank (module->comm); comm 533 ompi/mca/osc/rdma/osc_rdma_component.c int my_rank = ompi_comm_rank (module->comm); comm 534 ompi/mca/osc/rdma/osc_rdma_component.c int global_size = ompi_comm_size (module->comm); comm 593 ompi/mca/osc/rdma/osc_rdma_component.c OMPI_PROC_MY_NAME->jobid, ompi_comm_get_cid(module->comm)); comm 608 ompi/mca/osc/rdma/osc_rdma_component.c ret = module->comm->c_coll->coll_bcast (&module->seg_ds, sizeof (module->seg_ds), MPI_BYTE, 0, comm 784 ompi/mca/osc/rdma/osc_rdma_component.c static int ompi_osc_rdma_query_btls (ompi_communicator_t *comm, struct mca_btl_base_module_t **btl) comm 787 ompi/mca/osc/rdma/osc_rdma_component.c int comm_size = ompi_comm_size (comm); comm 828 ompi/mca/osc/rdma/osc_rdma_component.c ompi_proc_t *proc = ompi_comm_peer_lookup (comm, i); comm 936 ompi/mca/osc/rdma/osc_rdma_component.c int my_rank = ompi_comm_rank (module->comm); comm 937 ompi/mca/osc/rdma/osc_rdma_component.c int comm_size = ompi_comm_size (module->comm); comm 951 ompi/mca/osc/rdma/osc_rdma_component.c ret = module->comm->c_coll->coll_allgather (MPI_IN_PLACE, 1, MPI_2INT, temp, 1, MPI_2INT, comm 952 ompi/mca/osc/rdma/osc_rdma_component.c module->comm, module->comm->c_coll->coll_allgather_module); comm 998 ompi/mca/osc/rdma/osc_rdma_component.c ret = module->comm->c_coll->coll_allreduce (&ret, &global_result, 1, MPI_INT, MPI_MIN, module->comm, comm 999 ompi/mca/osc/rdma/osc_rdma_component.c module->comm->c_coll->coll_allreduce_module); comm 1023 ompi/mca/osc/rdma/osc_rdma_component.c ret = ompi_comm_split_type (module->comm, MPI_COMM_TYPE_SHARED, 0, NULL, &module->shared_comm); comm 1031 ompi/mca/osc/rdma/osc_rdma_component.c comm_rank = ompi_comm_rank (module->comm); comm 1033 ompi/mca/osc/rdma/osc_rdma_component.c ret = ompi_comm_split (module->comm, (0 == local_rank) ? 0 : MPI_UNDEFINED, comm_rank, &module->local_leaders, comm 1086 ompi/mca/osc/rdma/osc_rdma_component.c ret = module->comm->c_coll->coll_allreduce (MPI_IN_PLACE, values, 4, MPI_LONG, MPI_MIN, module->comm, comm 1087 ompi/mca/osc/rdma/osc_rdma_component.c module->comm->c_coll->coll_allreduce_module); comm 1107 ompi/mca/osc/rdma/osc_rdma_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 1111 ompi/mca/osc/rdma/osc_rdma_component.c int world_size = ompi_comm_size (comm); comm 1168 ompi/mca/osc/rdma/osc_rdma_component.c ret = ompi_comm_dup(comm, &module->comm); comm 1175 ompi/mca/osc/rdma/osc_rdma_component.c flavor, ompi_comm_get_cid(module->comm)); comm 1194 ompi/mca/osc/rdma/osc_rdma_component.c ret = ompi_osc_rdma_query_btls (module->comm, &module->selected_btl); comm 1270 ompi/mca/osc/rdma/osc_rdma_component.c ompi_comm_get_cid(module->comm), comm 1281 ompi/mca/osc/rdma/osc_rdma_component.c opal_asprintf(&name, "rdma window %d", ompi_comm_get_cid(module->comm)); comm 1297 ompi/mca/osc/rdma/osc_rdma_component.c ompi_comm_get_cid(module->comm)); comm 1320 ompi/mca/osc/rdma/osc_rdma_component.c int world_size = ompi_comm_size (module->comm); comm 1332 ompi/mca/osc/rdma/osc_rdma_component.c module->comm->c_coll->coll_barrier(module->comm, module->comm->c_coll->coll_barrier_module); comm 92 ompi/mca/osc/rdma/osc_rdma_dynamic.c const int my_rank = ompi_comm_rank (module->comm); comm 212 ompi/mca/osc/rdma/osc_rdma_dynamic.c const int my_rank = ompi_comm_rank (module->comm); comm 58 ompi/mca/osc/rdma/osc_rdma_module.c if (NULL != module->comm) { comm 61 ompi/mca/osc/rdma/osc_rdma_module.c ompi_comm_get_cid(module->comm)); comm 65 ompi/mca/osc/rdma/osc_rdma_module.c (void) module->comm->c_coll->coll_barrier (module->comm, comm 66 ompi/mca/osc/rdma/osc_rdma_module.c module->comm->c_coll->coll_barrier_module); comm 72 ompi/mca/osc/rdma/osc_rdma_module.c ompi_comm_get_cid(module->comm)); comm 113 ompi/mca/osc/rdma/osc_rdma_module.c } else if (NULL != module->comm) { comm 114 ompi/mca/osc/rdma/osc_rdma_module.c for (int i = 0 ; i < ompi_comm_size (module->comm) ; ++i) { comm 129 ompi/mca/osc/rdma/osc_rdma_module.c if (module->comm && MPI_COMM_NULL != module->comm) { comm 130 ompi/mca/osc/rdma/osc_rdma_module.c ompi_comm_free (&module->comm); comm 343 ompi/mca/osc/rdma/osc_rdma_passive_target.c lock->num_peers = ompi_comm_size (module->comm); comm 38 ompi/mca/osc/rdma/osc_rdma_peer.c ompi_proc_t *proc = ompi_comm_peer_lookup (module->comm, peer_id); comm 65 ompi/mca/osc/rdma/osc_rdma_peer.c peer_id == ompi_comm_rank (module->comm)))) { comm 81 ompi/mca/osc/sm/osc_sm.h struct ompi_communicator_t *comm; comm 104 ompi/mca/osc/sm/osc_sm_active_target.c return module->comm->c_coll->coll_barrier(module->comm, comm 105 ompi/mca/osc/sm/osc_sm_active_target.c module->comm->c_coll->coll_barrier_module); comm 111 ompi/mca/osc/sm/osc_sm_active_target.c module->global_state->count = ompi_comm_size(module->comm); comm 132 ompi/mca/osc/sm/osc_sm_active_target.c int my_rank = ompi_comm_rank (module->comm); comm 145 ompi/mca/osc/sm/osc_sm_active_target.c int *ranks = ompi_osc_sm_group_ranks (module->comm->c_local_group, group); comm 197 ompi/mca/osc/sm/osc_sm_active_target.c int *ranks = ompi_osc_sm_group_ranks (module->comm->c_local_group, group); comm 223 ompi/mca/osc/sm/osc_sm_active_target.c int my_rank = ompi_comm_rank (module->comm); comm 240 ompi/mca/osc/sm/osc_sm_active_target.c int *ranks = ompi_osc_sm_group_ranks (module->comm->c_local_group, group); comm 39 ompi/mca/osc/sm/osc_sm_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 43 ompi/mca/osc/sm/osc_sm_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 154 ompi/mca/osc/sm/osc_sm_component.c check_win_ok(ompi_communicator_t *comm, int flavor) comm 161 ompi/mca/osc/sm/osc_sm_component.c if (ompi_group_have_remote_peers (comm->c_local_group)) { comm 171 ompi/mca/osc/sm/osc_sm_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 175 ompi/mca/osc/sm/osc_sm_component.c if (OMPI_SUCCESS != (ret = check_win_ok(comm, flavor))) { comm 188 ompi/mca/osc/sm/osc_sm_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 192 ompi/mca/osc/sm/osc_sm_component.c int comm_size = ompi_comm_size (comm); comm 196 ompi/mca/osc/sm/osc_sm_component.c if (OMPI_SUCCESS != (ret = check_win_ok(comm, flavor))) { comm 218 ompi/mca/osc/sm/osc_sm_component.c ret = ompi_comm_dup(comm, &module->comm); comm 269 ompi/mca/osc/sm/osc_sm_component.c ret = module->comm->c_coll->coll_allgather(&total, 1, MPI_UNSIGNED_LONG, comm 271 ompi/mca/osc/sm/osc_sm_component.c module->comm, comm 272 ompi/mca/osc/sm/osc_sm_component.c module->comm->c_coll->coll_allgather_module); comm 285 ompi/mca/osc/sm/osc_sm_component.c if (0 == ompi_comm_rank (module->comm)) { comm 289 ompi/mca/osc/sm/osc_sm_component.c OMPI_PROC_MY_NAME->jobid, (int) OMPI_PROC_MY_NAME->vpid, ompi_comm_get_cid(module->comm)); comm 303 ompi/mca/osc/sm/osc_sm_component.c ret = module->comm->c_coll->coll_bcast (&module->seg_ds, sizeof (module->seg_ds), MPI_BYTE, 0, comm 304 ompi/mca/osc/sm/osc_sm_component.c module->comm, module->comm->c_coll->coll_bcast_module); comm 315 ompi/mca/osc/sm/osc_sm_component.c ret = module->comm->c_coll->coll_barrier (module->comm, module->comm->c_coll->coll_barrier_module); comm 320 ompi/mca/osc/sm/osc_sm_component.c if (0 == ompi_comm_rank (module->comm)) { comm 355 ompi/mca/osc/sm/osc_sm_component.c module->my_node_state = &module->node_states[ompi_comm_rank(module->comm)]; comm 358 ompi/mca/osc/sm/osc_sm_component.c *base = module->bases[ompi_comm_rank(module->comm)]; comm 364 ompi/mca/osc/sm/osc_sm_component.c ret = module->comm->c_coll->coll_allgather(&disp_unit, 1, MPI_INT, comm 366 ompi/mca/osc/sm/osc_sm_component.c module->comm, comm 367 ompi/mca/osc/sm/osc_sm_component.c module->comm->c_coll->coll_allgather_module); comm 382 ompi/mca/osc/sm/osc_sm_component.c if (0 == ompi_comm_rank(module->comm)) { comm 428 ompi/mca/osc/sm/osc_sm_component.c ret = module->comm->c_coll->coll_barrier(module->comm, comm 429 ompi/mca/osc/sm/osc_sm_component.c module->comm->c_coll->coll_barrier_module); comm 438 ompi/mca/osc/sm/osc_sm_component.c if (0 == ompi_comm_rank (module->comm) && unlink_needed) { comm 468 ompi/mca/osc/sm/osc_sm_component.c for (i = 0 ; i < ompi_comm_size(module->comm) ; ++i) { comm 517 ompi/mca/osc/sm/osc_sm_component.c module->comm->c_coll->coll_barrier(module->comm, comm 518 ompi/mca/osc/sm/osc_sm_component.c module->comm->c_coll->coll_barrier_module); comm 536 ompi/mca/osc/sm/osc_sm_component.c ompi_comm_free(&module->comm); comm 553 ompi/mca/osc/sm/osc_sm_component.c return module->comm->c_coll->coll_barrier(module->comm, comm 554 ompi/mca/osc/sm/osc_sm_component.c module->comm->c_coll->coll_barrier_module); comm 198 ompi/mca/osc/sm/osc_sm_passive_target.c comm_size = ompi_comm_size(module->comm); comm 215 ompi/mca/osc/sm/osc_sm_passive_target.c comm_size = ompi_comm_size(module->comm); comm 94 ompi/mca/osc/ucx/osc_ucx.h struct ompi_communicator_t *comm; comm 83 ompi/mca/osc/ucx/osc_ucx_active_target.c return module->comm->c_coll->coll_barrier(module->comm, comm 84 ompi/mca/osc/ucx/osc_ucx_active_target.c module->comm->c_coll->coll_barrier_module); comm 105 ompi/mca/osc/ucx/osc_ucx_active_target.c ranks_in_win_grp = malloc(sizeof(int) * ompi_comm_size(module->comm)); comm 111 ompi/mca/osc/ucx/osc_ucx_active_target.c ret = ompi_comm_group(module->comm, &win_group); comm 216 ompi/mca/osc/ucx/osc_ucx_active_target.c int myrank = ompi_comm_rank(module->comm); comm 220 ompi/mca/osc/ucx/osc_ucx_active_target.c ranks_in_win_grp = malloc(sizeof(int) * ompi_comm_size(module->comm)); comm 226 ompi/mca/osc/ucx/osc_ucx_active_target.c ret = ompi_comm_group(module->comm, &win_group); comm 311 ompi/mca/osc/ucx/osc_ucx_comm.c module->local_dynamic_win_info[contain].mem->mem_addrs = calloc(ompi_comm_size(module->comm), comm 313 ompi/mca/osc/ucx/osc_ucx_comm.c module->local_dynamic_win_info[contain].mem->mem_displs =calloc(ompi_comm_size(module->comm), comm 32 ompi/mca/osc/ucx/osc_ucx_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, int flavor); comm 34 ompi/mca/osc/ucx/osc_ucx_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 149 ompi/mca/osc/ucx/osc_ucx_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, int flavor) { comm 158 ompi/mca/osc/ucx/osc_ucx_component.c struct ompi_communicator_t *comm = (struct ompi_communicator_t *)metadata; comm 159 ompi/mca/osc/ucx/osc_ucx_component.c int comm_size = ompi_comm_size(comm); comm 163 ompi/mca/osc/ucx/osc_ucx_component.c ret = comm->c_coll->coll_allgather(&my_info_len, 1, MPI_INT, comm 164 ompi/mca/osc/ucx/osc_ucx_component.c lens, 1, MPI_INT, comm, comm 165 ompi/mca/osc/ucx/osc_ucx_component.c comm->c_coll->coll_allgather_module); comm 178 ompi/mca/osc/ucx/osc_ucx_component.c ret = comm->c_coll->coll_allgatherv(my_info, my_info_len, MPI_BYTE, comm 180 ompi/mca/osc/ucx/osc_ucx_component.c comm, comm->c_coll->coll_allgatherv_module); comm 203 ompi/mca/osc/ucx/osc_ucx_component.c struct ompi_communicator_t *comm, struct opal_info_t *info, comm 210 ompi/mca/osc/ucx/osc_ucx_component.c int i, comm_size = ompi_comm_size(comm); comm 263 ompi/mca/osc/ucx/osc_ucx_component.c ret = ompi_comm_dup(comm, &module->comm); comm 269 ompi/mca/osc/ucx/osc_ucx_component.c opal_asprintf(&name, "ucx window %d", ompi_comm_get_cid(module->comm)); comm 281 ompi/mca/osc/ucx/osc_ucx_component.c ret = module->comm->c_coll->coll_allreduce(MPI_IN_PLACE, values, 2, MPI_LONG, comm 282 ompi/mca/osc/ucx/osc_ucx_component.c MPI_MIN, module->comm, comm 283 ompi/mca/osc/ucx/osc_ucx_component.c module->comm->c_coll->coll_allreduce_module); comm 298 ompi/mca/osc/ucx/osc_ucx_component.c ret = module->comm->c_coll->coll_allgather(&disp_unit, 1, MPI_INT, comm 300 ompi/mca/osc/ucx/osc_ucx_component.c module->comm, comm 301 ompi/mca/osc/ucx/osc_ucx_component.c module->comm->c_coll->coll_allgather_module); comm 308 ompi/mca/osc/ucx/osc_ucx_component.c &exchange_len_info, (void *)module->comm, comm 326 ompi/mca/osc/ucx/osc_ucx_component.c (void *)module->comm, comm 339 ompi/mca/osc/ucx/osc_ucx_component.c (void *)module->comm, comm 361 ompi/mca/osc/ucx/osc_ucx_component.c ret = comm->c_coll->coll_allgather((void *)my_info, 2 * sizeof(uint64_t), comm 363 ompi/mca/osc/ucx/osc_ucx_component.c MPI_BYTE, comm, comm->c_coll->coll_allgather_module); comm 407 ompi/mca/osc/ucx/osc_ucx_component.c ret = module->comm->c_coll->coll_barrier(module->comm, comm 408 ompi/mca/osc/ucx/osc_ucx_component.c module->comm->c_coll->coll_barrier_module); comm 425 ompi/mca/osc/ucx/osc_ucx_component.c if (module->comm) ompi_comm_free(&module->comm); comm 493 ompi/mca/osc/ucx/osc_ucx_component.c (void *)module->comm, comm 558 ompi/mca/osc/ucx/osc_ucx_component.c ret = module->comm->c_coll->coll_barrier(module->comm, comm 559 ompi/mca/osc/ucx/osc_ucx_component.c module->comm->c_coll->coll_barrier_module); comm 582 ompi/mca/osc/ucx/osc_ucx_component.c ompi_comm_free(&module->comm); comm 118 ompi/mca/osc/ucx/osc_ucx_passive_target.c assert(module->lock_count <= ompi_comm_size(module->comm)); comm 201 ompi/mca/osc/ucx/osc_ucx_passive_target.c comm_size = ompi_comm_size(module->comm); comm 221 ompi/mca/osc/ucx/osc_ucx_passive_target.c int comm_size = ompi_comm_size(module->comm); comm 65 ompi/mca/pml/base/pml_base_recvreq.h comm, \ comm 69 ompi/mca/pml/base/pml_base_recvreq.h OBJ_RETAIN(comm); \ comm 73 ompi/mca/pml/base/pml_base_recvreq.h (request)->req_base.req_ompi.req_mpi_object.comm = comm; \ comm 79 ompi/mca/pml/base/pml_base_recvreq.h (request)->req_base.req_comm = comm; \ comm 76 ompi/mca/pml/base/pml_base_sendreq.h comm, \ comm 82 ompi/mca/pml/base/pml_base_sendreq.h OBJ_RETAIN(comm); \ comm 85 ompi/mca/pml/base/pml_base_sendreq.h (request)->req_base.req_ompi.req_mpi_object.comm = comm; \ comm 93 ompi/mca/pml/base/pml_base_sendreq.h (request)->req_base.req_comm = comm; \ comm 91 ompi/mca/pml/cm/pml_cm.c mca_pml_cm_add_comm(ompi_communicator_t* comm) comm 94 ompi/mca/pml/cm/pml_cm.c if (comm->c_contextid > ompi_pml_cm.super.pml_max_contextid) { comm 99 ompi/mca/pml/cm/pml_cm.c comm->c_pml_comm = NULL; comm 102 ompi/mca/pml/cm/pml_cm.c return OMPI_MTL_CALL(add_comm(ompi_mtl, comm)); comm 107 ompi/mca/pml/cm/pml_cm.c mca_pml_cm_del_comm(ompi_communicator_t* comm) comm 110 ompi/mca/pml/cm/pml_cm.c return OMPI_MTL_CALL(del_comm(ompi_mtl, comm)); comm 151 ompi/mca/pml/cm/pml_cm.c mca_pml_cm_dump(struct ompi_communicator_t* comm, int verbose) comm 69 ompi/mca/pml/cm/pml_cm.h OMPI_DECLSPEC extern int mca_pml_cm_add_comm(struct ompi_communicator_t* comm); comm 70 ompi/mca/pml/cm/pml_cm.h OMPI_DECLSPEC extern int mca_pml_cm_del_comm(struct ompi_communicator_t* comm); comm 79 ompi/mca/pml/cm/pml_cm.h struct ompi_communicator_t *comm, comm 91 ompi/mca/pml/cm/pml_cm.h MCA_PML_CM_HVY_RECV_REQUEST_INIT(recvreq, ompi_proc, comm, tag, src, comm 105 ompi/mca/pml/cm/pml_cm.h struct ompi_communicator_t *comm, comm 120 ompi/mca/pml/cm/pml_cm.h comm, comm 127 ompi/mca/pml/cm/pml_cm.h MCA_PML_CM_THIN_RECV_REQUEST_START(recvreq, comm, tag, src, ret); comm 148 ompi/mca/pml/cm/pml_cm.h struct ompi_communicator_t *comm, comm 178 ompi/mca/pml/cm/pml_cm.h ompi_proc = ompi_comm_peer_lookup( comm, src ); comm 203 ompi/mca/pml/cm/pml_cm.h comm, comm 230 ompi/mca/pml/cm/pml_cm.h ompi_communicator_t* comm, comm 239 ompi/mca/pml/cm/pml_cm.h MCA_PML_CM_HVY_SEND_REQUEST_ALLOC(sendreq, comm, dst, ompi_proc); comm 242 ompi/mca/pml/cm/pml_cm.h MCA_PML_CM_HVY_SEND_REQUEST_INIT(sendreq, ompi_proc, comm, tag, dst, comm 263 ompi/mca/pml/cm/pml_cm.h ompi_communicator_t* comm, comm 275 ompi/mca/pml/cm/pml_cm.h MCA_PML_CM_HVY_SEND_REQUEST_ALLOC(sendreq, comm, dst, ompi_proc); comm 280 ompi/mca/pml/cm/pml_cm.h comm, comm 300 ompi/mca/pml/cm/pml_cm.h MCA_PML_CM_THIN_SEND_REQUEST_ALLOC(sendreq, comm, dst, ompi_proc); comm 305 ompi/mca/pml/cm/pml_cm.h comm, comm 316 ompi/mca/pml/cm/pml_cm.h comm, comm 337 ompi/mca/pml/cm/pml_cm.h ompi_communicator_t* comm) comm 346 ompi/mca/pml/cm/pml_cm.h MCA_PML_CM_HVY_SEND_REQUEST_ALLOC(sendreq, comm, dst, ompi_proc); comm 351 ompi/mca/pml/cm/pml_cm.h comm, comm 385 ompi/mca/pml/cm/pml_cm.h ompi_proc = ompi_comm_peer_lookup(comm, dst); comm 396 ompi/mca/pml/cm/pml_cm.h comm, comm 409 ompi/mca/pml/cm/pml_cm.h struct ompi_communicator_t *comm, comm 413 ompi/mca/pml/cm/pml_cm.h comm, src, tag, comm 419 ompi/mca/pml/cm/pml_cm.h struct ompi_communicator_t *comm, comm 426 ompi/mca/pml/cm/pml_cm.h comm, src, tag, comm 439 ompi/mca/pml/cm/pml_cm.h struct ompi_communicator_t* comm, comm 445 ompi/mca/pml/cm/pml_cm.h comm, src, tag, comm 453 ompi/mca/pml/cm/pml_cm.h struct ompi_communicator_t* comm, comm 461 ompi/mca/pml/cm/pml_cm.h comm, src, tag, comm 485 ompi/mca/pml/cm/pml_cm.h ompi_communicator_t *comm = (*message)->comm; comm 492 ompi/mca/pml/cm/pml_cm.h comm, comm 519 ompi/mca/pml/cm/pml_cm.h ompi_communicator_t *comm = (*message)->comm; comm 526 ompi/mca/pml/cm/pml_cm.h comm, comm 554 ompi/mca/pml/cm/pml_cm.h OMPI_DECLSPEC extern int mca_pml_cm_dump(struct ompi_communicator_t* comm, comm 92 ompi/mca/pml/cm/pml_cm_recvreq.h comm, \ comm 100 ompi/mca/pml/cm/pml_cm_recvreq.h (request)->req_base.req_ompi.req_mpi_object.comm = comm; \ comm 103 ompi/mca/pml/cm/pml_cm_recvreq.h request->req_base.req_comm = comm; \ comm 105 ompi/mca/pml/cm/pml_cm_recvreq.h OBJ_RETAIN(comm); \ comm 111 ompi/mca/pml/cm/pml_cm_recvreq.h ompi_proc = ompi_comm_peer_lookup( comm, src ); \ comm 125 ompi/mca/pml/cm/pml_cm_recvreq.h comm, \ comm 133 ompi/mca/pml/cm/pml_cm_recvreq.h (request)->req_base.req_ompi.req_mpi_object.comm = comm; \ comm 136 ompi/mca/pml/cm/pml_cm_recvreq.h request->req_base.req_comm = comm; \ comm 138 ompi/mca/pml/cm/pml_cm_recvreq.h OBJ_RETAIN(comm); \ comm 155 ompi/mca/pml/cm/pml_cm_recvreq.h comm, \ comm 165 ompi/mca/pml/cm/pml_cm_recvreq.h (request)->req_base.req_ompi.req_mpi_object.comm = comm; \ comm 168 ompi/mca/pml/cm/pml_cm_recvreq.h request->req_base.req_comm = comm; \ comm 174 ompi/mca/pml/cm/pml_cm_recvreq.h OBJ_RETAIN(comm); \ comm 180 ompi/mca/pml/cm/pml_cm_recvreq.h ompi_proc = ompi_comm_peer_lookup( comm, src ); \ comm 194 ompi/mca/pml/cm/pml_cm_recvreq.h comm, \ comm 204 ompi/mca/pml/cm/pml_cm_recvreq.h (request)->req_base.req_ompi.req_mpi_object.comm = comm; \ comm 207 ompi/mca/pml/cm/pml_cm_recvreq.h request->req_base.req_comm = comm; \ comm 213 ompi/mca/pml/cm/pml_cm_recvreq.h OBJ_RETAIN(comm); \ comm 233 ompi/mca/pml/cm/pml_cm_recvreq.h #define MCA_PML_CM_THIN_RECV_REQUEST_START(request, comm, tag, src, ret) \ comm 248 ompi/mca/pml/cm/pml_cm_recvreq.h comm, \ comm 66 ompi/mca/pml/cm/pml_cm_sendreq.h #define MCA_PML_CM_THIN_SEND_REQUEST_ALLOC(sendreq, comm, dst, \ comm 69 ompi/mca/pml/cm/pml_cm_sendreq.h ompi_proc = ompi_comm_peer_lookup( comm, dst ); \ comm 82 ompi/mca/pml/cm/pml_cm_sendreq.h #define MCA_PML_CM_THIN_SEND_REQUEST_ALLOC(sendreq, comm, dst, \ comm 95 ompi/mca/pml/cm/pml_cm_sendreq.h #define MCA_PML_CM_HVY_SEND_REQUEST_ALLOC(sendreq, comm, dst, \ comm 98 ompi/mca/pml/cm/pml_cm_sendreq.h ompi_proc = ompi_comm_peer_lookup( comm, dst ); \ comm 110 ompi/mca/pml/cm/pml_cm_sendreq.h #define MCA_PML_CM_HVY_SEND_REQUEST_ALLOC(sendreq, comm, dst, \ comm 124 ompi/mca/pml/cm/pml_cm_sendreq.h comm, \ comm 132 ompi/mca/pml/cm/pml_cm_sendreq.h OBJ_RETAIN(comm); \ comm 134 ompi/mca/pml/cm/pml_cm_sendreq.h (req_send)->req_base.req_comm = comm; \ comm 144 ompi/mca/pml/cm/pml_cm_sendreq.h (req_send)->req_base.req_ompi.req_mpi_object.comm = comm; \ comm 146 ompi/mca/pml/cm/pml_cm_sendreq.h comm->c_my_rank; \ comm 155 ompi/mca/pml/cm/pml_cm_sendreq.h comm, \ comm 163 ompi/mca/pml/cm/pml_cm_sendreq.h OBJ_RETAIN(comm); \ comm 165 ompi/mca/pml/cm/pml_cm_sendreq.h (req_send)->req_base.req_comm = comm; \ comm 175 ompi/mca/pml/cm/pml_cm_sendreq.h (req_send)->req_base.req_ompi.req_mpi_object.comm = comm; \ comm 177 ompi/mca/pml/cm/pml_cm_sendreq.h comm->c_my_rank; \ comm 188 ompi/mca/pml/cm/pml_cm_sendreq.h comm, \ comm 196 ompi/mca/pml/cm/pml_cm_sendreq.h OBJ_RETAIN(comm); \ comm 198 ompi/mca/pml/cm/pml_cm_sendreq.h (req_send)->req_base.req_comm = comm; \ comm 208 ompi/mca/pml/cm/pml_cm_sendreq.h (req_send)->req_base.req_ompi.req_mpi_object.comm = comm; \ comm 210 ompi/mca/pml/cm/pml_cm_sendreq.h comm->c_my_rank; \ comm 220 ompi/mca/pml/cm/pml_cm_sendreq.h comm, \ comm 228 ompi/mca/pml/cm/pml_cm_sendreq.h OBJ_RETAIN(comm); \ comm 230 ompi/mca/pml/cm/pml_cm_sendreq.h (req_send)->req_base.req_comm = comm; \ comm 255 ompi/mca/pml/cm/pml_cm_sendreq.h (req_send)->req_base.req_ompi.req_mpi_object.comm = comm; \ comm 257 ompi/mca/pml/cm/pml_cm_sendreq.h comm->c_my_rank; \ comm 267 ompi/mca/pml/cm/pml_cm_sendreq.h comm, \ comm 286 ompi/mca/pml/cm/pml_cm_sendreq.h comm, \ comm 305 ompi/mca/pml/cm/pml_cm_sendreq.h comm, \ comm 318 ompi/mca/pml/cm/pml_cm_sendreq.h comm, \ comm 340 ompi/mca/pml/cm/pml_cm_sendreq.h comm, \ comm 349 ompi/mca/pml/cm/pml_cm_sendreq.h comm, \ comm 85 ompi/mca/pml/crcpw/pml_crcpw.h int mca_pml_crcpw_add_comm( struct ompi_communicator_t* comm ); comm 86 ompi/mca/pml/crcpw/pml_crcpw.h int mca_pml_crcpw_del_comm( struct ompi_communicator_t* comm ); comm 93 ompi/mca/pml/crcpw/pml_crcpw.h int mca_pml_crcpw_iprobe(int dst, int tag, struct ompi_communicator_t* comm, int *matched, ompi_status_public_t* status ); comm 95 ompi/mca/pml/crcpw/pml_crcpw.h int mca_pml_crcpw_probe( int dst, int tag, struct ompi_communicator_t* comm, ompi_status_public_t* status ); comm 100 ompi/mca/pml/crcpw/pml_crcpw.h struct ompi_communicator_t* comm, comm 107 ompi/mca/pml/crcpw/pml_crcpw.h struct ompi_communicator_t* comm, comm 112 ompi/mca/pml/crcpw/pml_crcpw.h mca_pml_base_send_mode_t mode, struct ompi_communicator_t* comm, struct ompi_request_t **request ); comm 115 ompi/mca/pml/crcpw/pml_crcpw.h mca_pml_base_send_mode_t mode, struct ompi_communicator_t* comm, struct ompi_request_t **request ); comm 118 ompi/mca/pml/crcpw/pml_crcpw.h mca_pml_base_send_mode_t mode, struct ompi_communicator_t* comm ); comm 121 ompi/mca/pml/crcpw/pml_crcpw.h struct ompi_communicator_t* comm, struct ompi_request_t **request); comm 124 ompi/mca/pml/crcpw/pml_crcpw.h struct ompi_communicator_t* comm, struct ompi_request_t **request ); comm 127 ompi/mca/pml/crcpw/pml_crcpw.h struct ompi_communicator_t* comm, ompi_status_public_t* status); comm 141 ompi/mca/pml/crcpw/pml_crcpw.h int mca_pml_crcpw_dump( struct ompi_communicator_t* comm, int verbose ); comm 122 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_add_comm(ompi_communicator_t* comm) comm 128 ompi/mca/pml/crcpw/pml_crcpw_module.c return mca_pml_crcpw_module.wrapped_pml_module.pml_add_comm(comm); comm 137 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_add_comm(comm, pml_state); comm 145 ompi/mca/pml/crcpw/pml_crcpw_module.c if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_add_comm(comm) ) ) { comm 152 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_add_comm(comm, pml_state); comm 164 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_del_comm(ompi_communicator_t* comm) comm 170 ompi/mca/pml/crcpw/pml_crcpw_module.c return mca_pml_crcpw_module.wrapped_pml_module.pml_del_comm(comm); comm 175 ompi/mca/pml/crcpw/pml_crcpw_module.c return mca_pml_crcpw_module.wrapped_pml_module.pml_del_comm(comm); comm 182 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_del_comm(comm, pml_state); comm 190 ompi/mca/pml/crcpw/pml_crcpw_module.c if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_del_comm(comm) ) ) { comm 197 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_del_comm(comm, pml_state); comm 285 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_iprobe(int dst, int tag, struct ompi_communicator_t* comm, int *matched, ompi_status_public_t* status ) comm 296 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_iprobe(dst, tag, comm, matched, status, pml_state); comm 308 ompi/mca/pml/crcpw/pml_crcpw_module.c if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_iprobe(dst, tag, comm, matched, status) ) ) { comm 315 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_iprobe(dst, tag, comm, matched, status, pml_state); comm 328 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_probe( int dst, int tag, struct ompi_communicator_t* comm, ompi_status_public_t* status ) comm 339 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_probe(dst, tag, comm, status, pml_state); comm 351 ompi/mca/pml/crcpw/pml_crcpw_module.c if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_probe(dst, tag, comm, status) ) ) { comm 358 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_probe(dst, tag, comm, status, pml_state); comm 372 ompi/mca/pml/crcpw/pml_crcpw_module.c mca_pml_base_send_mode_t mode, struct ompi_communicator_t* comm, struct ompi_request_t **request ) comm 383 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_isend_init(buf, count, datatype, dst, tag, mode, comm, request, pml_state); comm 391 ompi/mca/pml/crcpw/pml_crcpw_module.c if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_isend_init(buf, count, datatype, dst, tag, mode, comm, request) ) ) { comm 398 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_isend_init(buf, count, datatype, dst, tag, mode, comm, request, pml_state); comm 411 ompi/mca/pml/crcpw/pml_crcpw_module.c mca_pml_base_send_mode_t mode, struct ompi_communicator_t* comm, struct ompi_request_t **request ) comm 422 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_isend(buf, count, datatype, dst, tag, mode, comm, request, pml_state); comm 430 ompi/mca/pml/crcpw/pml_crcpw_module.c if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_isend(buf, count, datatype, dst, tag, mode, comm, request) ) ) { comm 437 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_isend(buf, count, datatype, dst, tag, mode, comm, request, pml_state); comm 453 ompi/mca/pml/crcpw/pml_crcpw_module.c mca_pml_base_send_mode_t mode, struct ompi_communicator_t* comm ) comm 464 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_send(buf, count, datatype, dst, tag, mode, comm, pml_state); comm 472 ompi/mca/pml/crcpw/pml_crcpw_module.c if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_send(buf, count, datatype, dst, tag, mode, comm) ) ) { comm 479 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_send(buf, count, datatype, dst, tag, mode, comm, pml_state); comm 495 ompi/mca/pml/crcpw/pml_crcpw_module.c struct ompi_communicator_t* comm, struct ompi_request_t **request) comm 506 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_irecv_init(buf, count, datatype, src, tag, comm, request, pml_state); comm 514 ompi/mca/pml/crcpw/pml_crcpw_module.c if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_irecv_init(buf, count, datatype, src, tag, comm, request) ) ) { comm 521 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_irecv_init(buf, count, datatype, src, tag, comm, request, pml_state); comm 534 ompi/mca/pml/crcpw/pml_crcpw_module.c struct ompi_communicator_t* comm, struct ompi_request_t **request ) comm 545 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_irecv(buf, count, datatype, src, tag, comm, request, pml_state); comm 557 ompi/mca/pml/crcpw/pml_crcpw_module.c if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_irecv(buf, count, datatype, src, tag, comm, request) ) ) { comm 564 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_irecv(buf, count, datatype, src, tag, comm, request, pml_state); comm 578 ompi/mca/pml/crcpw/pml_crcpw_module.c struct ompi_communicator_t* comm, ompi_status_public_t* given_status) comm 597 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_recv(buf, count, datatype, src, tag, comm, status, pml_state); comm 609 ompi/mca/pml/crcpw/pml_crcpw_module.c if( OMPI_SUCCESS != (actual_ret = mca_pml_crcpw_module.wrapped_pml_module.pml_recv(buf, count, datatype, src, tag, comm, status) ) ) { comm 616 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_recv(buf, count, datatype, src, tag, comm, status, pml_state); comm 636 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_dump( struct ompi_communicator_t* comm, int verbose ) comm 647 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_dump(comm, verbose, pml_state); comm 655 ompi/mca/pml/crcpw/pml_crcpw_module.c if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_dump(comm, verbose) ) ) { comm 662 ompi/mca/pml/crcpw/pml_crcpw_module.c pml_state = ompi_crcp.pml_dump(comm, verbose, pml_state); comm 763 ompi/mca/pml/crcpw/pml_crcpw_module.c struct ompi_communicator_t* comm, comm 775 ompi/mca/pml/crcpw/pml_crcpw_module.c struct ompi_communicator_t* comm, comm 50 ompi/mca/pml/example/pml_example.c int mca_pml_example_add_comm(ompi_communicator_t* comm) comm 55 ompi/mca/pml/example/pml_example.c int mca_pml_example_del_comm(ompi_communicator_t* comm) comm 47 ompi/mca/pml/example/pml_example.h extern int mca_pml_example_add_comm( struct ompi_communicator_t* comm ); comm 48 ompi/mca/pml/example/pml_example.h extern int mca_pml_example_del_comm( struct ompi_communicator_t* comm ); comm 59 ompi/mca/pml/example/pml_example.h struct ompi_communicator_t* comm, comm 65 ompi/mca/pml/example/pml_example.h struct ompi_communicator_t* comm, comm 70 ompi/mca/pml/example/pml_example.h struct ompi_communicator_t* comm, comm 77 ompi/mca/pml/example/pml_example.h struct ompi_communicator_t* comm, comm 90 ompi/mca/pml/example/pml_example.h struct ompi_communicator_t* comm, comm 99 ompi/mca/pml/example/pml_example.h struct ompi_communicator_t* comm, comm 108 ompi/mca/pml/example/pml_example.h struct ompi_communicator_t* comm ); comm 115 ompi/mca/pml/example/pml_example.h struct ompi_communicator_t* comm, comm 123 ompi/mca/pml/example/pml_example.h struct ompi_communicator_t* comm, comm 131 ompi/mca/pml/example/pml_example.h struct ompi_communicator_t* comm, comm 17 ompi/mca/pml/example/pml_example_iprobe.c struct ompi_communicator_t *comm, comm 24 ompi/mca/pml/example/pml_example_iprobe.c struct ompi_communicator_t *comm, comm 32 ompi/mca/pml/example/pml_example_iprobe.c struct ompi_communicator_t* comm, comm 42 ompi/mca/pml/example/pml_example_iprobe.c struct ompi_communicator_t* comm, comm 22 ompi/mca/pml/example/pml_example_irecv.c struct ompi_communicator_t *comm, comm 33 ompi/mca/pml/example/pml_example_irecv.c struct ompi_communicator_t *comm, comm 45 ompi/mca/pml/example/pml_example_irecv.c struct ompi_communicator_t *comm, comm 21 ompi/mca/pml/example/pml_example_isend.c ompi_communicator_t* comm, comm 34 ompi/mca/pml/example/pml_example_isend.c ompi_communicator_t* comm, comm 46 ompi/mca/pml/example/pml_example_isend.c ompi_communicator_t* comm ) comm 38 ompi/mca/pml/monitoring/pml_monitoring.h extern int mca_pml_monitoring_add_comm(struct ompi_communicator_t* comm); comm 40 ompi/mca/pml/monitoring/pml_monitoring.h extern int mca_pml_monitoring_del_comm(struct ompi_communicator_t* comm); comm 50 ompi/mca/pml/monitoring/pml_monitoring.h struct ompi_communicator_t* comm, comm 56 ompi/mca/pml/monitoring/pml_monitoring.h struct ompi_communicator_t* comm, comm 61 ompi/mca/pml/monitoring/pml_monitoring.h struct ompi_communicator_t* comm, comm 68 ompi/mca/pml/monitoring/pml_monitoring.h struct ompi_communicator_t* comm, comm 78 ompi/mca/pml/monitoring/pml_monitoring.h struct ompi_communicator_t* comm, comm 87 ompi/mca/pml/monitoring/pml_monitoring.h struct ompi_communicator_t* comm, comm 96 ompi/mca/pml/monitoring/pml_monitoring.h struct ompi_communicator_t* comm); comm 103 ompi/mca/pml/monitoring/pml_monitoring.h struct ompi_communicator_t* comm, comm 111 ompi/mca/pml/monitoring/pml_monitoring.h struct ompi_communicator_t* comm, comm 119 ompi/mca/pml/monitoring/pml_monitoring.h struct ompi_communicator_t* comm, comm 134 ompi/mca/pml/monitoring/pml_monitoring.h extern int mca_pml_monitoring_dump(struct ompi_communicator_t* comm, comm 16 ompi/mca/pml/monitoring/pml_monitoring_comm.c int mca_pml_monitoring_add_comm(struct ompi_communicator_t* comm) comm 18 ompi/mca/pml/monitoring/pml_monitoring_comm.c return pml_selected_module.pml_add_comm(comm); comm 21 ompi/mca/pml/monitoring/pml_monitoring_comm.c int mca_pml_monitoring_del_comm(struct ompi_communicator_t* comm) comm 23 ompi/mca/pml/monitoring/pml_monitoring_comm.c mca_common_monitoring_coll_cache_name(comm); comm 24 ompi/mca/pml/monitoring/pml_monitoring_comm.c return pml_selected_module.pml_del_comm(comm); comm 77 ompi/mca/pml/monitoring/pml_monitoring_component.c int mca_pml_monitoring_dump(struct ompi_communicator_t* comm, comm 80 ompi/mca/pml/monitoring/pml_monitoring_component.c return pml_selected_module.pml_dump(comm, verbose); comm 21 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c struct ompi_communicator_t* comm, comm 25 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c return pml_selected_module.pml_iprobe(dst, tag, comm, comm 31 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c struct ompi_communicator_t* comm, comm 34 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c return pml_selected_module.pml_probe(dst, tag, comm, status); comm 39 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c struct ompi_communicator_t* comm, comm 44 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c return pml_selected_module.pml_improbe(dst, tag, comm, comm 51 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c struct ompi_communicator_t* comm, comm 55 ompi/mca/pml/monitoring/pml_monitoring_iprobe.c return pml_selected_module.pml_mprobe(dst, tag, comm, message, status); comm 24 ompi/mca/pml/monitoring/pml_monitoring_irecv.c struct ompi_communicator_t* comm, comm 28 ompi/mca/pml/monitoring/pml_monitoring_irecv.c src, tag, comm, request); comm 37 ompi/mca/pml/monitoring/pml_monitoring_irecv.c struct ompi_communicator_t* comm, comm 41 ompi/mca/pml/monitoring/pml_monitoring_irecv.c src, tag, comm, request); comm 50 ompi/mca/pml/monitoring/pml_monitoring_irecv.c struct ompi_communicator_t* comm, comm 54 ompi/mca/pml/monitoring/pml_monitoring_irecv.c src, tag, comm, status); comm 22 ompi/mca/pml/monitoring/pml_monitoring_isend.c struct ompi_communicator_t* comm, comm 26 ompi/mca/pml/monitoring/pml_monitoring_isend.c dst, tag, mode, comm, request); comm 35 ompi/mca/pml/monitoring/pml_monitoring_isend.c struct ompi_communicator_t* comm, comm 43 ompi/mca/pml/monitoring/pml_monitoring_isend.c if(OPAL_SUCCESS == mca_common_monitoring_get_world_rank(dst, comm->c_remote_group, &world_rank)) { comm 51 ompi/mca/pml/monitoring/pml_monitoring_isend.c dst, tag, mode, comm, request); comm 60 ompi/mca/pml/monitoring/pml_monitoring_isend.c struct ompi_communicator_t* comm) comm 64 ompi/mca/pml/monitoring/pml_monitoring_isend.c if(OPAL_SUCCESS == mca_common_monitoring_get_world_rank(dst, comm->c_remote_group, &world_rank)) { comm 72 ompi/mca/pml/monitoring/pml_monitoring_isend.c dst, tag, mode, comm); comm 193 ompi/mca/pml/ob1/pml_ob1.c int mca_pml_ob1_add_comm(ompi_communicator_t* comm) comm 206 ompi/mca/pml/ob1/pml_ob1.c if (comm->c_contextid > mca_pml_ob1.super.pml_max_contextid) { comm 211 ompi/mca/pml/ob1/pml_ob1.c ompi_comm_assert_subscribe (comm, OMPI_COMM_ASSERT_NO_ANY_SOURCE); comm 212 ompi/mca/pml/ob1/pml_ob1.c ompi_comm_assert_subscribe (comm, OMPI_COMM_ASSERT_ALLOW_OVERTAKE); comm 214 ompi/mca/pml/ob1/pml_ob1.c mca_pml_ob1_comm_init_size(pml_comm, comm->c_remote_group->grp_proc_count); comm 215 ompi/mca/pml/ob1/pml_ob1.c comm->c_pml_comm = pml_comm; comm 222 ompi/mca/pml/ob1/pml_ob1.c if( frag->hdr.hdr_match.hdr_ctx != comm->c_contextid ) comm 237 ompi/mca/pml/ob1/pml_ob1.c PERUSE_TRACE_MSG_EVENT(PERUSE_COMM_MSG_ARRIVED, comm, comm 246 ompi/mca/pml/ob1/pml_ob1.c pml_proc = mca_pml_ob1_peer_lookup(comm, hdr->hdr_src); comm 248 ompi/mca/pml/ob1/pml_ob1.c if (OMPI_COMM_CHECK_ASSERT_ALLOW_OVERTAKE(comm)) { comm 254 ompi/mca/pml/ob1/pml_ob1.c PERUSE_TRACE_MSG_EVENT(PERUSE_COMM_MSG_INSERT_IN_UNEX_Q, comm, comm 269 ompi/mca/pml/ob1/pml_ob1.c PERUSE_TRACE_MSG_EVENT(PERUSE_COMM_MSG_INSERT_IN_UNEX_Q, comm, comm 292 ompi/mca/pml/ob1/pml_ob1.c int mca_pml_ob1_del_comm(ompi_communicator_t* comm) comm 294 ompi/mca/pml/ob1/pml_ob1.c OBJ_RELEASE(comm->c_pml_comm); comm 295 ompi/mca/pml/ob1/pml_ob1.c comm->c_pml_comm = NULL; comm 592 ompi/mca/pml/ob1/pml_ob1.c int mca_pml_ob1_dump(struct ompi_communicator_t* comm, int verbose) comm 594 ompi/mca/pml/ob1/pml_ob1.c struct mca_pml_comm_t* pml_comm = comm->c_pml_comm; comm 600 ompi/mca/pml/ob1/pml_ob1.c comm->c_name, (void*) comm, comm->c_contextid, comm->c_my_rank, comm 97 ompi/mca/pml/ob1/pml_ob1.h struct ompi_communicator_t* comm comm 101 ompi/mca/pml/ob1/pml_ob1.h struct ompi_communicator_t* comm comm 120 ompi/mca/pml/ob1/pml_ob1.h struct ompi_communicator_t* comm, comm 126 ompi/mca/pml/ob1/pml_ob1.h struct ompi_communicator_t* comm, comm 131 ompi/mca/pml/ob1/pml_ob1.h struct ompi_communicator_t* comm, comm 138 ompi/mca/pml/ob1/pml_ob1.h struct ompi_communicator_t* comm, comm 148 ompi/mca/pml/ob1/pml_ob1.h struct ompi_communicator_t* comm, comm 157 ompi/mca/pml/ob1/pml_ob1.h struct ompi_communicator_t* comm, comm 166 ompi/mca/pml/ob1/pml_ob1.h struct ompi_communicator_t* comm ); comm 173 ompi/mca/pml/ob1/pml_ob1.h struct ompi_communicator_t* comm, comm 181 ompi/mca/pml/ob1/pml_ob1.h struct ompi_communicator_t* comm, comm 189 ompi/mca/pml/ob1/pml_ob1.h struct ompi_communicator_t* comm, comm 204 ompi/mca/pml/ob1/pml_ob1.h extern int mca_pml_ob1_dump( struct ompi_communicator_t* comm, comm 61 ompi/mca/pml/ob1/pml_ob1_comm.c static void mca_pml_ob1_comm_construct(mca_pml_ob1_comm_t* comm) comm 64 ompi/mca/pml/ob1/pml_ob1_comm.c OBJ_CONSTRUCT(&comm->wild_receives, opal_list_t); comm 66 ompi/mca/pml/ob1/pml_ob1_comm.c comm->prq = custom_match_prq_init(); comm 67 ompi/mca/pml/ob1/pml_ob1_comm.c comm->umq = custom_match_umq_init(); comm 69 ompi/mca/pml/ob1/pml_ob1_comm.c OBJ_CONSTRUCT(&comm->matching_lock, opal_mutex_t); comm 70 ompi/mca/pml/ob1/pml_ob1_comm.c OBJ_CONSTRUCT(&comm->proc_lock, opal_mutex_t); comm 71 ompi/mca/pml/ob1/pml_ob1_comm.c comm->recv_sequence = 0; comm 72 ompi/mca/pml/ob1/pml_ob1_comm.c comm->procs = NULL; comm 73 ompi/mca/pml/ob1/pml_ob1_comm.c comm->last_probed = 0; comm 74 ompi/mca/pml/ob1/pml_ob1_comm.c comm->num_procs = 0; comm 78 ompi/mca/pml/ob1/pml_ob1_comm.c static void mca_pml_ob1_comm_destruct(mca_pml_ob1_comm_t* comm) comm 80 ompi/mca/pml/ob1/pml_ob1_comm.c if (NULL != comm->procs) { comm 81 ompi/mca/pml/ob1/pml_ob1_comm.c for (size_t i = 0; i < comm->num_procs; ++i) { comm 82 ompi/mca/pml/ob1/pml_ob1_comm.c if (comm->procs[i]) { comm 83 ompi/mca/pml/ob1/pml_ob1_comm.c OBJ_RELEASE(comm->procs[i]); comm 87 ompi/mca/pml/ob1/pml_ob1_comm.c free(comm->procs); comm 91 ompi/mca/pml/ob1/pml_ob1_comm.c OBJ_DESTRUCT(&comm->wild_receives); comm 93 ompi/mca/pml/ob1/pml_ob1_comm.c custom_match_prq_destroy(comm->prq); comm 94 ompi/mca/pml/ob1/pml_ob1_comm.c custom_match_umq_destroy(comm->umq); comm 96 ompi/mca/pml/ob1/pml_ob1_comm.c OBJ_DESTRUCT(&comm->matching_lock); comm 97 ompi/mca/pml/ob1/pml_ob1_comm.c OBJ_DESTRUCT(&comm->proc_lock); comm 108 ompi/mca/pml/ob1/pml_ob1_comm.c int mca_pml_ob1_comm_init_size (mca_pml_ob1_comm_t* comm, size_t size) comm 111 ompi/mca/pml/ob1/pml_ob1_comm.c comm->procs = (mca_pml_ob1_comm_proc_t **) calloc(size, sizeof (mca_pml_ob1_comm_proc_t *)); comm 112 ompi/mca/pml/ob1/pml_ob1_comm.c if(NULL == comm->procs) { comm 115 ompi/mca/pml/ob1/pml_ob1_comm.c comm->num_procs = size; comm 81 ompi/mca/pml/ob1/pml_ob1_comm.h static inline mca_pml_ob1_comm_proc_t *mca_pml_ob1_peer_lookup (struct ompi_communicator_t *comm, int rank) comm 83 ompi/mca/pml/ob1/pml_ob1_comm.h mca_pml_ob1_comm_t *pml_comm = (mca_pml_ob1_comm_t *)comm->c_pml_comm; comm 99 ompi/mca/pml/ob1/pml_ob1_comm.h proc->ompi_proc = ompi_comm_peer_lookup (comm, rank); comm 118 ompi/mca/pml/ob1/pml_ob1_comm.h extern int mca_pml_ob1_comm_init_size(mca_pml_ob1_comm_t* comm, size_t size); comm 144 ompi/mca/pml/ob1/pml_ob1_component.c ompi_communicator_t *comm = (ompi_communicator_t *) obj_handle; comm 145 ompi/mca/pml/ob1/pml_ob1_component.c mca_pml_ob1_comm_t *pml_comm = comm->c_pml_comm; comm 146 ompi/mca/pml/ob1/pml_ob1_component.c int comm_size = ompi_comm_size (comm); comm 170 ompi/mca/pml/ob1/pml_ob1_component.c ompi_communicator_t *comm = (ompi_communicator_t *) obj_handle; comm 171 ompi/mca/pml/ob1/pml_ob1_component.c mca_pml_ob1_comm_t *pml_comm = comm->c_pml_comm; comm 172 ompi/mca/pml/ob1/pml_ob1_component.c int comm_size = ompi_comm_size (comm); comm 29 ompi/mca/pml/ob1/pml_ob1_iprobe.c struct ompi_communicator_t *comm, comm 39 ompi/mca/pml/ob1/pml_ob1_iprobe.c MCA_PML_OB1_RECV_REQUEST_INIT(&recvreq, NULL, 0, &ompi_mpi_char.dt, src, tag, comm, false); comm 59 ompi/mca/pml/ob1/pml_ob1_iprobe.c struct ompi_communicator_t *comm, comm 69 ompi/mca/pml/ob1/pml_ob1_iprobe.c MCA_PML_OB1_RECV_REQUEST_INIT(&recvreq, NULL, 0, &ompi_mpi_char.dt, src, tag, comm, false); comm 86 ompi/mca/pml/ob1/pml_ob1_iprobe.c struct ompi_communicator_t *comm, comm 106 ompi/mca/pml/ob1/pml_ob1_iprobe.c src, tag, comm, false); comm 115 ompi/mca/pml/ob1/pml_ob1_iprobe.c (*message)->comm = comm; comm 141 ompi/mca/pml/ob1/pml_ob1_iprobe.c struct ompi_communicator_t *comm, comm 160 ompi/mca/pml/ob1/pml_ob1_iprobe.c src, tag, comm, false); comm 170 ompi/mca/pml/ob1/pml_ob1_iprobe.c (*message)->comm = comm; comm 49 ompi/mca/pml/ob1/pml_ob1_irecv.c struct ompi_communicator_t *comm, comm 60 ompi/mca/pml/ob1/pml_ob1_irecv.c count, datatype, src, tag, comm, true); comm 81 ompi/mca/pml/ob1/pml_ob1_irecv.c struct ompi_communicator_t *comm, comm 92 ompi/mca/pml/ob1/pml_ob1_irecv.c count, datatype, src, tag, comm, false); comm 109 ompi/mca/pml/ob1/pml_ob1_irecv.c struct ompi_communicator_t *comm, comm 128 ompi/mca/pml/ob1/pml_ob1_irecv.c src, tag, comm, false); comm 186 ompi/mca/pml/ob1/pml_ob1_irecv.c ompi_communicator_t *comm; comm 196 ompi/mca/pml/ob1/pml_ob1_irecv.c comm = (*message)->comm; comm 207 ompi/mca/pml/ob1/pml_ob1_irecv.c OBJ_RETAIN(comm); comm 213 ompi/mca/pml/ob1/pml_ob1_irecv.c src, tag, comm, false); comm 214 ompi/mca/pml/ob1/pml_ob1_irecv.c OBJ_RELEASE(comm); comm 234 ompi/mca/pml/ob1/pml_ob1_irecv.c proc = mca_pml_ob1_peer_lookup (comm, recvreq->req_recv.req_base.req_peer); comm 279 ompi/mca/pml/ob1/pml_ob1_irecv.c ompi_communicator_t *comm; comm 285 ompi/mca/pml/ob1/pml_ob1_irecv.c comm = (*message)->comm; comm 300 ompi/mca/pml/ob1/pml_ob1_irecv.c OBJ_RETAIN(comm); comm 306 ompi/mca/pml/ob1/pml_ob1_irecv.c src, tag, comm, false); comm 307 ompi/mca/pml/ob1/pml_ob1_irecv.c OBJ_RELEASE(comm); comm 326 ompi/mca/pml/ob1/pml_ob1_irecv.c proc = mca_pml_ob1_peer_lookup (comm, recvreq->req_recv.req_base.req_peer); comm 48 ompi/mca/pml/ob1/pml_ob1_isend.c ompi_communicator_t * comm, comm 52 ompi/mca/pml/ob1/pml_ob1_isend.c MCA_PML_OB1_SEND_REQUEST_ALLOC(comm, dst, sendreq); comm 61 ompi/mca/pml/ob1/pml_ob1_isend.c comm, sendmode, true); comm 82 ompi/mca/pml/ob1/pml_ob1_isend.c ompi_communicator_t * comm) comm 114 ompi/mca/pml/ob1/pml_ob1_isend.c comm->c_contextid, comm->c_my_rank, comm 153 ompi/mca/pml/ob1/pml_ob1_isend.c ompi_communicator_t * comm, comm 156 ompi/mca/pml/ob1/pml_ob1_isend.c mca_pml_ob1_comm_proc_t *ob1_proc = mca_pml_ob1_peer_lookup (comm, dst); comm 167 ompi/mca/pml/ob1/pml_ob1_isend.c if (!OMPI_COMM_CHECK_ASSERT_ALLOW_OVERTAKE(comm)) { comm 173 ompi/mca/pml/ob1/pml_ob1_isend.c endpoint, comm); comm 183 ompi/mca/pml/ob1/pml_ob1_isend.c MCA_PML_OB1_SEND_REQUEST_ALLOC(comm, dst, sendreq); comm 192 ompi/mca/pml/ob1/pml_ob1_isend.c comm, sendmode, false); comm 209 ompi/mca/pml/ob1/pml_ob1_isend.c ompi_communicator_t * comm) comm 211 ompi/mca/pml/ob1/pml_ob1_isend.c mca_pml_ob1_comm_proc_t *ob1_proc = mca_pml_ob1_peer_lookup (comm, dst); comm 226 ompi/mca/pml/ob1/pml_ob1_isend.c rc = mca_pml_ob1_isend (buf, count, datatype, dst, tag, sendmode, comm, &brequest); comm 236 ompi/mca/pml/ob1/pml_ob1_isend.c if (!OMPI_COMM_CHECK_ASSERT_ALLOW_OVERTAKE(comm)) { comm 247 ompi/mca/pml/ob1/pml_ob1_isend.c endpoint, comm); comm 259 ompi/mca/pml/ob1/pml_ob1_isend.c MCA_PML_OB1_SEND_REQUEST_ALLOC(comm, dst, sendreq); comm 272 ompi/mca/pml/ob1/pml_ob1_isend.c comm, sendmode, false); comm 352 ompi/mca/pml/ob1/pml_ob1_recvfrag.c mca_pml_ob1_comm_t *comm; comm 378 ompi/mca/pml/ob1/pml_ob1_recvfrag.c comm = (mca_pml_ob1_comm_t *)comm_ptr->c_pml_comm; comm 399 ompi/mca/pml/ob1/pml_ob1_recvfrag.c OB1_MATCHING_LOCK(&comm->matching_lock); comm 412 ompi/mca/pml/ob1/pml_ob1_recvfrag.c OB1_MATCHING_UNLOCK(&comm->matching_lock); comm 437 ompi/mca/pml/ob1/pml_ob1_recvfrag.c OB1_MATCHING_UNLOCK(&comm->matching_lock); comm 506 ompi/mca/pml/ob1/pml_ob1_recvfrag.c OB1_MATCHING_LOCK(&comm->matching_lock); comm 514 ompi/mca/pml/ob1/pml_ob1_recvfrag.c OB1_MATCHING_UNLOCK(&comm->matching_lock); comm 724 ompi/mca/pml/ob1/pml_ob1_recvfrag.c mca_pml_ob1_match_hdr_t *hdr, mca_pml_ob1_comm_t *comm, comm 733 ompi/mca/pml/ob1/pml_ob1_recvfrag.c wild_recv = get_posted_recv(&comm->wild_receives); comm 749 ompi/mca/pml/ob1/pml_ob1_recvfrag.c queue = &comm->wild_receives; comm 771 ompi/mca/pml/ob1/pml_ob1_recvfrag.c return custom_match_prq_find_dequeue_verify(comm->prq, hdr->hdr_tag, hdr->hdr_src); comm 777 ompi/mca/pml/ob1/pml_ob1_recvfrag.c mca_pml_ob1_match_hdr_t *hdr, mca_pml_ob1_comm_t *comm, comm 811 ompi/mca/pml/ob1/pml_ob1_recvfrag.c mca_pml_ob1_comm_t *comm = (mca_pml_ob1_comm_t *)comm_ptr->c_pml_comm; comm 815 ompi/mca/pml/ob1/pml_ob1_recvfrag.c match = match_incomming(hdr, comm, proc); comm 818 ompi/mca/pml/ob1/pml_ob1_recvfrag.c match = match_incomming(hdr, comm, proc); comm 820 ompi/mca/pml/ob1/pml_ob1_recvfrag.c match = match_incomming_no_any_source (hdr, comm, proc); comm 863 ompi/mca/pml/ob1/pml_ob1_recvfrag.c append_frag_to_umq(comm->umq, btl, hdr, segments, comm 919 ompi/mca/pml/ob1/pml_ob1_recvfrag.c mca_pml_ob1_comm_t *comm; comm 936 ompi/mca/pml/ob1/pml_ob1_recvfrag.c comm = (mca_pml_ob1_comm_t *)comm_ptr->c_pml_comm; comm 957 ompi/mca/pml/ob1/pml_ob1_recvfrag.c OB1_MATCHING_LOCK(&comm->matching_lock); comm 974 ompi/mca/pml/ob1/pml_ob1_recvfrag.c OB1_MATCHING_UNLOCK(&comm->matching_lock); comm 1003 ompi/mca/pml/ob1/pml_ob1_recvfrag.c mca_pml_ob1_comm_t* comm = (mca_pml_ob1_comm_t *)comm_ptr->c_pml_comm; comm 1035 ompi/mca/pml/ob1/pml_ob1_recvfrag.c OB1_MATCHING_UNLOCK(&comm->matching_lock); comm 1060 ompi/mca/pml/ob1/pml_ob1_recvfrag.c OB1_MATCHING_LOCK(&comm->matching_lock); comm 1069 ompi/mca/pml/ob1/pml_ob1_recvfrag.c OB1_MATCHING_UNLOCK(&comm->matching_lock); comm 102 ompi/mca/pml/ob1/pml_ob1_recvreq.c ompi_communicator_t *comm = request->req_recv.req_base.req_comm; comm 103 ompi/mca/pml/ob1/pml_ob1_recvreq.c mca_pml_ob1_comm_t *ob1_comm = comm->c_pml_comm; comm 119 ompi/mca/pml/ob1/pml_ob1_recvreq.c mca_pml_ob1_comm_proc_t* proc = mca_pml_ob1_peer_lookup (comm, request->req_recv.req_base.req_peer); comm 1169 ompi/mca/pml/ob1/pml_ob1_recvreq.c mca_pml_ob1_comm_t* comm = req->req_recv.req_base.req_comm->c_pml_comm; comm 1170 ompi/mca/pml/ob1/pml_ob1_recvreq.c mca_pml_ob1_comm_proc_t **procp = comm->procs; comm 1174 ompi/mca/pml/ob1/pml_ob1_recvreq.c frag = custom_match_umq_find_verify_hold (comm->umq, req->req_recv.req_base.req_tag, comm 1197 ompi/mca/pml/ob1/pml_ob1_recvreq.c for (size_t i = comm->last_probed + 1; i < comm->num_procs; i++) { comm 1203 ompi/mca/pml/ob1/pml_ob1_recvreq.c comm->last_probed = i; comm 1209 ompi/mca/pml/ob1/pml_ob1_recvreq.c for (size_t i = 0; i <= comm->last_probed; i++) { comm 1215 ompi/mca/pml/ob1/pml_ob1_recvreq.c comm->last_probed = i; comm 1230 ompi/mca/pml/ob1/pml_ob1_recvreq.c ompi_communicator_t *comm = req->req_recv.req_base.req_comm; comm 1231 ompi/mca/pml/ob1/pml_ob1_recvreq.c mca_pml_ob1_comm_t *ob1_comm = comm->c_pml_comm; comm 1286 ompi/mca/pml/ob1/pml_ob1_recvreq.c proc = mca_pml_ob1_peer_lookup (comm, req->req_recv.req_base.req_peer); comm 106 ompi/mca/pml/ob1/pml_ob1_recvreq.h comm, \ comm 115 ompi/mca/pml/ob1/pml_ob1_recvreq.h comm, \ comm 181 ompi/mca/pml/ob1/pml_ob1_recvreq.h ompi_mpi_abort(&ompi_mpi_comm_world.comm, MPI_ERR_REQUEST); comm 123 ompi/mca/pml/ob1/pml_ob1_sendreq.h #define MCA_PML_OB1_SEND_REQUEST_ALLOC( comm, \ comm 127 ompi/mca/pml/ob1/pml_ob1_sendreq.h ompi_proc_t *proc = ompi_comm_peer_lookup( comm, dst ); \ comm 143 ompi/mca/pml/ob1/pml_ob1_sendreq.h comm, \ comm 153 ompi/mca/pml/ob1/pml_ob1_sendreq.h comm, \ comm 268 ompi/mca/pml/ob1/pml_ob1_sendreq.h ompi_mpi_abort(&ompi_mpi_comm_world.comm, MPI_ERR_REQUEST); comm 487 ompi/mca/pml/ob1/pml_ob1_sendreq.h ompi_communicator_t *comm = sendreq->req_send.req_base.req_comm; comm 488 ompi/mca/pml/ob1/pml_ob1_sendreq.h mca_pml_ob1_comm_proc_t *ob1_proc = mca_pml_ob1_peer_lookup (comm, sendreq->req_send.req_base.req_peer); comm 185 ompi/mca/pml/pml.h typedef int (*mca_pml_base_module_add_comm_fn_t)(struct ompi_communicator_t* comm); comm 197 ompi/mca/pml/pml.h typedef int (*mca_pml_base_module_del_comm_fn_t)(struct ompi_communicator_t* comm); comm 217 ompi/mca/pml/pml.h struct ompi_communicator_t* comm, comm 239 ompi/mca/pml/pml.h struct ompi_communicator_t* comm, comm 268 ompi/mca/pml/pml.h struct ompi_communicator_t* comm, comm 299 ompi/mca/pml/pml.h struct ompi_communicator_t* comm, comm 324 ompi/mca/pml/pml.h struct ompi_communicator_t* comm, comm 348 ompi/mca/pml/pml.h struct ompi_communicator_t* comm comm 374 ompi/mca/pml/pml.h struct ompi_communicator_t* comm, comm 382 ompi/mca/pml/pml.h struct ompi_communicator_t* comm, comm 401 ompi/mca/pml/pml.h struct ompi_communicator_t* comm, comm 408 ompi/mca/pml/pml.h struct ompi_communicator_t* comm, comm 469 ompi/mca/pml/pml.h struct ompi_communicator_t* comm, comm 388 ompi/mca/pml/ucx/pml_ucx.c static ucp_ep_h mca_pml_ucx_add_proc(ompi_communicator_t *comm, int dst) comm 390 ompi/mca/pml/ucx/pml_ucx.c ompi_proc_t *proc0 = ompi_comm_peer_lookup(comm, 0); comm 391 ompi/mca/pml/ucx/pml_ucx.c ompi_proc_t *proc_peer = ompi_comm_peer_lookup(comm, dst); comm 429 ompi/mca/pml/ucx/pml_ucx.c static inline ucp_ep_h mca_pml_ucx_get_ep(ompi_communicator_t *comm, int rank) comm 433 ompi/mca/pml/ucx/pml_ucx.c ep = ompi_comm_peer_lookup(comm, rank)->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_PML]; comm 438 ompi/mca/pml/ucx/pml_ucx.c ep = mca_pml_ucx_add_proc(comm, rank); comm 443 ompi/mca/pml/ucx/pml_ucx.c if (rank >= ompi_comm_size(comm)) { comm 445 ompi/mca/pml/ucx/pml_ucx.c rank, ompi_comm_size(comm)); comm 514 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_add_comm(struct ompi_communicator_t* comm) comm 519 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_del_comm(struct ompi_communicator_t* comm) comm 525 ompi/mca/pml/ucx/pml_ucx.c int src, int tag, struct ompi_communicator_t* comm, comm 536 ompi/mca/pml/ucx/pml_ucx.c tag, comm, (void*)request, (void*)req); comm 539 ompi/mca/pml/ucx/pml_ucx.c req->ompi.req_mpi_object.comm = comm; comm 545 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_MAKE_RECV_TAG(req->tag, req->recv.tag_mask, tag, src, comm); comm 552 ompi/mca/pml/ucx/pml_ucx.c int src, int tag, struct ompi_communicator_t* comm, comm 558 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_TRACE_RECV("irecv request *%p", buf, count, datatype, src, tag, comm, comm 561 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_MAKE_RECV_TAG(ucp_tag, ucp_tag_mask, tag, src, comm); comm 572 ompi/mca/pml/ucx/pml_ucx.c req->req_mpi_object.comm = comm; comm 578 ompi/mca/pml/ucx/pml_ucx.c int tag, struct ompi_communicator_t* comm, comm 586 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_TRACE_RECV("%s", buf, count, datatype, src, tag, comm, "recv"); comm 589 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_MAKE_RECV_TAG(ucp_tag, ucp_tag_mask, tag, src, comm); comm 626 ompi/mca/pml/ucx/pml_ucx.c struct ompi_communicator_t* comm, comm 638 ompi/mca/pml/ucx/pml_ucx.c tag, mode, comm, (void*)request, (void*)req) comm 640 ompi/mca/pml/ucx/pml_ucx.c ep = mca_pml_ucx_get_ep(comm, dst); comm 646 ompi/mca/pml/ucx/pml_ucx.c req->ompi.req_mpi_object.comm = comm; comm 650 ompi/mca/pml/ucx/pml_ucx.c req->tag = PML_UCX_MAKE_SEND_TAG(tag, comm); comm 744 ompi/mca/pml/ucx/pml_ucx.c struct ompi_communicator_t* comm, comm 751 ompi/mca/pml/ucx/pml_ucx.c buf, count, datatype, dst, tag, mode, comm, comm 755 ompi/mca/pml/ucx/pml_ucx.c ep = mca_pml_ucx_get_ep(comm, dst); comm 762 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_MAKE_SEND_TAG(tag, comm), mode, comm 771 ompi/mca/pml/ucx/pml_ucx.c req->req_mpi_object.comm = comm; comm 824 ompi/mca/pml/ucx/pml_ucx.c struct ompi_communicator_t* comm) comm 828 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_TRACE_SEND("%s", buf, count, datatype, dst, tag, mode, comm, comm 831 ompi/mca/pml/ucx/pml_ucx.c ep = mca_pml_ucx_get_ep(comm, dst); comm 841 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_MAKE_SEND_TAG(tag, comm)); comm 847 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_MAKE_SEND_TAG(tag, comm), mode, comm 851 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_iprobe(int src, int tag, struct ompi_communicator_t* comm, comm 860 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_TRACE_PROBE("iprobe", src, tag, comm); comm 862 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_MAKE_RECV_TAG(ucp_tag, ucp_tag_mask, tag, src, comm); comm 876 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_probe(int src, int tag, struct ompi_communicator_t* comm, comm 883 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_TRACE_PROBE("probe", src, tag, comm); comm 885 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_MAKE_RECV_TAG(ucp_tag, ucp_tag_mask, tag, src, comm); comm 897 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_improbe(int src, int tag, struct ompi_communicator_t* comm, comm 907 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_TRACE_PROBE("improbe", src, tag, comm); comm 909 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_MAKE_RECV_TAG(ucp_tag, ucp_tag_mask, tag, src, comm); comm 913 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_MESSAGE_NEW(comm, ucp_msg, &info, message); comm 925 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_mprobe(int src, int tag, struct ompi_communicator_t* comm, comm 933 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_TRACE_PROBE("mprobe", src, tag, comm); comm 935 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_MAKE_RECV_TAG(ucp_tag, ucp_tag_mask, tag, src, comm); comm 940 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_MESSAGE_NEW(comm, ucp_msg, &info, message); comm 1063 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_dump(struct ompi_communicator_t* comm, int verbose) comm 76 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_add_comm(struct ompi_communicator_t* comm); comm 77 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_del_comm(struct ompi_communicator_t* comm); comm 80 ompi/mca/pml/ucx/pml_ucx.h int src, int tag, struct ompi_communicator_t* comm, comm 84 ompi/mca/pml/ucx/pml_ucx.h int src, int tag, struct ompi_communicator_t* comm, comm 88 ompi/mca/pml/ucx/pml_ucx.h int tag, struct ompi_communicator_t* comm, comm 93 ompi/mca/pml/ucx/pml_ucx.h struct ompi_communicator_t* comm, comm 98 ompi/mca/pml/ucx/pml_ucx.h struct ompi_communicator_t* comm, comm 103 ompi/mca/pml/ucx/pml_ucx.h struct ompi_communicator_t* comm); comm 105 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_iprobe(int src, int tag, struct ompi_communicator_t* comm, comm 108 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_probe(int src, int tag, struct ompi_communicator_t* comm, comm 111 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_improbe(int src, int tag, struct ompi_communicator_t* comm, comm 115 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_mprobe(int src, int tag, struct ompi_communicator_t* comm, comm 129 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_dump(struct ompi_communicator_t* comm, int verbose); comm 167 ompi/mca/pml/ucx/pml_ucx_datatype.c ompi_mpi_abort(&ompi_mpi_comm_world.comm, 1); comm 185 ompi/mca/pml/ucx/pml_ucx_datatype.c ompi_mpi_abort(&ompi_mpi_comm_world.comm, 1); comm 231 ompi/mca/pml/ucx/pml_ucx_request.c ompi_req->req_mpi_object.comm = &ompi_mpi_comm_world.comm; comm 81 ompi/mca/pml/ucx/pml_ucx_request.h msg->comm = (_comm); \ comm 299 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_add_comm(struct ompi_communicator_t* comm) comm 304 ompi/mca/pml/yalla/pml_yalla.c error = mxm_mq_create(ompi_pml_yalla.mxm_context, comm->c_contextid, &mq); comm 309 ompi/mca/pml/yalla/pml_yalla.c comm->c_pml_comm = (void*)mq; comm 310 ompi/mca/pml/yalla/pml_yalla.c PML_YALLA_VERBOSE(2, "created mq ctxid %d for comm %s", comm->c_contextid, comm 311 ompi/mca/pml/yalla/pml_yalla.c comm->c_name); comm 315 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_del_comm(struct ompi_communicator_t* comm) comm 317 ompi/mca/pml/yalla/pml_yalla.c mxm_mq_h mq = (void*)comm->c_pml_comm; comm 324 ompi/mca/pml/yalla/pml_yalla.c PML_YALLA_VERBOSE(2, "destroying mq ctxid %d of comm %s", comm->c_contextid, comm 325 ompi/mca/pml/yalla/pml_yalla.c comm->c_name); comm 331 ompi/mca/pml/yalla/pml_yalla.c int src, int tag, struct ompi_communicator_t* comm, comm 336 ompi/mca/pml/yalla/pml_yalla.c rreq = MCA_PML_YALLA_RREQ_INIT(buf, count, datatype, src, tag, comm, comm 342 ompi/mca/pml/yalla/pml_yalla.c src, tag, comm->c_name); comm 347 ompi/mca/pml/yalla/pml_yalla.c int src, int tag, struct ompi_communicator_t* comm, comm 353 ompi/mca/pml/yalla/pml_yalla.c rreq = MCA_PML_YALLA_RREQ_INIT(buf, count, datatype, src, tag, comm, comm 371 ompi/mca/pml/yalla/pml_yalla.c int tag, struct ompi_communicator_t* comm, comm 378 ompi/mca/pml/yalla/pml_yalla.c PML_YALLA_INIT_MXM_RECV_REQ(&rreq, buf, count, datatype, src, tag, comm, recv); comm 403 ompi/mca/pml/yalla/pml_yalla.c struct ompi_communicator_t* comm, comm 408 ompi/mca/pml/yalla/pml_yalla.c sreq = MCA_PML_YALLA_SREQ_INIT((void *)buf, count, datatype, dst, tag, mode, comm, comm 418 ompi/mca/pml/yalla/pml_yalla.c dst, tag, comm->c_name); comm 470 ompi/mca/pml/yalla/pml_yalla.c struct ompi_communicator_t* comm, comm 477 ompi/mca/pml/yalla/pml_yalla.c sreq = MCA_PML_YALLA_SREQ_INIT((void *)buf, count, datatype, dst, tag, mode, comm, comm 504 ompi/mca/pml/yalla/pml_yalla.c struct ompi_communicator_t* comm) comm 509 ompi/mca/pml/yalla/pml_yalla.c PML_YALLA_INIT_MXM_SEND_REQ(&sreq, (void *)buf, count, datatype, dst, tag, mode, comm, send); comm 534 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_iprobe(int src, int tag, struct ompi_communicator_t* comm, comm 540 ompi/mca/pml/yalla/pml_yalla.c PML_YALLA_INIT_MXM_PROBE_REQ(&rreq, src, tag, comm); comm 558 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_probe(int src, int tag, struct ompi_communicator_t* comm, comm 564 ompi/mca/pml/yalla/pml_yalla.c PML_YALLA_INIT_MXM_PROBE_REQ(&rreq, src, tag, comm); comm 581 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_improbe(int src, int tag, struct ompi_communicator_t* comm, comm 589 ompi/mca/pml/yalla/pml_yalla.c PML_YALLA_INIT_MXM_PROBE_REQ(&rreq, src, tag, comm); comm 596 ompi/mca/pml/yalla/pml_yalla.c PML_YALLA_SET_MESSAGE(&rreq, comm, mxm_msg, message); comm 608 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_mprobe(int src, int tag, struct ompi_communicator_t* comm, comm 616 ompi/mca/pml/yalla/pml_yalla.c PML_YALLA_INIT_MXM_PROBE_REQ(&rreq, src, tag, comm); comm 622 ompi/mca/pml/yalla/pml_yalla.c PML_YALLA_SET_MESSAGE(&rreq, comm, mxm_msg, message); comm 641 ompi/mca/pml/yalla/pml_yalla.c rreq = MCA_PML_YALLA_RREQ_INIT(buf, count, datatype, -1, 0, (*message)->comm, comm 667 ompi/mca/pml/yalla/pml_yalla.c PML_YALLA_INIT_MXM_RECV_REQ(&rreq, buf, count, datatype, -1, 0, (*message)->comm, recv); comm 742 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_dump(struct ompi_communicator_t* comm, int verbose) comm 95 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_add_comm(struct ompi_communicator_t* comm); comm 96 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_del_comm(struct ompi_communicator_t* comm); comm 99 ompi/mca/pml/yalla/pml_yalla.h int src, int tag, struct ompi_communicator_t* comm, comm 103 ompi/mca/pml/yalla/pml_yalla.h int src, int tag, struct ompi_communicator_t* comm, comm 107 ompi/mca/pml/yalla/pml_yalla.h int tag, struct ompi_communicator_t* comm, comm 112 ompi/mca/pml/yalla/pml_yalla.h struct ompi_communicator_t* comm, comm 117 ompi/mca/pml/yalla/pml_yalla.h struct ompi_communicator_t* comm, comm 122 ompi/mca/pml/yalla/pml_yalla.h struct ompi_communicator_t* comm); comm 124 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_iprobe(int src, int tag, struct ompi_communicator_t* comm, comm 127 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_probe(int src, int tag, struct ompi_communicator_t* comm, comm 130 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_improbe(int src, int tag, struct ompi_communicator_t* comm, comm 134 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_mprobe(int src, int tag, struct ompi_communicator_t* comm, comm 148 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_dump(struct ompi_communicator_t* comm, int verbose); comm 26 ompi/mca/pml/yalla/pml_yalla_request.c OBJ_RELEASE(req->ompi.req_mpi_object.comm); comm 64 ompi/mca/pml/yalla/pml_yalla_request.h (_ompi_req)->req_mpi_object.comm = _comm; \ comm 215 ompi/mca/pml/yalla/pml_yalla_request.h (*(_message))->comm = (_comm); \ comm 59 ompi/mca/sharedfp/individual/sharedfp_individual.h int mca_sharedfp_individual_file_open (struct ompi_communicator_t *comm, comm 34 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c int mca_sharedfp_individual_file_open (struct ompi_communicator_t *comm, comm 58 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h int mca_sharedfp_lockedfile_file_open (struct ompi_communicator_t *comm, comm 40 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c int mca_sharedfp_lockedfile_file_open (struct ompi_communicator_t *comm, comm 80 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c if ( 0 == comm->c_my_rank ) { comm 81 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c ompi_proc_t *masterproc = ompi_group_peer_lookup(comm->c_local_group, 0 ); comm 84 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c err = comm->c_coll->coll_bcast ( &masterjobid, 1, MPI_UNSIGNED, 0, comm, comm 85 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c comm->c_coll->coll_bcast_module ); comm 97 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c err = comm->c_coll->coll_bcast (&int_pid, 1, MPI_INT, 0, comm, comm->c_coll->coll_bcast_module ); comm 118 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c if ( 0 == comm->c_my_rank ) { comm 135 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c err = comm->c_coll->coll_barrier ( comm, comm->c_coll->coll_barrier_module ); comm 161 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c return comm->c_coll->coll_barrier ( comm, comm->c_coll->coll_barrier_module ); comm 180 ompi/mca/sharedfp/sharedfp.h struct ompi_communicator_t *comm, const char *filename, int amode, comm 76 ompi/mca/sharedfp/sm/sharedfp_sm.c ompi_communicator_t * comm = fh->f_comm; comm 77 ompi/mca/sharedfp/sm/sharedfp_sm.c int size = ompi_comm_size(comm); comm 85 ompi/mca/sharedfp/sm/sharedfp_sm.c ompi_group_t *group = comm->c_local_group; comm 93 ompi/mca/sharedfp/sm/sharedfp_sm.c comm->c_contextid, comm->c_name); comm 58 ompi/mca/sharedfp/sm/sharedfp_sm.h int mca_sharedfp_sm_file_open (struct ompi_communicator_t *comm, comm 49 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c int mca_sharedfp_sm_file_open (struct ompi_communicator_t *comm, comm 115 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c comm_cid = ompi_comm_get_cid(comm); comm 120 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c err = comm->c_coll->coll_bcast (&int_pid, 1, MPI_INT, 0, comm, comm->c_coll->coll_bcast_module ); comm 150 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c err = comm->c_coll->coll_barrier (comm, comm->c_coll->coll_barrier_module ); comm 218 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c err = comm->c_coll->coll_barrier (comm, comm->c_coll->coll_barrier_module ); comm 54 ompi/mca/topo/base/base.h mca_topo_base_comm_select(const ompi_communicator_t* comm, comm 83 ompi/mca/topo/base/base.h mca_topo_base_cart_coords(ompi_communicator_t *comm, comm 89 ompi/mca/topo/base/base.h mca_topo_base_cartdim_get(ompi_communicator_t *comm, comm 93 ompi/mca/topo/base/base.h mca_topo_base_cart_get(ompi_communicator_t *comm, comm 100 ompi/mca/topo/base/base.h mca_topo_base_cart_map(ompi_communicator_t * comm, comm 105 ompi/mca/topo/base/base.h mca_topo_base_cart_rank(ompi_communicator_t *comm, comm 110 ompi/mca/topo/base/base.h mca_topo_base_cart_shift(ompi_communicator_t *comm, comm 117 ompi/mca/topo/base/base.h mca_topo_base_cart_sub(ompi_communicator_t *comm, comm 122 ompi/mca/topo/base/base.h mca_topo_base_graphdims_get(ompi_communicator_t *comm, comm 136 ompi/mca/topo/base/base.h mca_topo_base_graph_get(ompi_communicator_t *comm, comm 143 ompi/mca/topo/base/base.h mca_topo_base_graph_map(ompi_communicator_t * comm, comm 148 ompi/mca/topo/base/base.h mca_topo_base_graph_neighbors(ompi_communicator_t *comm, comm 154 ompi/mca/topo/base/base.h mca_topo_base_graph_neighbors_count(ompi_communicator_t *comm, comm 164 ompi/mca/topo/base/base.h ompi_communicator_t *comm, comm 188 ompi/mca/topo/base/base.h mca_topo_base_dist_graph_neighbors(ompi_communicator_t *comm, comm 195 ompi/mca/topo/base/base.h mca_topo_base_dist_graph_neighbors_count(ompi_communicator_t *comm, comm 199 ompi/mca/topo/base/base.h int mca_topo_base_neighbor_count (ompi_communicator_t *comm, int *indegree, int *outdegree); comm 38 ompi/mca/topo/base/topo_base_cart_coords.c int mca_topo_base_cart_coords(ompi_communicator_t* comm, comm 48 ompi/mca/topo/base/topo_base_cart_coords.c d = comm->c_topo->mtc.cart->dims; comm 49 ompi/mca/topo/base/topo_base_cart_coords.c remprocs = ompi_comm_size(comm); comm 52 ompi/mca/topo/base/topo_base_cart_coords.c (i < comm->c_topo->mtc.cart->ndims) && (i < maxdims); comm 43 ompi/mca/topo/base/topo_base_cart_get.c int mca_topo_base_cart_get(ompi_communicator_t* comm, comm 49 ompi/mca/topo/base/topo_base_cart_get.c int m = (maxdims <= comm->c_topo->mtc.cart->ndims) ? comm 50 ompi/mca/topo/base/topo_base_cart_get.c maxdims : comm->c_topo->mtc.cart->ndims; comm 52 ompi/mca/topo/base/topo_base_cart_get.c memcpy(dims, comm->c_topo->mtc.cart->dims, m * sizeof(int)); comm 53 ompi/mca/topo/base/topo_base_cart_get.c memcpy(periods, comm->c_topo->mtc.cart->periods, m * sizeof(int)); comm 54 ompi/mca/topo/base/topo_base_cart_get.c memcpy(coords, comm->c_topo->mtc.cart->coords, m * sizeof(int)); comm 41 ompi/mca/topo/base/topo_base_cart_map.c int mca_topo_base_cart_map(ompi_communicator_t* comm, comm 60 ompi/mca/topo/base/topo_base_cart_map.c size = ompi_comm_size(comm); comm 67 ompi/mca/topo/base/topo_base_cart_map.c rank = ompi_comm_rank(comm); comm 42 ompi/mca/topo/base/topo_base_cart_rank.c int mca_topo_base_cart_rank(ompi_communicator_t* comm, comm 59 ompi/mca/topo/base/topo_base_cart_rank.c i = comm->c_topo->mtc.cart->ndims - 1; comm 60 ompi/mca/topo/base/topo_base_cart_rank.c d = comm->c_topo->mtc.cart->dims + i; comm 40 ompi/mca/topo/base/topo_base_cart_shift.c int mca_topo_base_cart_shift(ompi_communicator_t* comm, comm 52 ompi/mca/topo/base/topo_base_cart_shift.c ord = ompi_comm_rank(comm); comm 61 ompi/mca/topo/base/topo_base_cart_shift.c factor = ompi_comm_size(comm); comm 62 ompi/mca/topo/base/topo_base_cart_shift.c d = comm->c_topo->mtc.cart->dims; comm 63 ompi/mca/topo/base/topo_base_cart_shift.c q = comm->c_topo->mtc.cart->periods; comm 64 ompi/mca/topo/base/topo_base_cart_shift.c for (i = 0; (i < comm->c_topo->mtc.cart->ndims) && (i <= direction); ++i, ++d, ++q) { comm 85 ompi/mca/topo/base/topo_base_cart_shift.c *rank_dest = ompi_comm_rank(comm); comm 93 ompi/mca/topo/base/topo_base_cart_shift.c *rank_source= ompi_comm_rank(comm); comm 45 ompi/mca/topo/base/topo_base_cart_sub.c int mca_topo_base_cart_sub (ompi_communicator_t* comm, comm 58 ompi/mca/topo/base/topo_base_cart_sub.c old_cart = comm->c_topo->mtc.cart; comm 69 ompi/mca/topo/base/topo_base_cart_sub.c c = comm->c_topo->mtc.cart->coords + i; comm 86 ompi/mca/topo/base/topo_base_cart_sub.c colour = ompi_comm_rank (comm); comm 89 ompi/mca/topo/base/topo_base_cart_sub.c errcode = ompi_comm_split(comm, colour, key, &temp_comm, false); comm 99 ompi/mca/topo/base/topo_base_cart_sub.c comm->c_topo, comm 34 ompi/mca/topo/base/topo_base_cartdim_get.c int mca_topo_base_cartdim_get(ompi_communicator_t* comm, int *ndims) comm 36 ompi/mca/topo/base/topo_base_cartdim_get.c *ndims = comm->c_topo->mtc.cart->ndims; comm 70 ompi/mca/topo/base/topo_base_comm_select.c int mca_topo_base_comm_select(const ompi_communicator_t* comm, comm 92 ompi/mca/topo/base/topo_base_comm_select.c comm->c_name, comm->c_contextid); comm 108 ompi/mca/topo/base/topo_base_comm_select.c module = component->topoc_comm_query(comm, &priority, type); comm 158 ompi/mca/topo/base/topo_base_comm_select.c module = component->topoc_comm_query(comm, &priority, type); comm 36 ompi/mca/topo/base/topo_base_dist_graph_create.c ompi_communicator_t *comm, comm 52 ompi/mca/topo/base/topo_base_dist_graph_create.c csize = ompi_comm_size(comm); comm 117 ompi/mca/topo/base/topo_base_dist_graph_create.c err = comm->c_coll->coll_reduce_scatter_block( MPI_IN_PLACE, idx, 2, comm 118 ompi/mca/topo/base/topo_base_dist_graph_create.c (ompi_datatype_t*)&ompi_mpi_int, MPI_SUM, comm, comm 119 ompi/mca/topo/base/topo_base_dist_graph_create.c comm->c_coll->coll_reduce_scatter_block_module); comm 173 ompi/mca/topo/base/topo_base_dist_graph_create.c comm, &reqs[pending_reqs])); comm 184 ompi/mca/topo/base/topo_base_dist_graph_create.c comm, &reqs[pending_reqs])); comm 211 ompi/mca/topo/base/topo_base_dist_graph_create.c comm, &status )); comm 247 ompi/mca/topo/base/topo_base_dist_graph_create.c comm, &status )); comm 22 ompi/mca/topo/base/topo_base_dist_graph_neighbors.c int mca_topo_base_dist_graph_neighbors(ompi_communicator_t *comm, comm 28 ompi/mca/topo/base/topo_base_dist_graph_neighbors.c mca_topo_base_comm_dist_graph_2_2_0_t *dg = comm->c_topo->mtc.dist_graph; comm 31 ompi/mca/topo/base/topo_base_dist_graph_neighbors.c if (!OMPI_COMM_IS_DIST_GRAPH(comm)) { comm 17 ompi/mca/topo/base/topo_base_dist_graph_neighbors_count.c int mca_topo_base_dist_graph_neighbors_count(ompi_communicator_t *comm, comm 21 ompi/mca/topo/base/topo_base_dist_graph_neighbors_count.c mca_topo_base_comm_dist_graph_2_2_0_t* dist_graph = comm->c_topo->mtc.dist_graph; comm 23 ompi/mca/topo/base/topo_base_dist_graph_neighbors_count.c if (!OMPI_COMM_IS_DIST_GRAPH(comm)) { comm 74 ompi/mca/topo/base/topo_base_frame.c int mca_topo_base_neighbor_count (ompi_communicator_t *comm, int *indegree, int *outdegree) { comm 75 ompi/mca/topo/base/topo_base_frame.c if (!OMPI_COMM_IS_TOPO(comm)) { comm 79 ompi/mca/topo/base/topo_base_frame.c if (OMPI_COMM_IS_CART(comm)) { comm 83 ompi/mca/topo/base/topo_base_frame.c *outdegree = *indegree = 2 * comm->c_topo->mtc.cart->ndims; comm 84 ompi/mca/topo/base/topo_base_frame.c } else if (OMPI_COMM_IS_GRAPH(comm)) { comm 88 ompi/mca/topo/base/topo_base_frame.c rank = ompi_comm_rank (comm); comm 89 ompi/mca/topo/base/topo_base_frame.c mca_topo_base_graph_neighbors_count (comm, rank, &nneighbors); comm 92 ompi/mca/topo/base/topo_base_frame.c } else if (OMPI_COMM_IS_DIST_GRAPH(comm)) { comm 94 ompi/mca/topo/base/topo_base_frame.c *indegree = comm->c_topo->mtc.dist_graph->indegree; comm 95 ompi/mca/topo/base/topo_base_frame.c *outdegree = comm->c_topo->mtc.dist_graph->outdegree; comm 37 ompi/mca/topo/base/topo_base_graph_get.c int mca_topo_base_graph_get(ompi_communicator_t* comm, comm 44 ompi/mca/topo/base/topo_base_graph_get.c int nprocs = ompi_comm_size(comm); comm 49 ompi/mca/topo/base/topo_base_graph_get.c p = comm->c_topo->mtc.graph->index; comm 54 ompi/mca/topo/base/topo_base_graph_get.c p = comm->c_topo->mtc.graph->edges; comm 57 ompi/mca/topo/base/topo_base_graph_get.c (i < comm->c_topo->mtc.graph->index[nprocs-1]) && (i < maxedges); comm 41 ompi/mca/topo/base/topo_base_graph_map.c int mca_topo_base_graph_map(ompi_communicator_t * comm, comm 47 ompi/mca/topo/base/topo_base_graph_map.c myrank = ompi_comm_rank(comm); comm 39 ompi/mca/topo/base/topo_base_graph_neighbors.c int mca_topo_base_graph_neighbors (ompi_communicator_t* comm, comm 44 ompi/mca/topo/base/topo_base_graph_neighbors.c mca_topo_base_comm_graph_2_2_0_t* graph = comm->c_topo->mtc.graph; comm 37 ompi/mca/topo/base/topo_base_graph_neighbors_count.c int mca_topo_base_graph_neighbors_count (ompi_communicator_t* comm, comm 41 ompi/mca/topo/base/topo_base_graph_neighbors_count.c mca_topo_base_comm_graph_2_2_0_t* graph = comm->c_topo->mtc.graph; comm 39 ompi/mca/topo/base/topo_base_graphdims_get.c int mca_topo_base_graphdims_get (ompi_communicator_t* comm, comm 43 ompi/mca/topo/base/topo_base_graphdims_get.c mca_topo_base_comm_graph_2_2_0_t* graph = comm->c_topo->mtc.graph; comm 44 ompi/mca/topo/base/topo_base_graphdims_get.c *nodes = ompi_comm_size(comm); comm 33 ompi/mca/topo/basic/topo_basic_component.c comm_query(const ompi_communicator_t *comm, int *priority, uint32_t type); comm 67 ompi/mca/topo/basic/topo_basic_component.c comm_query(const ompi_communicator_t *comm, int *priority, uint32_t type) comm 67 ompi/mca/topo/example/topo_example.h int mca_topo_example_cart_map(struct ompi_communicator_t *comm, comm 73 ompi/mca/topo/example/topo_example.h int mca_topo_example_graph_map(struct ompi_communicator_t *comm, comm 42 ompi/mca/topo/example/topo_example_cart_map.c int mca_topo_example_cart_map (ompi_communicator_t* comm, comm 67 ompi/mca/topo/example/topo_example_cart_map.c size = ompi_comm_size(comm); comm 75 ompi/mca/topo/example/topo_example_cart_map.c rank = ompi_comm_size(comm) - 1 - ompi_comm_rank(comm); comm 38 ompi/mca/topo/example/topo_example_component.c comm_query(const ompi_communicator_t *comm, int *priority, uint32_t type); comm 73 ompi/mca/topo/example/topo_example_component.c comm_query(const ompi_communicator_t *comm, int *priority, uint32_t type) comm 41 ompi/mca/topo/example/topo_example_graph_map.c int mca_topo_example_graph_map (ompi_communicator_t* comm, comm 53 ompi/mca/topo/example/topo_example_graph_map.c myrank = ompi_comm_size(comm) - 1 - ompi_comm_rank(comm); comm 149 ompi/mca/topo/topo.h (struct ompi_communicator_t *comm, comm 166 ompi/mca/topo/topo.h (struct ompi_communicator_t *comm, comm 174 ompi/mca/topo/topo.h (struct ompi_communicator_t *comm, comm 179 ompi/mca/topo/topo.h (struct ompi_communicator_t *comm, comm 187 ompi/mca/topo/topo.h (struct ompi_communicator_t *comm, comm 193 ompi/mca/topo/topo.h (struct ompi_communicator_t *comm, comm 201 ompi/mca/topo/topo.h (struct ompi_communicator_t *comm, comm 217 ompi/mca/topo/topo.h (struct ompi_communicator_t *comm, comm 225 ompi/mca/topo/topo.h (struct ompi_communicator_t *comm, comm 233 ompi/mca/topo/topo.h (struct ompi_communicator_t *comm, comm 239 ompi/mca/topo/topo.h (struct ompi_communicator_t *comm, comm 246 ompi/mca/topo/topo.h (struct ompi_communicator_t *comm, comm 273 ompi/mca/topo/topo.h (struct ompi_communicator_t *comm, comm 281 ompi/mca/topo/topo.h (struct ompi_communicator_t *comm, comm 29 ompi/mca/topo/treematch/topo_treematch_component.c comm_query(const ompi_communicator_t *comm, int *priority, uint32_t type); comm 75 ompi/mca/topo/treematch/topo_treematch_component.c comm_query(const ompi_communicator_t *comm, int *priority, uint32_t type) comm 14 ompi/mca/topo/treematch/treematch/k-partitioning.c void allocate_vertex2(int u, int *res, double **comm, int n, int *size, int max_size); comm 16 ompi/mca/topo/treematch/treematch/k-partitioning.c int *kpartition_greedy2(int k, double **comm, int n, int nb_try_max, int *constraints, int nb_constraints); comm 17 ompi/mca/topo/treematch/treematch/k-partitioning.c int* build_p_vector(double **comm, int n, int k, int greedy_trials, int * constraints, int nb_constraints); comm 19 ompi/mca/topo/treematch/treematch/k-partitioning.c int* kPartitioning(double ** comm, int n, int k, int * constraints, int nb_constraints, int greedy_trials) comm 28 ompi/mca/topo/treematch/treematch/k-partitioning.c part = build_p_vector(comm, n, k, greedy_trials, constraints, nb_constraints); comm 34 ompi/mca/topo/treematch/treematch/k-partitioning.c initialization(part, comm, &Qpart, Q, Qinst, D, real_n, k, &deficit, &surplus); comm 39 ompi/mca/topo/treematch/treematch/k-partitioning.c algo(part, comm, &Qpart, Q, Qinst, D, real_n, &deficit, &surplus); comm 198 ompi/mca/topo/treematch/treematch/k-partitioning.c int *kpartition_greedy2(int k, double **comm, int n, int nb_try_max, int *constraints, int nb_constraints) comm 243 ompi/mca/topo/treematch/treematch/k-partitioning.c allocate_vertex2(i, res, comm, n-nb_constraints, size, max_size); comm 245 ompi/mca/topo/treematch/treematch/k-partitioning.c cost = eval_cost2(res,n-nb_constraints,comm); comm 264 ompi/mca/topo/treematch/treematch/k-partitioning.c void allocate_vertex2(int u, int *res, double **comm, int n, int *size, int max_size) comm 273 ompi/mca/topo/treematch/treematch/k-partitioning.c cost = comm[u][i]; comm 288 ompi/mca/topo/treematch/treematch/k-partitioning.c double eval_cost2(int *partition, int n, double **comm) comm 296 ompi/mca/topo/treematch/treematch/k-partitioning.c cost += comm[i][j]; comm 301 ompi/mca/topo/treematch/treematch/k-partitioning.c int* build_p_vector(double **comm, int n, int k, int greedy_trials, int * constraints, int nb_constraints) comm 306 ompi/mca/topo/treematch/treematch/k-partitioning.c part = kpartition_greedy2(k, comm, n, greedy_trials, constraints, nb_constraints); comm 18 ompi/mca/topo/treematch/treematch/k-partitioning.h int* kPartitioning(double ** comm, int n, int k, int * const constraints, int nb_constraints, int greedy_trials); comm 55 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c double **mat = com_mat->comm; comm 307 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c cost = (((i)<com_mat->n)) ?com_mat->comm[u][i]:0; comm 335 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c cost += com_mat->comm[i][j]; comm 554 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c display_tab(com_mat->comm,com_mat->n); comm 575 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c display_tab(com_mat->comm,com_mat->n); comm 591 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c sub_mat[i][j] = com_mat->comm[ii][jj]; comm 598 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c sub_com_mat -> comm = sub_mat; comm 651 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c FREE( mat[i]->comm[j] ); comm 652 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c FREE( mat[i]->comm ); comm 693 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c if(com_mat->comm[i][j]<0){ comm 694 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c printf("com_mat->comm[%d][%d]= %f\n",i,j,com_mat->comm[i][j]); comm 738 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c printf("id : %d, com_mat= %p\n",local_vertices[0], (void *)com_mat->comm); comm 793 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c tm_tree_t *kpartition_build_tree_from_topology(tm_topology_t *topology,double **comm,int N, int *constraints, int nb_constraints, double *obj_weight, double *com_speed) comm 834 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c com_mat.comm = comm; comm 2 ompi/mca/topo/treematch/treematch/tm_kpartitioning.h double **comm; comm 26 ompi/mca/topo/treematch/treematch/tm_solution.c double eval_sol(int *sol,int N,double **comm, double **arch); comm 28 ompi/mca/topo/treematch/treematch/tm_solution.c double gain_exchange(int *sol,int l,int m,double eval1,int N,double **comm, double **arch); comm 30 ompi/mca/topo/treematch/treematch/tm_solution.c void compute_gain(int *sol,int N,double **gain,double **comm, double **arch); comm 31 ompi/mca/topo/treematch/treematch/tm_solution.c void map_MPIPP(tm_topology_t *topology,int nb_seed,int N,int *sigma,double **comm, double **arch); comm 358 ompi/mca/topo/treematch/treematch/tm_solution.c double eval_sol(int *sol,int N,double **comm, double **arch) comm 366 ompi/mca/topo/treematch/treematch/tm_solution.c c = comm[i][j]; comm 382 ompi/mca/topo/treematch/treematch/tm_solution.c double gain_exchange(int *sol,int l,int m,double eval1,int N,double **comm, double **arch) comm 388 ompi/mca/topo/treematch/treematch/tm_solution.c eval2 = eval_sol(sol,N,comm,arch); comm 414 ompi/mca/topo/treematch/treematch/tm_solution.c void compute_gain(int *sol,int N,double **gain,double **comm, double **arch) comm 419 ompi/mca/topo/treematch/treematch/tm_solution.c eval1 = eval_sol(sol,N,comm,arch); comm 422 ompi/mca/topo/treematch/treematch/tm_solution.c gain[i][j] = gain[j][i] = gain_exchange(sol,i,j,eval1,N,comm,arch); comm 432 ompi/mca/topo/treematch/treematch/tm_solution.c void map_MPIPP(tm_topology_t *topology,int nb_seed,int N,int *sigma,double **comm, double **arch) comm 464 ompi/mca/topo/treematch/treematch/tm_solution.c compute_gain(sol,N,gain,comm,arch); comm 478 ompi/mca/topo/treematch/treematch/tm_solution.c compute_gain(sol,N,gain,comm,arch); comm 503 ompi/mca/topo/treematch/treematch/tm_solution.c eval = eval_sol(sol,N,comm,arch); comm 18 ompi/mca/topo/treematch/treematch/tm_solution.h double eval_sol(int *sol,int N,double **comm, double **arch); comm 20 ompi/mca/topo/treematch/treematch/tm_solution.h double gain_exchange(int *sol,int l,int m,double eval1,int N,double **comm, double **arch); comm 22 ompi/mca/topo/treematch/treematch/tm_solution.h void compute_gain(int *sol,int N,double **gain,double **comm, double **arch); comm 23 ompi/mca/topo/treematch/treematch/tm_solution.h void map_MPIPP(tm_topology_t *topology,int nb_seed,int N,int *sigma,double **comm, double **arch); comm 1593 ompi/mca/topo/treematch/treematch/tm_tree.c com_mat.comm = aff_mat->mat; comm 43 ompi/mca/vprotocol/example/vprotocol_example.c OMPI_DECLSPEC int mca_vprotocol_example_dump(struct ompi_communicator_t* comm, int verbose) comm 45 ompi/mca/vprotocol/example/vprotocol_example.c V_OUTPUT("vprotocol_example dump for comm %d", comm->c_contextid); comm 46 ompi/mca/vprotocol/example/vprotocol_example.c return mca_pml_v.host_pml.pml_dump(comm, verbose); comm 34 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_add_comm(struct ompi_communicator_t* comm); comm 35 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_del_comm(struct ompi_communicator_t* comm); comm 42 ompi/mca/vprotocol/example/vprotocol_example.h struct ompi_communicator_t* comm, comm 49 ompi/mca/vprotocol/example/vprotocol_example.h struct ompi_communicator_t *comm, comm 56 ompi/mca/vprotocol/example/vprotocol_example.h struct ompi_communicator_t *comm, comm 65 ompi/mca/vprotocol/example/vprotocol_example.h struct ompi_communicator_t* comm, comm 73 ompi/mca/vprotocol/example/vprotocol_example.h ompi_communicator_t* comm, comm 81 ompi/mca/vprotocol/example/vprotocol_example.h ompi_communicator_t* comm ); comm 84 ompi/mca/vprotocol/example/vprotocol_example.h struct ompi_communicator_t *comm, comm 87 ompi/mca/vprotocol/example/vprotocol_example.h struct ompi_communicator_t *comm, comm 93 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_dump(struct ompi_communicator_t* comm, comm 14 ompi/mca/vprotocol/example/vprotocol_example_comm.c int mca_vprotocol_example_add_comm(struct ompi_communicator_t* comm) comm 16 ompi/mca/vprotocol/example/vprotocol_example_comm.c V_OUTPUT_VERBOSE(30, "vprotocol_example_add_comm(%d)", comm->c_contextid); comm 17 ompi/mca/vprotocol/example/vprotocol_example_comm.c return mca_pml_v.host_pml.pml_add_comm(comm); comm 20 ompi/mca/vprotocol/example/vprotocol_example_comm.c int mca_vprotocol_example_del_comm(struct ompi_communicator_t* comm) comm 22 ompi/mca/vprotocol/example/vprotocol_example_comm.c V_OUTPUT_VERBOSE(30, "vprotocol_example_del_comm(%d)", comm->c_contextid); comm 23 ompi/mca/vprotocol/example/vprotocol_example_comm.c return mca_pml_v.host_pml.pml_del_comm(comm); comm 16 ompi/mca/vprotocol/example/vprotocol_example_probe.c struct ompi_communicator_t *comm, comm 19 ompi/mca/vprotocol/example/vprotocol_example_probe.c V_OUTPUT_VERBOSE(50, "mca_vprotocol_example_probe(%d, %d, %d)", src, tag, comm->c_contextid); comm 20 ompi/mca/vprotocol/example/vprotocol_example_probe.c return mca_pml_v.host_pml.pml_probe(src, tag, comm, status); comm 24 ompi/mca/vprotocol/example/vprotocol_example_probe.c struct ompi_communicator_t *comm, comm 27 ompi/mca/vprotocol/example/vprotocol_example_probe.c V_OUTPUT_VERBOSE(60, "mca_vprotocol_example_iprobe(%d, %d, %d)", src, tag, comm->c_contextid); comm 28 ompi/mca/vprotocol/example/vprotocol_example_probe.c return mca_pml_v.host_pml.pml_iprobe(src, tag, comm, matched, status); comm 23 ompi/mca/vprotocol/example/vprotocol_example_recv.c struct ompi_communicator_t* comm, comm 28 ompi/mca/vprotocol/example/vprotocol_example_recv.c ret = mca_pml_v.host_pml.pml_irecv_init(addr, count, datatype, src, tag, comm, request); comm 29 ompi/mca/vprotocol/example/vprotocol_example_recv.c V_OUTPUT_VERBOSE(50, "posted\tirecv_init %ld\tcomm %d\tfrom %d\ttag %d\tsize %ld", ((mca_pml_base_request_t *)*request)->req_sequence, comm->c_contextid, src, tag, (long) count); comm 38 ompi/mca/vprotocol/example/vprotocol_example_recv.c struct ompi_communicator_t *comm, comm 43 ompi/mca/vprotocol/example/vprotocol_example_recv.c ret = mca_pml_v.host_pml.pml_irecv(addr, count, datatype, src, tag, comm, request); comm 44 ompi/mca/vprotocol/example/vprotocol_example_recv.c V_OUTPUT_VERBOSE(50, "posted\tirecv %ld\tcomm %d\tfrom %d\ttag %d\tsize %ld", ((mca_pml_base_request_t *)*request)->req_sequence, comm->c_contextid, src, tag, (long) count); comm 53 ompi/mca/vprotocol/example/vprotocol_example_recv.c struct ompi_communicator_t *comm, comm 57 ompi/mca/vprotocol/example/vprotocol_example_recv.c V_OUTPUT_VERBOSE(50, "posted\trecv \tcomm %d\tfrom %d\ttag %d\tsize %ld", comm->c_contextid, src, tag, (long) count); comm 58 ompi/mca/vprotocol/example/vprotocol_example_recv.c ret = mca_pml_v.host_pml.pml_recv(addr, count, datatype, src, tag, comm, status); comm 61 ompi/mca/vprotocol/example/vprotocol_example_recv.c V_OUTPUT_VERBOSE(75, "deliver\trecv \tcomm %d\tfrom %d(%d)\ttag %d(%d)\tsize %ld(%ld)\tstatus %d", comm->c_contextid, src, status->MPI_SOURCE, tag, status->MPI_TAG, (long) count, (long) status->_ucount, status->MPI_ERROR); comm 63 ompi/mca/vprotocol/example/vprotocol_example_recv.c V_OUTPUT_VERBOSE(75, "deliver\trecv \tcomm %d\tfrom %d\ttag %d\tsize %ld", comm->c_contextid, src, tag, (long) count); comm 21 ompi/mca/vprotocol/example/vprotocol_example_send.c struct ompi_communicator_t* comm, comm 24 ompi/mca/vprotocol/example/vprotocol_example_send.c V_OUTPUT_VERBOSE(50, "request\tpisend \tcomm %d\tto %d\ttag %d\tsize %ld", comm->c_contextid, dst, tag, (long) count); comm 25 ompi/mca/vprotocol/example/vprotocol_example_send.c return mca_pml_v.host_pml.pml_isend_init(addr, count, datatype, dst, tag, sendmode, comm, request); comm 34 ompi/mca/vprotocol/example/vprotocol_example_send.c struct ompi_communicator_t *comm, comm 37 ompi/mca/vprotocol/example/vprotocol_example_send.c V_OUTPUT_VERBOSE(50, "request\tisend \tcomm %d\tto %d\ttag %d\tsize %ld", comm->c_contextid, dst, tag, (long) count); comm 38 ompi/mca/vprotocol/example/vprotocol_example_send.c return mca_pml_v.host_pml.pml_isend(addr, count, datatype, dst, tag, sendmode, comm, request); comm 47 ompi/mca/vprotocol/example/vprotocol_example_send.c struct ompi_communicator_t *comm) comm 49 ompi/mca/vprotocol/example/vprotocol_example_send.c V_OUTPUT_VERBOSE(50, "request\tsend \tcomm %d\tto %d\ttag %d\tsize %ld", comm->c_contextid, dst, tag, (long) count); comm 50 ompi/mca/vprotocol/example/vprotocol_example_send.c return mca_pml_v.host_pml.pml_send(addr, count, datatype, dst, tag, sendmode, comm); comm 51 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.c int mca_vprotocol_pessimist_dump(struct ompi_communicator_t* comm, int verbose) comm 53 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.c V_OUTPUT_VERBOSE(verbose, "vprotocol_pessimist: dump for comm %d", comm->c_contextid); comm 54 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.c return mca_pml_v.host_pml.pml_dump(comm, verbose); comm 59 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h int mca_vprotocol_pessimist_dump(struct ompi_communicator_t* comm, int verbose); comm 64 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h int mca_vprotocol_pessimist_add_comm(struct ompi_communicator_t* comm); comm 65 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h int mca_vprotocol_pessimist_del_comm(struct ompi_communicator_t* comm); comm 72 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h struct ompi_communicator_t *comm, comm 79 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h struct ompi_communicator_t *comm, comm 88 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h ompi_communicator_t* comm, comm 96 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h ompi_communicator_t* comm ); comm 99 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h struct ompi_communicator_t *comm, comm 102 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h struct ompi_communicator_t *comm, comm 14 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_comm.c int mca_vprotocol_pessimist_add_comm(struct ompi_communicator_t* comm) comm 16 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_comm.c return mca_pml_v.host_pml.pml_add_comm(comm); comm 19 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_comm.c int mca_vprotocol_pessimist_del_comm(struct ompi_communicator_t* comm) comm 21 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_comm.c return mca_pml_v.host_pml.pml_del_comm(comm); comm 52 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.c rank = ompi_comm_rank(&ompi_mpi_comm_world.comm); comm 15 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c struct ompi_communicator_t *comm, comm 18 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c struct ompi_communicator_t *comm, comm 21 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c struct ompi_communicator_t *comm, comm 24 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c struct ompi_communicator_t *comm, comm 31 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c struct ompi_communicator_t *comm, comm 38 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c ret = replay_iprobe(src, tag, comm, matched, status); comm 42 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c ret = mca_pml_v.host_pml.pml_iprobe(src, tag, comm, matched, status); comm 43 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c log_iprobe(ret, src, tag, comm, matched, status); comm 49 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c struct ompi_communicator_t *comm, comm 56 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c ret = replay_probe(src, tag, comm, status); comm 60 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c ret = mca_pml_v.host_pml.pml_probe(src, tag, comm, status); comm 61 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c log_probe(ret, src, tag, comm, status); comm 70 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c struct ompi_communicator_t *comm, comm 77 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c struct ompi_communicator_t *comm, comm 84 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c struct ompi_communicator_t *comm, comm 91 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_probe.c struct ompi_communicator_t *comm, comm 25 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c struct ompi_communicator_t *comm, comm 36 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c ret = mca_pml_v.host_pml.pml_irecv(addr, count, datatype, src, tag, comm, request); comm 51 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c struct ompi_communicator_t *comm, comm 62 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c ret = mca_pml_v.host_pml.pml_irecv(addr, count, datatype, src, tag, comm, &request); comm 23 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c ompi_communicator_t* comm, comm 33 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c comm, request); comm 45 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c ompi_communicator_t* comm ) comm 55 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c comm, &request); comm 38 ompi/message/message.c msg->comm = NULL; comm 28 ompi/message/message.h struct ompi_communicator_t *comm; /**< communicator used in probe */ comm 41 ompi/mpi/c/abort.c int MPI_Abort(MPI_Comm comm, int errorcode) comm 44 ompi/mpi/c/abort.c memchecker_comm(comm); comm 57 ompi/mpi/c/abort.c ompi_comm_rank(comm), comm 58 ompi/mpi/c/abort.c ('\0' != comm->c_name[0]) ? comm->c_name : "<Unknown>", comm 60 ompi/mpi/c/abort.c return ompi_mpi_abort(comm, errorcode); comm 49 ompi/mpi/c/allgather.c MPI_Comm comm) comm 59 ompi/mpi/c/allgather.c rank = ompi_comm_rank(comm); comm 63 ompi/mpi/c/allgather.c memchecker_comm(comm); comm 84 ompi/mpi/c/allgather.c if (ompi_comm_invalid(comm)) { comm 90 ompi/mpi/c/allgather.c } else if ((MPI_IN_PLACE == sendbuf && OMPI_COMM_IS_INTER(comm)) || comm 92 ompi/mpi/c/allgather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 96 ompi/mpi/c/allgather.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 104 ompi/mpi/c/allgather.c if ( OMPI_COMM_IS_INTRA(comm) ) { comm 110 ompi/mpi/c/allgather.c else if ( OMPI_COMM_IS_INTER(comm) ){ comm 125 ompi/mpi/c/allgather.c err = comm->c_coll->coll_allgather(sendbuf, sendcount, sendtype, comm 126 ompi/mpi/c/allgather.c recvbuf, recvcount, recvtype, comm, comm 127 ompi/mpi/c/allgather.c comm->c_coll->coll_allgather_module); comm 128 ompi/mpi/c/allgather.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 49 ompi/mpi/c/allgatherv.c const int displs[], MPI_Datatype recvtype, MPI_Comm comm) comm 59 ompi/mpi/c/allgatherv.c rank = ompi_comm_rank(comm); comm 60 ompi/mpi/c/allgatherv.c size = ompi_comm_size(comm); comm 64 ompi/mpi/c/allgatherv.c memchecker_comm (comm); comm 90 ompi/mpi/c/allgatherv.c if (ompi_comm_invalid(comm)) { comm 93 ompi/mpi/c/allgatherv.c } else if ((MPI_IN_PLACE == sendbuf && OMPI_COMM_IS_INTER(comm)) || comm 95 ompi/mpi/c/allgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 97 ompi/mpi/c/allgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 103 ompi/mpi/c/allgatherv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 110 ompi/mpi/c/allgatherv.c size = ompi_comm_remote_size(comm); comm 113 ompi/mpi/c/allgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 118 ompi/mpi/c/allgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_BUFFER, FUNC_NAME); comm 126 ompi/mpi/c/allgatherv.c if ( OMPI_COMM_IS_INTRA( comm) ) { comm 127 ompi/mpi/c/allgatherv.c for (i = 0; i < ompi_comm_size(comm); ++i) { comm 132 ompi/mpi/c/allgatherv.c if (i >= ompi_comm_size(comm)) { comm 146 ompi/mpi/c/allgatherv.c err = comm->c_coll->coll_allgatherv(sendbuf, sendcount, sendtype, comm 148 ompi/mpi/c/allgatherv.c (int *) displs, recvtype, comm, comm 149 ompi/mpi/c/allgatherv.c comm->c_coll->coll_allgatherv_module); comm 150 ompi/mpi/c/allgatherv.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 47 ompi/mpi/c/allreduce.c MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) comm 55 ompi/mpi/c/allreduce.c memchecker_comm(comm); comm 76 ompi/mpi/c/allreduce.c if (ompi_comm_invalid(comm)) { comm 82 ompi/mpi/c/allreduce.c int ret = OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OP, msg); comm 85 ompi/mpi/c/allreduce.c } else if ((MPI_IN_PLACE == sendbuf && OMPI_COMM_IS_INTER(comm)) || comm 97 ompi/mpi/c/allreduce.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 113 ompi/mpi/c/allreduce.c err = comm->c_coll->coll_allreduce(sendbuf, recvbuf, count, comm 114 ompi/mpi/c/allreduce.c datatype, op, comm, comm 115 ompi/mpi/c/allreduce.c comm->c_coll->coll_allreduce_module); comm 117 ompi/mpi/c/allreduce.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 50 ompi/mpi/c/alltoall.c MPI_Comm comm) comm 58 ompi/mpi/c/alltoall.c memchecker_comm(comm); comm 74 ompi/mpi/c/alltoall.c if (ompi_comm_invalid(comm)) { comm 77 ompi/mpi/c/alltoall.c } else if ((MPI_IN_PLACE == sendbuf && OMPI_COMM_IS_INTER(comm)) || comm 84 ompi/mpi/c/alltoall.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 87 ompi/mpi/c/alltoall.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 90 ompi/mpi/c/alltoall.c if (MPI_IN_PLACE != sendbuf && !OMPI_COMM_IS_INTER(comm)) { comm 95 ompi/mpi/c/alltoall.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TRUNCATE, FUNC_NAME); comm 100 ompi/mpi/c/alltoall.c if (! OMPI_COMM_IS_INTER(comm)) { comm 110 ompi/mpi/c/alltoall.c err = comm->c_coll->coll_alltoall(sendbuf, sendcount, sendtype, comm 112 ompi/mpi/c/alltoall.c comm, comm->c_coll->coll_alltoall_module); comm 113 ompi/mpi/c/alltoall.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 49 ompi/mpi/c/alltoallv.c MPI_Datatype recvtype, MPI_Comm comm) comm 66 ompi/mpi/c/alltoallv.c memchecker_comm(comm); comm 68 ompi/mpi/c/alltoallv.c size = OMPI_COMM_IS_INTER(comm)?ompi_comm_remote_size(comm):ompi_comm_size(comm); comm 89 ompi/mpi/c/alltoallv.c if (ompi_comm_invalid(comm)) { comm 102 ompi/mpi/c/alltoallv.c (MPI_IN_PLACE == sendbuf && OMPI_COMM_IS_INTER(comm)) || comm 104 ompi/mpi/c/alltoallv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 107 ompi/mpi/c/alltoallv.c size = OMPI_COMM_IS_INTER(comm)?ompi_comm_remote_size(comm):ompi_comm_size(comm); comm 110 ompi/mpi/c/alltoallv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 112 ompi/mpi/c/alltoallv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 115 ompi/mpi/c/alltoallv.c if (MPI_IN_PLACE != sendbuf && !OMPI_COMM_IS_INTER(comm)) { comm 117 ompi/mpi/c/alltoallv.c int me = ompi_comm_rank(comm); comm 121 ompi/mpi/c/alltoallv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TRUNCATE, FUNC_NAME); comm 129 ompi/mpi/c/alltoallv.c err = comm->c_coll->coll_alltoallv(sendbuf, sendcounts, sdispls, sendtype, comm 131 ompi/mpi/c/alltoallv.c comm, comm->c_coll->coll_alltoallv_module); comm 132 ompi/mpi/c/alltoallv.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 49 ompi/mpi/c/alltoallw.c const MPI_Datatype recvtypes[], MPI_Comm comm) comm 59 ompi/mpi/c/alltoallw.c memchecker_comm(comm); comm 61 ompi/mpi/c/alltoallw.c size = OMPI_COMM_IS_INTER(comm)?ompi_comm_remote_size(comm):ompi_comm_size(comm); comm 84 ompi/mpi/c/alltoallw.c if (ompi_comm_invalid(comm)) { comm 97 ompi/mpi/c/alltoallw.c (MPI_IN_PLACE == sendbuf && OMPI_COMM_IS_INTER(comm)) || comm 99 ompi/mpi/c/alltoallw.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 102 ompi/mpi/c/alltoallw.c size = OMPI_COMM_IS_INTER(comm)?ompi_comm_remote_size(comm):ompi_comm_size(comm); comm 105 ompi/mpi/c/alltoallw.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 107 ompi/mpi/c/alltoallw.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 110 ompi/mpi/c/alltoallw.c if (MPI_IN_PLACE != sendbuf && !OMPI_COMM_IS_INTER(comm)) { comm 112 ompi/mpi/c/alltoallw.c int me = ompi_comm_rank(comm); comm 116 ompi/mpi/c/alltoallw.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TRUNCATE, FUNC_NAME); comm 124 ompi/mpi/c/alltoallw.c err = comm->c_coll->coll_alltoallw(sendbuf, sendcounts, sdispls, (ompi_datatype_t **) sendtypes, comm 126 ompi/mpi/c/alltoallw.c comm, comm->c_coll->coll_alltoallw_module); comm 127 ompi/mpi/c/alltoallw.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 42 ompi/mpi/c/attr_delete.c int MPI_Attr_delete(MPI_Comm comm, int keyval) comm 47 ompi/mpi/c/attr_delete.c memchecker_comm(comm); comm 52 ompi/mpi/c/attr_delete.c if (ompi_comm_invalid(comm)) { comm 60 ompi/mpi/c/attr_delete.c ret = ompi_attr_delete(COMM_ATTR, comm, comm->c_keyhash, keyval, comm 63 ompi/mpi/c/attr_delete.c OMPI_ERRHANDLER_RETURN(ret, comm, MPI_ERR_OTHER, FUNC_NAME); comm 111 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_COMM_NULL_DELETE_FN( MPI_Comm comm, int comm_keyval, comm 118 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_COMM_NULL_COPY_FN( MPI_Comm comm, int comm_keyval, comm 127 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_COMM_DUP_FN( MPI_Comm comm, int comm_keyval, void* extra_state, comm 136 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_NULL_DELETE_FN( MPI_Comm comm, int comm_keyval, comm 143 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_NULL_COPY_FN( MPI_Comm comm, int comm_keyval, void* extra_state, comm 151 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_DUP_FN( MPI_Comm comm, int comm_keyval, void* extra_state, comm 40 ompi/mpi/c/attr_get.c int MPI_Attr_get(MPI_Comm comm, int keyval, void *attribute_val, int *flag) comm 45 ompi/mpi/c/attr_get.c memchecker_comm(comm); comm 62 ompi/mpi/c/attr_get.c ret = ompi_attr_get_c(comm->c_keyhash, keyval, (void**)attribute_val, flag); comm 63 ompi/mpi/c/attr_get.c OMPI_ERRHANDLER_RETURN(ret, comm, ret, FUNC_NAME); comm 41 ompi/mpi/c/attr_put.c int MPI_Attr_put(MPI_Comm comm, int keyval, void *attribute_val) comm 46 ompi/mpi/c/attr_put.c memchecker_comm(comm); comm 51 ompi/mpi/c/attr_put.c if (ompi_comm_invalid(comm)) { comm 59 ompi/mpi/c/attr_put.c ret = ompi_attr_set_c(COMM_ATTR, comm, &comm->c_keyhash, comm 62 ompi/mpi/c/attr_put.c OMPI_ERRHANDLER_RETURN(ret, comm, MPI_ERR_OTHER, FUNC_NAME); comm 40 ompi/mpi/c/barrier.c int MPI_Barrier(MPI_Comm comm) comm 47 ompi/mpi/c/barrier.c memchecker_comm(comm); comm 54 ompi/mpi/c/barrier.c if (ompi_comm_invalid(comm)) { comm 64 ompi/mpi/c/barrier.c if (OMPI_COMM_IS_INTRA(comm)) { comm 65 ompi/mpi/c/barrier.c if (ompi_comm_size(comm) > 1) { comm 66 ompi/mpi/c/barrier.c err = comm->c_coll->coll_barrier(comm, comm->c_coll->coll_barrier_module); comm 74 ompi/mpi/c/barrier.c err = comm->c_coll->coll_barrier(comm, comm->c_coll->coll_barrier_module); comm 79 ompi/mpi/c/barrier.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 42 ompi/mpi/c/bcast.c int root, MPI_Comm comm) comm 50 ompi/mpi/c/bcast.c memchecker_comm(comm); comm 51 ompi/mpi/c/bcast.c if (OMPI_COMM_IS_INTRA(comm)) { comm 52 ompi/mpi/c/bcast.c if (ompi_comm_rank(comm) == root) { comm 72 ompi/mpi/c/bcast.c if (ompi_comm_invalid(comm)) { comm 80 ompi/mpi/c/bcast.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 82 ompi/mpi/c/bcast.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 87 ompi/mpi/c/bcast.c if (OMPI_COMM_IS_INTRA(comm)) { comm 88 ompi/mpi/c/bcast.c if ((root >= ompi_comm_size(comm)) || (root < 0)) { comm 89 ompi/mpi/c/bcast.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 96 ompi/mpi/c/bcast.c if (! ((root >= 0 && root < ompi_comm_remote_size(comm)) || comm 98 ompi/mpi/c/bcast.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 105 ompi/mpi/c/bcast.c if ((OMPI_COMM_IS_INTRA(comm) && ompi_comm_size(comm) <= 1) || comm 114 ompi/mpi/c/bcast.c err = comm->c_coll->coll_bcast(buffer, count, datatype, root, comm, comm 115 ompi/mpi/c/bcast.c comm->c_coll->coll_bcast_module); comm 116 ompi/mpi/c/bcast.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 46 ompi/mpi/c/bsend.c int MPI_Bsend(const void *buf, int count, MPI_Datatype type, int dest, int tag, MPI_Comm comm) comm 55 ompi/mpi/c/bsend.c memchecker_comm(comm); comm 60 ompi/mpi/c/bsend.c if (ompi_comm_invalid(comm)) { comm 68 ompi/mpi/c/bsend.c } else if (ompi_comm_peer_invalid(comm, dest) && comm 75 ompi/mpi/c/bsend.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 83 ompi/mpi/c/bsend.c rc = MCA_PML_CALL(send(buf, count, type, dest, tag, MCA_PML_BASE_SEND_BUFFERED, comm)); comm 84 ompi/mpi/c/bsend.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 47 ompi/mpi/c/bsend_init.c int dest, int tag, MPI_Comm comm, MPI_Request *request) comm 54 ompi/mpi/c/bsend_init.c memchecker_comm(comm); comm 60 ompi/mpi/c/bsend_init.c if (ompi_comm_invalid(comm)) { comm 68 ompi/mpi/c/bsend_init.c } else if (ompi_comm_peer_invalid(comm, dest) && comm 74 ompi/mpi/c/bsend_init.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 79 ompi/mpi/c/bsend_init.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 88 ompi/mpi/c/bsend_init.c MCA_PML_BASE_SEND_BUFFERED, comm, request)); comm 89 ompi/mpi/c/bsend_init.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 43 ompi/mpi/c/cart_coords.c int MPI_Cart_coords(MPI_Comm comm, int rank, int maxdims, int coords[]) comm 48 ompi/mpi/c/cart_coords.c memchecker_comm(comm); comm 54 ompi/mpi/c/cart_coords.c if (ompi_comm_invalid(comm)) { comm 58 ompi/mpi/c/cart_coords.c if (OMPI_COMM_IS_INTER(comm)) { comm 59 ompi/mpi/c/cart_coords.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_COMM, comm 63 ompi/mpi/c/cart_coords.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_ARG, comm 66 ompi/mpi/c/cart_coords.c if ((0 > rank) || (rank > ompi_group_size(comm->c_local_group))) { comm 67 ompi/mpi/c/cart_coords.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_RANK, comm 72 ompi/mpi/c/cart_coords.c if (!OMPI_COMM_IS_CART(comm)) { comm 73 ompi/mpi/c/cart_coords.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_TOPOLOGY, comm 78 ompi/mpi/c/cart_coords.c err = comm->c_topo->topo.cart.cart_coords(comm, rank, maxdims, coords); comm 81 ompi/mpi/c/cart_coords.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 42 ompi/mpi/c/cart_get.c int MPI_Cart_get(MPI_Comm comm, int maxdims, int dims[], comm 48 ompi/mpi/c/cart_get.c memchecker_comm(comm); comm 54 ompi/mpi/c/cart_get.c if (ompi_comm_invalid(comm) || OMPI_COMM_IS_INTER(comm)) { comm 61 ompi/mpi/c/cart_get.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_ARG, comm 66 ompi/mpi/c/cart_get.c if (!OMPI_COMM_IS_CART(comm)) { comm 67 ompi/mpi/c/cart_get.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_TOPOLOGY, comm 72 ompi/mpi/c/cart_get.c err = comm->c_topo->topo.cart.cart_get(comm, maxdims, dims, periods, coords); comm 75 ompi/mpi/c/cart_get.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 45 ompi/mpi/c/cart_map.c int MPI_Cart_map(MPI_Comm comm, int ndims, const int dims[], comm 51 ompi/mpi/c/cart_map.c memchecker_comm(comm); comm 57 ompi/mpi/c/cart_map.c if (ompi_comm_invalid(comm)) { comm 61 ompi/mpi/c/cart_map.c if (OMPI_COMM_IS_INTER(comm)) { comm 62 ompi/mpi/c/cart_map.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_COMM, comm 66 ompi/mpi/c/cart_map.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_ARG, comm 73 ompi/mpi/c/cart_map.c if(!OMPI_COMM_IS_CART(comm)) { comm 77 ompi/mpi/c/cart_map.c *newrank = ompi_comm_rank(comm); comm 79 ompi/mpi/c/cart_map.c err = comm->c_topo->topo.cart.cart_map(comm, ndims, dims, comm 84 ompi/mpi/c/cart_map.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 44 ompi/mpi/c/cart_rank.c int MPI_Cart_rank(MPI_Comm comm, const int coords[], int *rank) comm 49 ompi/mpi/c/cart_rank.c memchecker_comm(comm); comm 56 ompi/mpi/c/cart_rank.c if (ompi_comm_invalid(comm)) { comm 60 ompi/mpi/c/cart_rank.c if (OMPI_COMM_IS_INTER(comm)) { comm 61 ompi/mpi/c/cart_rank.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_COMM, comm 68 ompi/mpi/c/cart_rank.c if (!OMPI_COMM_IS_CART(comm)) { comm 69 ompi/mpi/c/cart_rank.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_TOPOLOGY, comm 73 ompi/mpi/c/cart_rank.c cart = comm->c_topo->mtc.cart; comm 79 ompi/mpi/c/cart_rank.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_ARG, comm 89 ompi/mpi/c/cart_rank.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 95 ompi/mpi/c/cart_rank.c if (!OMPI_COMM_IS_CART(comm)) { comm 96 ompi/mpi/c/cart_rank.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_TOPOLOGY, comm 102 ompi/mpi/c/cart_rank.c err = comm->c_topo->topo.cart.cart_rank(comm, coords, rank); comm 105 ompi/mpi/c/cart_rank.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 42 ompi/mpi/c/cart_shift.c int MPI_Cart_shift(MPI_Comm comm, int direction, int disp, comm 48 ompi/mpi/c/cart_shift.c memchecker_comm(comm); comm 54 ompi/mpi/c/cart_shift.c if (ompi_comm_invalid(comm)) { comm 58 ompi/mpi/c/cart_shift.c if (OMPI_COMM_IS_INTER(comm)) { comm 59 ompi/mpi/c/cart_shift.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_COMM, comm 63 ompi/mpi/c/cart_shift.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_DIMS, comm 67 ompi/mpi/c/cart_shift.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_ARG, comm 72 ompi/mpi/c/cart_shift.c if (!OMPI_COMM_IS_CART(comm)) { comm 73 ompi/mpi/c/cart_shift.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_TOPOLOGY, comm 79 ompi/mpi/c/cart_shift.c err = comm->c_topo->topo.cart.cart_shift(comm, direction, disp, rank_source, rank_dest); comm 82 ompi/mpi/c/cart_shift.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 45 ompi/mpi/c/cart_sub.c int MPI_Cart_sub(MPI_Comm comm, const int remain_dims[], MPI_Comm *new_comm) comm 50 ompi/mpi/c/cart_sub.c memchecker_comm(comm); comm 56 ompi/mpi/c/cart_sub.c if (ompi_comm_invalid(comm)) { comm 60 ompi/mpi/c/cart_sub.c if (OMPI_COMM_IS_INTER(comm)) { comm 61 ompi/mpi/c/cart_sub.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_COMM, comm 64 ompi/mpi/c/cart_sub.c if (((NULL == remain_dims) && (0 != comm->c_topo->mtc.cart->ndims)) comm 66 ompi/mpi/c/cart_sub.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_ARG, comm 71 ompi/mpi/c/cart_sub.c if (!OMPI_COMM_IS_CART(comm)) { comm 72 ompi/mpi/c/cart_sub.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_TOPOLOGY, comm 77 ompi/mpi/c/cart_sub.c err = comm->c_topo->topo.cart.cart_sub(comm, remain_dims, new_comm); comm 80 ompi/mpi/c/cart_sub.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 43 ompi/mpi/c/cartdim_get.c int MPI_Cartdim_get(MPI_Comm comm, int *ndims) comm 48 ompi/mpi/c/cartdim_get.c memchecker_comm(comm); comm 53 ompi/mpi/c/cartdim_get.c if (ompi_comm_invalid(comm)) { comm 57 ompi/mpi/c/cartdim_get.c if (OMPI_COMM_IS_INTER(comm)) { comm 58 ompi/mpi/c/cartdim_get.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_COMM, comm 62 ompi/mpi/c/cartdim_get.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_ARG, comm 67 ompi/mpi/c/cartdim_get.c if (!OMPI_COMM_IS_CART(comm)) { comm 68 ompi/mpi/c/cartdim_get.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_TOPOLOGY, comm 73 ompi/mpi/c/cartdim_get.c err = comm->c_topo->topo.cart.cartdim_get(comm, ndims); comm 76 ompi/mpi/c/cartdim_get.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 51 ompi/mpi/c/comm_accept.c MPI_Comm comm, MPI_Comm *newcomm) comm 58 ompi/mpi/c/comm_accept.c memchecker_comm(comm); comm 64 ompi/mpi/c/comm_accept.c if (ompi_comm_invalid (comm)) { comm 68 ompi/mpi/c/comm_accept.c if ( OMPI_COMM_IS_INTER(comm)) { comm 69 ompi/mpi/c/comm_accept.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COMM, comm 72 ompi/mpi/c/comm_accept.c if ( (0 > root) || (ompi_comm_size(comm) <= root) ) { comm 73 ompi/mpi/c/comm_accept.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 77 ompi/mpi/c/comm_accept.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 86 ompi/mpi/c/comm_accept.c rank = ompi_comm_rank ( comm ); comm 90 ompi/mpi/c/comm_accept.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 96 ompi/mpi/c/comm_accept.c return OMPI_ERRHANDLER_INVOKE(comm, OMPI_ERR_NOT_SUPPORTED, FUNC_NAME); comm 107 ompi/mpi/c/comm_accept.c rc = ompi_dpm_connect_accept (comm, root, port_name, send_first, comm 111 ompi/mpi/c/comm_accept.c rc = ompi_dpm_connect_accept (comm, root, NULL, send_first, comm 126 ompi/mpi/c/comm_accept.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME ); comm 41 ompi/mpi/c/comm_c2f.c MPI_Fint MPI_Comm_c2f(MPI_Comm comm) comm 44 ompi/mpi/c/comm_c2f.c memchecker_comm(comm); comm 60 ompi/mpi/c/comm_c2f.c if (ompi_comm_invalid (comm) && MPI_COMM_NULL != comm) { comm 65 ompi/mpi/c/comm_c2f.c return OMPI_INT_2_FINT(comm->c_f_to_c_index); comm 40 ompi/mpi/c/comm_call_errhandler.c int MPI_Comm_call_errhandler(MPI_Comm comm, int errorcode) comm 43 ompi/mpi/c/comm_call_errhandler.c memchecker_comm(comm); comm 52 ompi/mpi/c/comm_call_errhandler.c if (ompi_comm_invalid(comm)) { comm 60 ompi/mpi/c/comm_call_errhandler.c OMPI_ERRHANDLER_INVOKE(comm, errorcode, FUNC_NAME); comm 51 ompi/mpi/c/comm_connect.c MPI_Comm comm, MPI_Comm *newcomm) comm 58 ompi/mpi/c/comm_connect.c memchecker_comm(comm); comm 64 ompi/mpi/c/comm_connect.c if (ompi_comm_invalid (comm)) { comm 68 ompi/mpi/c/comm_connect.c if ( OMPI_COMM_IS_INTER(comm)) { comm 69 ompi/mpi/c/comm_connect.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COMM, comm 72 ompi/mpi/c/comm_connect.c if ( (0 > root) || (ompi_comm_size(comm) <= root) ) { comm 73 ompi/mpi/c/comm_connect.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 77 ompi/mpi/c/comm_connect.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 86 ompi/mpi/c/comm_connect.c rank = ompi_comm_rank ( comm ); comm 90 ompi/mpi/c/comm_connect.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 96 ompi/mpi/c/comm_connect.c return OMPI_ERRHANDLER_INVOKE(comm, OMPI_ERR_NOT_SUPPORTED, FUNC_NAME); comm 109 ompi/mpi/c/comm_connect.c rc = ompi_dpm_connect_accept (comm, root, port_name, send_first, comm 113 ompi/mpi/c/comm_connect.c rc = ompi_dpm_connect_accept (comm, root, NULL, send_first, comm 128 ompi/mpi/c/comm_connect.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 40 ompi/mpi/c/comm_create.c int MPI_Comm_create(MPI_Comm comm, MPI_Group group, MPI_Comm *newcomm) { comm 45 ompi/mpi/c/comm_create.c memchecker_comm(comm); comm 51 ompi/mpi/c/comm_create.c if (ompi_comm_invalid (comm)) comm 56 ompi/mpi/c/comm_create.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_GROUP, comm 60 ompi/mpi/c/comm_create.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 66 ompi/mpi/c/comm_create.c rc = ompi_comm_create ( (ompi_communicator_t*)comm, (ompi_group_t*)group, comm 68 ompi/mpi/c/comm_create.c OMPI_ERRHANDLER_RETURN ( rc, comm, rc, FUNC_NAME); comm 44 ompi/mpi/c/comm_create_group.c int MPI_Comm_create_group (MPI_Comm comm, MPI_Group group, int tag, MPI_Comm *newcomm) { comm 48 ompi/mpi/c/comm_create_group.c memchecker_comm(comm); comm 54 ompi/mpi/c/comm_create_group.c if (ompi_comm_invalid (comm)) comm 59 ompi/mpi/c/comm_create_group.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TAG, comm 63 ompi/mpi/c/comm_create_group.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_GROUP, comm 67 ompi/mpi/c/comm_create_group.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 78 ompi/mpi/c/comm_create_group.c rc = ompi_comm_create_group ((ompi_communicator_t *) comm, (ompi_group_t *) group, comm 80 ompi/mpi/c/comm_create_group.c OMPI_ERRHANDLER_RETURN (rc, comm, rc, FUNC_NAME); comm 41 ompi/mpi/c/comm_delete_attr.c int MPI_Comm_delete_attr(MPI_Comm comm, int comm_keyval) comm 46 ompi/mpi/c/comm_delete_attr.c memchecker_comm(comm); comm 51 ompi/mpi/c/comm_delete_attr.c if (ompi_comm_invalid(comm)) { comm 59 ompi/mpi/c/comm_delete_attr.c ret = ompi_attr_delete(COMM_ATTR, comm, comm->c_keyhash, comm_keyval, comm 62 ompi/mpi/c/comm_delete_attr.c OMPI_ERRHANDLER_RETURN(ret, comm, MPI_ERR_OTHER, FUNC_NAME); comm 44 ompi/mpi/c/comm_disconnect.c int MPI_Comm_disconnect(MPI_Comm *comm) comm 49 ompi/mpi/c/comm_disconnect.c memchecker_comm(*comm); comm 55 ompi/mpi/c/comm_disconnect.c if ( ompi_comm_invalid (*comm)) comm 60 ompi/mpi/c/comm_disconnect.c if (MPI_COMM_WORLD == *comm || MPI_COMM_SELF == *comm ) { comm 66 ompi/mpi/c/comm_disconnect.c if ( OMPI_COMM_IS_DYNAMIC(*comm)) { comm 67 ompi/mpi/c/comm_disconnect.c if (OMPI_SUCCESS != ompi_dpm_disconnect (*comm)) { comm 72 ompi/mpi/c/comm_disconnect.c (*comm)->c_coll->coll_barrier(*comm, (*comm)->c_coll->coll_barrier_module); comm 75 ompi/mpi/c/comm_disconnect.c ompi_comm_free(comm); comm 40 ompi/mpi/c/comm_dup.c int MPI_Comm_dup(MPI_Comm comm, MPI_Comm *newcomm) comm 45 ompi/mpi/c/comm_dup.c memchecker_comm(comm); comm 52 ompi/mpi/c/comm_dup.c if (ompi_comm_invalid (comm)) comm 57 ompi/mpi/c/comm_dup.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 63 ompi/mpi/c/comm_dup.c rc = ompi_comm_dup ( comm, newcomm ); comm 64 ompi/mpi/c/comm_dup.c OMPI_ERRHANDLER_RETURN ( rc, comm, rc, FUNC_NAME); comm 44 ompi/mpi/c/comm_dup_with_info.c int MPI_Comm_dup_with_info(MPI_Comm comm, MPI_Info info, MPI_Comm *newcomm) comm 49 ompi/mpi/c/comm_dup_with_info.c memchecker_comm(comm); comm 56 ompi/mpi/c/comm_dup_with_info.c if (ompi_comm_invalid (comm)) comm 60 ompi/mpi/c/comm_dup_with_info.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_INFO, comm 65 ompi/mpi/c/comm_dup_with_info.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 71 ompi/mpi/c/comm_dup_with_info.c rc = ompi_comm_dup_with_info (comm, &info->super, newcomm); comm 72 ompi/mpi/c/comm_dup_with_info.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 41 ompi/mpi/c/comm_f2c.c MPI_Comm MPI_Comm_f2c(MPI_Fint comm) comm 43 ompi/mpi/c/comm_f2c.c int o_index= OMPI_FINT_2_INT(comm); comm 39 ompi/mpi/c/comm_free.c int MPI_Comm_free(MPI_Comm *comm) comm 44 ompi/mpi/c/comm_free.c memchecker_comm(*comm); comm 50 ompi/mpi/c/comm_free.c if ( NULL == *comm || MPI_COMM_WORLD == *comm || comm 51 ompi/mpi/c/comm_free.c ompi_comm_invalid (*comm)) { comm 54 ompi/mpi/c/comm_free.c } else if (MPI_COMM_SELF == *comm) { comm 62 ompi/mpi/c/comm_free.c ret = ompi_comm_free ( comm ); comm 63 ompi/mpi/c/comm_free.c OMPI_ERRHANDLER_CHECK(ret, *comm, ret, FUNC_NAME); comm 41 ompi/mpi/c/comm_get_attr.c int MPI_Comm_get_attr(MPI_Comm comm, int comm_keyval, comm 47 ompi/mpi/c/comm_get_attr.c memchecker_comm(comm); comm 53 ompi/mpi/c/comm_get_attr.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 54 ompi/mpi/c/comm_get_attr.c } else if (ompi_comm_invalid(comm)) { comm 58 ompi/mpi/c/comm_get_attr.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_KEYVAL, FUNC_NAME); comm 68 ompi/mpi/c/comm_get_attr.c ret = ompi_attr_get_c(comm->c_keyhash, comm_keyval, comm 70 ompi/mpi/c/comm_get_attr.c OMPI_ERRHANDLER_RETURN(ret, comm, MPI_ERR_OTHER, FUNC_NAME); comm 44 ompi/mpi/c/comm_get_errhandler.c int MPI_Comm_get_errhandler(MPI_Comm comm, MPI_Errhandler *errhandler) comm 48 ompi/mpi/c/comm_get_errhandler.c memchecker_comm(comm); comm 57 ompi/mpi/c/comm_get_errhandler.c if (ompi_comm_invalid(comm)) { comm 66 ompi/mpi/c/comm_get_errhandler.c OPAL_THREAD_LOCK(&(comm->c_lock)); comm 69 ompi/mpi/c/comm_get_errhandler.c OBJ_RETAIN(comm->error_handler); comm 70 ompi/mpi/c/comm_get_errhandler.c *errhandler = comm->error_handler; comm 71 ompi/mpi/c/comm_get_errhandler.c OPAL_THREAD_UNLOCK(&(comm->c_lock)); comm 34 ompi/mpi/c/comm_get_info.c int MPI_Comm_get_info(MPI_Comm comm, MPI_Info *info_used) comm 44 ompi/mpi/c/comm_get_info.c if (ompi_comm_invalid(comm)) { comm 50 ompi/mpi/c/comm_get_info.c if (NULL == comm->super.s_info) { comm 54 ompi/mpi/c/comm_get_info.c opal_infosubscribe_change_info(&comm->super, &MPI_INFO_NULL->super); comm 65 ompi/mpi/c/comm_get_info.c opal_info_dup_mpistandard(comm->super.s_info, &opal_info_used); comm 46 ompi/mpi/c/comm_get_name.c int MPI_Comm_get_name(MPI_Comm comm, char *name, int *length) comm 49 ompi/mpi/c/comm_get_name.c memchecker_comm(comm); comm 57 ompi/mpi/c/comm_get_name.c if ( ompi_comm_invalid ( comm ) ) comm 62 ompi/mpi/c/comm_get_name.c return OMPI_ERRHANDLER_INVOKE ( comm, MPI_ERR_ARG, comm 65 ompi/mpi/c/comm_get_name.c OPAL_THREAD_LOCK(&(comm->c_lock)); comm 76 ompi/mpi/c/comm_get_name.c if ( comm->c_flags & OMPI_COMM_NAMEISSET ) { comm 77 ompi/mpi/c/comm_get_name.c opal_string_copy(name, comm->c_name, MPI_MAX_OBJECT_NAME); comm 78 ompi/mpi/c/comm_get_name.c *length = (int) strlen(comm->c_name); comm 83 ompi/mpi/c/comm_get_name.c OPAL_THREAD_UNLOCK(&(comm->c_lock)); comm 40 ompi/mpi/c/comm_group.c int MPI_Comm_group(MPI_Comm comm, MPI_Group *group) { comm 45 ompi/mpi/c/comm_group.c memchecker_comm(comm); comm 52 ompi/mpi/c/comm_group.c if ( ompi_comm_invalid (comm) ) comm 57 ompi/mpi/c/comm_group.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 63 ompi/mpi/c/comm_group.c rc = ompi_comm_group ( (ompi_communicator_t*)comm, (ompi_group_t**)group ); comm 64 ompi/mpi/c/comm_group.c OMPI_ERRHANDLER_RETURN ( rc, comm, rc, FUNC_NAME); comm 43 ompi/mpi/c/comm_idup.c int MPI_Comm_idup(MPI_Comm comm, MPI_Comm *newcomm, MPI_Request *request) comm 48 ompi/mpi/c/comm_idup.c memchecker_comm(comm); comm 55 ompi/mpi/c/comm_idup.c if (ompi_comm_invalid (comm)) comm 60 ompi/mpi/c/comm_idup.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 66 ompi/mpi/c/comm_idup.c rc = ompi_comm_idup (comm, newcomm, request); comm 67 ompi/mpi/c/comm_idup.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 40 ompi/mpi/c/comm_rank.c int MPI_Comm_rank(MPI_Comm comm, int *rank) comm 43 ompi/mpi/c/comm_rank.c memchecker_comm(comm); comm 51 ompi/mpi/c/comm_rank.c if (ompi_comm_invalid (comm)) comm 56 ompi/mpi/c/comm_rank.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 60 ompi/mpi/c/comm_rank.c *rank = ompi_comm_rank((ompi_communicator_t*)comm); comm 42 ompi/mpi/c/comm_remote_group.c int MPI_Comm_remote_group(MPI_Comm comm, MPI_Group *group) comm 45 ompi/mpi/c/comm_remote_group.c memchecker_comm(comm); comm 52 ompi/mpi/c/comm_remote_group.c if (ompi_comm_invalid (comm)) { comm 58 ompi/mpi/c/comm_remote_group.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 63 ompi/mpi/c/comm_remote_group.c if ( OMPI_COMM_IS_INTER(comm) ) { comm 64 ompi/mpi/c/comm_remote_group.c OBJ_RETAIN(comm->c_remote_group); comm 67 ompi/mpi/c/comm_remote_group.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_COMM, comm 71 ompi/mpi/c/comm_remote_group.c *group = (MPI_Group) comm->c_remote_group; comm 41 ompi/mpi/c/comm_remote_size.c int MPI_Comm_remote_size(MPI_Comm comm, int *size) { comm 43 ompi/mpi/c/comm_remote_size.c memchecker_comm(comm); comm 51 ompi/mpi/c/comm_remote_size.c if (ompi_comm_invalid (comm)) { comm 57 ompi/mpi/c/comm_remote_size.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 61 ompi/mpi/c/comm_remote_size.c *size = ompi_comm_remote_size ((ompi_communicator_t*)comm); comm 41 ompi/mpi/c/comm_set_attr.c int MPI_Comm_set_attr(MPI_Comm comm, int comm_keyval, void *attribute_val) comm 46 ompi/mpi/c/comm_set_attr.c memchecker_comm(comm); comm 51 ompi/mpi/c/comm_set_attr.c if (ompi_comm_invalid(comm)) { comm 59 ompi/mpi/c/comm_set_attr.c ret = ompi_attr_set_c(COMM_ATTR, comm, &comm->c_keyhash, comm 61 ompi/mpi/c/comm_set_attr.c OMPI_ERRHANDLER_RETURN(ret, comm, MPI_ERR_OTHER, FUNC_NAME); comm 42 ompi/mpi/c/comm_set_errhandler.c int MPI_Comm_set_errhandler(MPI_Comm comm, MPI_Errhandler errhandler) comm 48 ompi/mpi/c/comm_set_errhandler.c memchecker_comm(comm); comm 57 ompi/mpi/c/comm_set_errhandler.c if (ompi_comm_invalid(comm)) { comm 64 ompi/mpi/c/comm_set_errhandler.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 72 ompi/mpi/c/comm_set_errhandler.c OPAL_THREAD_LOCK(&(comm->c_lock)); comm 74 ompi/mpi/c/comm_set_errhandler.c tmp = comm->error_handler; comm 75 ompi/mpi/c/comm_set_errhandler.c comm->error_handler = errhandler; comm 77 ompi/mpi/c/comm_set_errhandler.c OPAL_THREAD_UNLOCK(&(comm->c_lock)); comm 34 ompi/mpi/c/comm_set_info.c int MPI_Comm_set_info(MPI_Comm comm, MPI_Info info) comm 45 ompi/mpi/c/comm_set_info.c if (ompi_comm_invalid(comm)) { comm 53 ompi/mpi/c/comm_set_info.c opal_infosubscribe_change_info(&(comm->super), &(info->super)); comm 46 ompi/mpi/c/comm_set_name.c int MPI_Comm_set_name(MPI_Comm comm, const char *name) comm 51 ompi/mpi/c/comm_set_name.c memchecker_comm(comm); comm 57 ompi/mpi/c/comm_set_name.c if ( ompi_comm_invalid ( comm ) ) { comm 63 ompi/mpi/c/comm_set_name.c return OMPI_ERRHANDLER_INVOKE ( comm, MPI_ERR_ARG, comm 70 ompi/mpi/c/comm_set_name.c rc = ompi_comm_set_name (comm, name ); comm 77 ompi/mpi/c/comm_set_name.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 42 ompi/mpi/c/comm_size.c int MPI_Comm_size(MPI_Comm comm, int *size) comm 45 ompi/mpi/c/comm_size.c memchecker_comm(comm); comm 53 ompi/mpi/c/comm_size.c if ( ompi_comm_invalid (comm)) { comm 59 ompi/mpi/c/comm_size.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 63 ompi/mpi/c/comm_size.c *size = ompi_comm_size((ompi_communicator_t*)comm); comm 51 ompi/mpi/c/comm_spawn.c int root, MPI_Comm comm, MPI_Comm *intercomm, comm 61 ompi/mpi/c/comm_spawn.c memchecker_comm(comm); comm 67 ompi/mpi/c/comm_spawn.c if ( ompi_comm_invalid (comm)) { comm 71 ompi/mpi/c/comm_spawn.c if ( OMPI_COMM_IS_INTER(comm)) { comm 72 ompi/mpi/c/comm_spawn.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COMM, comm 75 ompi/mpi/c/comm_spawn.c if ( (0 > root) || (ompi_comm_size(comm) <= root) ) { comm 76 ompi/mpi/c/comm_spawn.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 80 ompi/mpi/c/comm_spawn.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 85 ompi/mpi/c/comm_spawn.c rank = ompi_comm_rank ( comm ); comm 89 ompi/mpi/c/comm_spawn.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 93 ompi/mpi/c/comm_spawn.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 104 ompi/mpi/c/comm_spawn.c return OMPI_ERRHANDLER_INVOKE(comm, OMPI_ERR_NOT_SUPPORTED, FUNC_NAME); comm 124 ompi/mpi/c/comm_spawn.c } else if (1 < ompi_comm_size(comm)) { comm 138 ompi/mpi/c/comm_spawn.c rc = ompi_dpm_connect_accept (comm, root, port_name, send_first, &newcomp); comm 165 ompi/mpi/c/comm_spawn.c OMPI_ERRHANDLER_RETURN (rc, comm, rc, FUNC_NAME); comm 52 ompi/mpi/c/comm_spawn_multiple.c int root, MPI_Comm comm, MPI_Comm *intercomm, comm 62 ompi/mpi/c/comm_spawn_multiple.c memchecker_comm(comm); comm 68 ompi/mpi/c/comm_spawn_multiple.c if ( ompi_comm_invalid (comm)) { comm 72 ompi/mpi/c/comm_spawn_multiple.c if ( OMPI_COMM_IS_INTER(comm)) { comm 73 ompi/mpi/c/comm_spawn_multiple.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COMM, FUNC_NAME); comm 75 ompi/mpi/c/comm_spawn_multiple.c if ( (0 > root) || (ompi_comm_size(comm) <= root) ) { comm 76 ompi/mpi/c/comm_spawn_multiple.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 79 ompi/mpi/c/comm_spawn_multiple.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 83 ompi/mpi/c/comm_spawn_multiple.c rank = ompi_comm_rank ( comm ); comm 87 ompi/mpi/c/comm_spawn_multiple.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 90 ompi/mpi/c/comm_spawn_multiple.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 93 ompi/mpi/c/comm_spawn_multiple.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 96 ompi/mpi/c/comm_spawn_multiple.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_INFO, FUNC_NAME); comm 127 ompi/mpi/c/comm_spawn_multiple.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 130 ompi/mpi/c/comm_spawn_multiple.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 137 ompi/mpi/c/comm_spawn_multiple.c return OMPI_ERRHANDLER_INVOKE(comm, OMPI_ERR_NOT_SUPPORTED, FUNC_NAME); comm 164 ompi/mpi/c/comm_spawn_multiple.c } else if (1 < ompi_comm_size(comm)) { comm 179 ompi/mpi/c/comm_spawn_multiple.c rc = ompi_dpm_connect_accept (comm, root, port_name, send_first, &newcomp); comm 213 ompi/mpi/c/comm_spawn_multiple.c OMPI_ERRHANDLER_RETURN (rc, comm, rc, FUNC_NAME); comm 40 ompi/mpi/c/comm_split.c int MPI_Comm_split(MPI_Comm comm, int color, int key, MPI_Comm *newcomm) { comm 45 ompi/mpi/c/comm_split.c memchecker_comm(comm); comm 51 ompi/mpi/c/comm_split.c if ( ompi_comm_invalid ( comm )) { comm 57 ompi/mpi/c/comm_split.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 62 ompi/mpi/c/comm_split.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 69 ompi/mpi/c/comm_split.c rc = ompi_comm_split ( (ompi_communicator_t*)comm, color, key, comm 71 ompi/mpi/c/comm_split.c OMPI_ERRHANDLER_RETURN ( rc, comm, rc, FUNC_NAME); comm 44 ompi/mpi/c/comm_split_type.c int MPI_Comm_split_type(MPI_Comm comm, int split_type, int key, comm 50 ompi/mpi/c/comm_split_type.c memchecker_comm(comm); comm 56 ompi/mpi/c/comm_split_type.c if ( ompi_comm_invalid ( comm )) { comm 62 ompi/mpi/c/comm_split_type.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_INFO, comm 80 ompi/mpi/c/comm_split_type.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 85 ompi/mpi/c/comm_split_type.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, comm 92 ompi/mpi/c/comm_split_type.c if( (MPI_COMM_SELF == comm) && (MPI_UNDEFINED == split_type) ) { comm 96 ompi/mpi/c/comm_split_type.c rc = ompi_comm_split_type( (ompi_communicator_t*)comm, split_type, key, &(info->super), comm 99 ompi/mpi/c/comm_split_type.c OMPI_ERRHANDLER_RETURN ( rc, comm, rc, FUNC_NAME); comm 40 ompi/mpi/c/comm_test_inter.c int MPI_Comm_test_inter(MPI_Comm comm, int *flag) { comm 43 ompi/mpi/c/comm_test_inter.c memchecker_comm(comm); comm 51 ompi/mpi/c/comm_test_inter.c if ( ompi_comm_invalid ( comm ) ) { comm 57 ompi/mpi/c/comm_test_inter.c return OMPI_ERRHANDLER_INVOKE ( comm, MPI_ERR_ARG, comm 62 ompi/mpi/c/comm_test_inter.c *flag = (comm->c_flags & OMPI_COMM_INTER); comm 38 ompi/mpi/c/dist_graph_neighbors.c int MPI_Dist_graph_neighbors(MPI_Comm comm, int maxindegree, comm 46 ompi/mpi/c/dist_graph_neighbors.c memchecker_comm(comm); comm 51 ompi/mpi/c/dist_graph_neighbors.c if (ompi_comm_invalid(comm)) { comm 59 ompi/mpi/c/dist_graph_neighbors.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 63 ompi/mpi/c/dist_graph_neighbors.c if (!OMPI_COMM_IS_DIST_GRAPH(comm)) { comm 64 ompi/mpi/c/dist_graph_neighbors.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_TOPOLOGY, comm 68 ompi/mpi/c/dist_graph_neighbors.c err = comm->c_topo->topo.dist_graph.dist_graph_neighbors(comm, maxindegree, comm 71 ompi/mpi/c/dist_graph_neighbors.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 40 ompi/mpi/c/dist_graph_neighbors_count.c int MPI_Dist_graph_neighbors_count(MPI_Comm comm, int *inneighbors, comm 46 ompi/mpi/c/dist_graph_neighbors_count.c memchecker_comm(comm); comm 51 ompi/mpi/c/dist_graph_neighbors_count.c if (ompi_comm_invalid(comm)) { comm 56 ompi/mpi/c/dist_graph_neighbors_count.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 60 ompi/mpi/c/dist_graph_neighbors_count.c if (!OMPI_COMM_IS_DIST_GRAPH(comm)) { comm 61 ompi/mpi/c/dist_graph_neighbors_count.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_TOPOLOGY, comm 64 ompi/mpi/c/dist_graph_neighbors_count.c err = comm->c_topo->topo.dist_graph.dist_graph_neighbors_count(comm, inneighbors, comm 66 ompi/mpi/c/dist_graph_neighbors_count.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 46 ompi/mpi/c/exscan.c MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) comm 55 ompi/mpi/c/exscan.c memchecker_comm(comm); comm 62 ompi/mpi/c/exscan.c if (ompi_comm_invalid(comm)) { comm 72 ompi/mpi/c/exscan.c int ret = OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OP, msg); comm 78 ompi/mpi/c/exscan.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 94 ompi/mpi/c/exscan.c err = comm->c_coll->coll_exscan(sendbuf, recvbuf, count, comm 95 ompi/mpi/c/exscan.c datatype, op, comm, comm 96 ompi/mpi/c/exscan.c comm->c_coll->coll_exscan_module); comm 98 ompi/mpi/c/exscan.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 52 ompi/mpi/c/file_open.c int MPI_File_open(MPI_Comm comm, const char *filename, int amode, comm 58 ompi/mpi/c/file_open.c memchecker_comm(comm); comm 66 ompi/mpi/c/file_open.c } else if (ompi_comm_invalid(comm)) { comm 70 ompi/mpi/c/file_open.c if (OMPI_COMM_IS_INTER(comm)) { comm 71 ompi/mpi/c/file_open.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_COMM, comm 109 ompi/mpi/c/file_open.c rc = ompi_file_open(comm, filename, amode, &(info->super), fh); comm 49 ompi/mpi/c/gather.c int root, MPI_Comm comm) comm 59 ompi/mpi/c/gather.c rank = ompi_comm_rank(comm); comm 62 ompi/mpi/c/gather.c memchecker_comm(comm); comm 63 ompi/mpi/c/gather.c if(OMPI_COMM_IS_INTRA(comm)) { comm 64 ompi/mpi/c/gather.c if(ompi_comm_rank(comm) == root) { comm 99 ompi/mpi/c/gather.c if (ompi_comm_invalid(comm)) { comm 102 ompi/mpi/c/gather.c } else if ((ompi_comm_rank(comm) != root && MPI_IN_PLACE == sendbuf) || comm 103 ompi/mpi/c/gather.c (ompi_comm_rank(comm) == root && MPI_IN_PLACE == recvbuf)) { comm 104 ompi/mpi/c/gather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 109 ompi/mpi/c/gather.c if (OMPI_COMM_IS_INTRA(comm)) { comm 113 ompi/mpi/c/gather.c if ((root >= ompi_comm_size(comm)) || (root < 0)) { comm 114 ompi/mpi/c/gather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 120 ompi/mpi/c/gather.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 128 ompi/mpi/c/gather.c if (ompi_comm_rank(comm) == root) { comm 130 ompi/mpi/c/gather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 134 ompi/mpi/c/gather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 142 ompi/mpi/c/gather.c if (! ((root >= 0 && root < ompi_comm_remote_size(comm)) || comm 144 ompi/mpi/c/gather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 151 ompi/mpi/c/gather.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 160 ompi/mpi/c/gather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 164 ompi/mpi/c/gather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 173 ompi/mpi/c/gather.c (ompi_comm_rank(comm) != root || comm 174 ompi/mpi/c/gather.c (ompi_comm_rank(comm) == root && MPI_IN_PLACE != sendbuf))) || comm 175 ompi/mpi/c/gather.c (ompi_comm_rank(comm) == root && MPI_IN_PLACE == sendbuf && comm 184 ompi/mpi/c/gather.c err = comm->c_coll->coll_gather(sendbuf, sendcount, sendtype, recvbuf, comm 185 ompi/mpi/c/gather.c recvcount, recvtype, root, comm, comm 186 ompi/mpi/c/gather.c comm->c_coll->coll_gather_module); comm 187 ompi/mpi/c/gather.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 47 ompi/mpi/c/gatherv.c MPI_Datatype recvtype, int root, MPI_Comm comm) comm 56 ompi/mpi/c/gatherv.c size = ompi_comm_remote_size(comm); comm 59 ompi/mpi/c/gatherv.c memchecker_comm(comm); comm 60 ompi/mpi/c/gatherv.c if(OMPI_COMM_IS_INTRA(comm)) { comm 61 ompi/mpi/c/gatherv.c if(ompi_comm_rank(comm) == root) { comm 106 ompi/mpi/c/gatherv.c if (ompi_comm_invalid(comm)) { comm 109 ompi/mpi/c/gatherv.c } else if ((ompi_comm_rank(comm) != root && MPI_IN_PLACE == sendbuf) || comm 110 ompi/mpi/c/gatherv.c (ompi_comm_rank(comm) == root && MPI_IN_PLACE == recvbuf)) { comm 111 ompi/mpi/c/gatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 116 ompi/mpi/c/gatherv.c if (OMPI_COMM_IS_INTRA(comm)) { comm 120 ompi/mpi/c/gatherv.c if ((root >= ompi_comm_size(comm)) || (root < 0)) { comm 125 ompi/mpi/c/gatherv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 133 ompi/mpi/c/gatherv.c if (ompi_comm_rank(comm) == root) { comm 135 ompi/mpi/c/gatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 139 ompi/mpi/c/gatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 142 ompi/mpi/c/gatherv.c size = ompi_comm_size(comm); comm 145 ompi/mpi/c/gatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 147 ompi/mpi/c/gatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 156 ompi/mpi/c/gatherv.c if (! ((root >= 0 && root < ompi_comm_remote_size(comm)) || comm 158 ompi/mpi/c/gatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 165 ompi/mpi/c/gatherv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 174 ompi/mpi/c/gatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 178 ompi/mpi/c/gatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 181 ompi/mpi/c/gatherv.c size = ompi_comm_remote_size(comm); comm 184 ompi/mpi/c/gatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 186 ompi/mpi/c/gatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 196 ompi/mpi/c/gatherv.c err = comm->c_coll->coll_gatherv(sendbuf, sendcount, sendtype, recvbuf, comm 198 ompi/mpi/c/gatherv.c recvtype, root, comm, comm 199 ompi/mpi/c/gatherv.c comm->c_coll->coll_gatherv_module); comm 200 ompi/mpi/c/gatherv.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 43 ompi/mpi/c/graph_get.c int MPI_Graph_get(MPI_Comm comm, int maxindx, int maxedges, comm 49 ompi/mpi/c/graph_get.c memchecker_comm(comm); comm 54 ompi/mpi/c/graph_get.c if (ompi_comm_invalid(comm)) { comm 58 ompi/mpi/c/graph_get.c if (OMPI_COMM_IS_INTER(comm)) { comm 59 ompi/mpi/c/graph_get.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_COMM, comm 63 ompi/mpi/c/graph_get.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_ARG, comm 68 ompi/mpi/c/graph_get.c if (!OMPI_COMM_IS_GRAPH(comm)) { comm 69 ompi/mpi/c/graph_get.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_TOPOLOGY, comm 75 ompi/mpi/c/graph_get.c err = comm->c_topo->topo.graph.graph_get(comm, maxindx, maxedges, indx, edges); comm 78 ompi/mpi/c/graph_get.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 45 ompi/mpi/c/graph_map.c int MPI_Graph_map(MPI_Comm comm, int nnodes, const int indx[], const int edges[], comm 51 ompi/mpi/c/graph_map.c memchecker_comm(comm); comm 57 ompi/mpi/c/graph_map.c if (ompi_comm_invalid(comm)) { comm 61 ompi/mpi/c/graph_map.c if (OMPI_COMM_IS_INTER(comm)) { comm 62 ompi/mpi/c/graph_map.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_COMM, comm 66 ompi/mpi/c/graph_map.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_ARG, comm 73 ompi/mpi/c/graph_map.c if(!OMPI_COMM_IS_GRAPH(comm)) { comm 77 ompi/mpi/c/graph_map.c *newrank = ompi_comm_rank(comm); comm 79 ompi/mpi/c/graph_map.c err = comm->c_topo->topo.graph.graph_map(comm, nnodes, indx, edges, newrank); comm 83 ompi/mpi/c/graph_map.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 43 ompi/mpi/c/graph_neighbors.c int MPI_Graph_neighbors(MPI_Comm comm, int rank, int maxneighbors, comm 49 ompi/mpi/c/graph_neighbors.c memchecker_comm(comm); comm 55 ompi/mpi/c/graph_neighbors.c if (ompi_comm_invalid(comm)) { comm 59 ompi/mpi/c/graph_neighbors.c if (OMPI_COMM_IS_INTER(comm)) { comm 60 ompi/mpi/c/graph_neighbors.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_COMM, comm 64 ompi/mpi/c/graph_neighbors.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_ARG, comm 67 ompi/mpi/c/graph_neighbors.c if ((0 > rank) || (rank > ompi_group_size(comm->c_local_group))) { comm 68 ompi/mpi/c/graph_neighbors.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_RANK, comm 73 ompi/mpi/c/graph_neighbors.c if (!OMPI_COMM_IS_GRAPH(comm)) { comm 74 ompi/mpi/c/graph_neighbors.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_TOPOLOGY, comm 80 ompi/mpi/c/graph_neighbors.c err = comm->c_topo->topo.graph.graph_neighbors(comm, rank, maxneighbors, neighbors); comm 83 ompi/mpi/c/graph_neighbors.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 42 ompi/mpi/c/graph_neighbors_count.c int MPI_Graph_neighbors_count(MPI_Comm comm, int rank, int *nneighbors) comm 47 ompi/mpi/c/graph_neighbors_count.c memchecker_comm(comm); comm 53 ompi/mpi/c/graph_neighbors_count.c if (ompi_comm_invalid(comm)) { comm 57 ompi/mpi/c/graph_neighbors_count.c if (OMPI_COMM_IS_INTER(comm)) { comm 58 ompi/mpi/c/graph_neighbors_count.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_COMM, comm 61 ompi/mpi/c/graph_neighbors_count.c if ((0 > rank) || (rank > ompi_group_size(comm->c_local_group))) { comm 62 ompi/mpi/c/graph_neighbors_count.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_RANK, comm 66 ompi/mpi/c/graph_neighbors_count.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_ARG, comm 71 ompi/mpi/c/graph_neighbors_count.c if (!OMPI_COMM_IS_GRAPH(comm)) { comm 72 ompi/mpi/c/graph_neighbors_count.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_TOPOLOGY, comm 77 ompi/mpi/c/graph_neighbors_count.c err = comm->c_topo->topo.graph.graph_neighbors_count(comm, rank, nneighbors); comm 80 ompi/mpi/c/graph_neighbors_count.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 42 ompi/mpi/c/graphdims_get.c int MPI_Graphdims_get(MPI_Comm comm, int *nnodes, int *nedges) comm 47 ompi/mpi/c/graphdims_get.c memchecker_comm(comm); comm 53 ompi/mpi/c/graphdims_get.c if (ompi_comm_invalid(comm)) { comm 57 ompi/mpi/c/graphdims_get.c if (OMPI_COMM_IS_INTER(comm)) { comm 58 ompi/mpi/c/graphdims_get.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_COMM, comm 62 ompi/mpi/c/graphdims_get.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_ARG, comm 67 ompi/mpi/c/graphdims_get.c if (!OMPI_COMM_IS_GRAPH(comm)) { comm 68 ompi/mpi/c/graphdims_get.c return OMPI_ERRHANDLER_INVOKE (comm, MPI_ERR_TOPOLOGY, comm 73 ompi/mpi/c/graphdims_get.c err = comm->c_topo->topo.graph.graphdims_get(comm, nnodes, nedges); comm 76 ompi/mpi/c/graphdims_get.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 49 ompi/mpi/c/iallgather.c MPI_Comm comm, MPI_Request *request) comm 59 ompi/mpi/c/iallgather.c rank = ompi_comm_rank(comm); comm 63 ompi/mpi/c/iallgather.c memchecker_comm(comm); comm 84 ompi/mpi/c/iallgather.c if (ompi_comm_invalid(comm)) { comm 90 ompi/mpi/c/iallgather.c } else if ((MPI_IN_PLACE == sendbuf && OMPI_COMM_IS_INTER(comm)) || comm 92 ompi/mpi/c/iallgather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 96 ompi/mpi/c/iallgather.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 102 ompi/mpi/c/iallgather.c err = comm->c_coll->coll_iallgather(sendbuf, sendcount, sendtype, comm 103 ompi/mpi/c/iallgather.c recvbuf, recvcount, recvtype, comm, comm 104 ompi/mpi/c/iallgather.c request, comm->c_coll->coll_iallgather_module); comm 106 ompi/mpi/c/iallgather.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 49 ompi/mpi/c/iallgatherv.c MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request) comm 59 ompi/mpi/c/iallgatherv.c rank = ompi_comm_rank(comm); comm 60 ompi/mpi/c/iallgatherv.c size = ompi_comm_size(comm); comm 64 ompi/mpi/c/iallgatherv.c memchecker_comm (comm); comm 90 ompi/mpi/c/iallgatherv.c if (ompi_comm_invalid(comm)) { comm 93 ompi/mpi/c/iallgatherv.c } else if ((MPI_IN_PLACE == sendbuf && OMPI_COMM_IS_INTER(comm)) || comm 95 ompi/mpi/c/iallgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 97 ompi/mpi/c/iallgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 103 ompi/mpi/c/iallgatherv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 110 ompi/mpi/c/iallgatherv.c size = ompi_comm_remote_size(comm); comm 113 ompi/mpi/c/iallgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 118 ompi/mpi/c/iallgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_BUFFER, FUNC_NAME); comm 125 ompi/mpi/c/iallgatherv.c err = comm->c_coll->coll_iallgatherv(sendbuf, sendcount, sendtype, comm 127 ompi/mpi/c/iallgatherv.c recvtype, comm, request, comm 128 ompi/mpi/c/iallgatherv.c comm->c_coll->coll_iallgatherv_module); comm 129 ompi/mpi/c/iallgatherv.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 48 ompi/mpi/c/iallreduce.c MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request) comm 56 ompi/mpi/c/iallreduce.c memchecker_comm(comm); comm 77 ompi/mpi/c/iallreduce.c if (ompi_comm_invalid(comm)) { comm 83 ompi/mpi/c/iallreduce.c int ret = OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OP, msg); comm 86 ompi/mpi/c/iallreduce.c } else if ((MPI_IN_PLACE == sendbuf && OMPI_COMM_IS_INTER(comm)) || comm 98 ompi/mpi/c/iallreduce.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 116 ompi/mpi/c/iallreduce.c err = comm->c_coll->coll_iallreduce(sendbuf, recvbuf, count, datatype, comm 117 ompi/mpi/c/iallreduce.c op, comm, request, comm->c_coll->coll_iallreduce_module); comm 119 ompi/mpi/c/iallreduce.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 49 ompi/mpi/c/ialltoall.c MPI_Comm comm, MPI_Request *request) comm 57 ompi/mpi/c/ialltoall.c memchecker_comm(comm); comm 73 ompi/mpi/c/ialltoall.c if (ompi_comm_invalid(comm)) { comm 76 ompi/mpi/c/ialltoall.c } else if ((MPI_IN_PLACE == sendbuf && OMPI_COMM_IS_INTER(comm)) || comm 83 ompi/mpi/c/ialltoall.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 86 ompi/mpi/c/ialltoall.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 89 ompi/mpi/c/ialltoall.c if (MPI_IN_PLACE != sendbuf && !OMPI_COMM_IS_INTER(comm)) { comm 93 ompi/mpi/c/ialltoall.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TRUNCATE, FUNC_NAME); comm 101 ompi/mpi/c/ialltoall.c err = comm->c_coll->coll_ialltoall(sendbuf, sendcount, sendtype, comm 102 ompi/mpi/c/ialltoall.c recvbuf, recvcount, recvtype, comm, comm 103 ompi/mpi/c/ialltoall.c request, comm->c_coll->coll_ialltoall_module); comm 104 ompi/mpi/c/ialltoall.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 48 ompi/mpi/c/ialltoallv.c const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, comm 59 ompi/mpi/c/ialltoallv.c memchecker_comm(comm); comm 69 ompi/mpi/c/ialltoallv.c size = OMPI_COMM_IS_INTER(comm)?ompi_comm_remote_size(comm):ompi_comm_size(comm); comm 90 ompi/mpi/c/ialltoallv.c if (ompi_comm_invalid(comm)) { comm 103 ompi/mpi/c/ialltoallv.c (MPI_IN_PLACE == sendbuf && OMPI_COMM_IS_INTER(comm)) || comm 105 ompi/mpi/c/ialltoallv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 108 ompi/mpi/c/ialltoallv.c size = OMPI_COMM_IS_INTER(comm)?ompi_comm_remote_size(comm):ompi_comm_size(comm); comm 111 ompi/mpi/c/ialltoallv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 113 ompi/mpi/c/ialltoallv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 116 ompi/mpi/c/ialltoallv.c if (MPI_IN_PLACE != sendbuf && !OMPI_COMM_IS_INTER(comm)) { comm 117 ompi/mpi/c/ialltoallv.c int me = ompi_comm_rank(comm); comm 122 ompi/mpi/c/ialltoallv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TRUNCATE, FUNC_NAME); comm 130 ompi/mpi/c/ialltoallv.c err = comm->c_coll->coll_ialltoallv(sendbuf, sendcounts, sdispls, comm 132 ompi/mpi/c/ialltoallv.c recvtype, comm, request, comm->c_coll->coll_ialltoallv_module); comm 133 ompi/mpi/c/ialltoallv.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 48 ompi/mpi/c/ialltoallw.c const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, comm 60 ompi/mpi/c/ialltoallw.c memchecker_comm(comm); comm 62 ompi/mpi/c/ialltoallw.c size = OMPI_COMM_IS_INTER(comm)?ompi_comm_remote_size(comm):ompi_comm_size(comm); comm 86 ompi/mpi/c/ialltoallw.c if (ompi_comm_invalid(comm)) { comm 99 ompi/mpi/c/ialltoallw.c (MPI_IN_PLACE == sendbuf && OMPI_COMM_IS_INTER(comm)) || comm 101 ompi/mpi/c/ialltoallw.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 104 ompi/mpi/c/ialltoallw.c size = OMPI_COMM_IS_INTER(comm)?ompi_comm_remote_size(comm):ompi_comm_size(comm); comm 107 ompi/mpi/c/ialltoallw.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 109 ompi/mpi/c/ialltoallw.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 112 ompi/mpi/c/ialltoallw.c if (MPI_IN_PLACE != sendbuf && !OMPI_COMM_IS_INTER(comm)) { comm 113 ompi/mpi/c/ialltoallw.c int me = ompi_comm_rank(comm); comm 118 ompi/mpi/c/ialltoallw.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TRUNCATE, FUNC_NAME); comm 126 ompi/mpi/c/ialltoallw.c err = comm->c_coll->coll_ialltoallw(sendbuf, sendcounts, sdispls, comm 128 ompi/mpi/c/ialltoallw.c rdispls, recvtypes, comm, request, comm 129 ompi/mpi/c/ialltoallw.c comm->c_coll->coll_ialltoallw_module); comm 130 ompi/mpi/c/ialltoallw.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 42 ompi/mpi/c/ibarrier.c int MPI_Ibarrier(MPI_Comm comm, MPI_Request *request) comm 49 ompi/mpi/c/ibarrier.c memchecker_comm(comm); comm 56 ompi/mpi/c/ibarrier.c if (ompi_comm_invalid(comm)) { comm 63 ompi/mpi/c/ibarrier.c err = comm->c_coll->coll_ibarrier(comm, request, comm->c_coll->coll_ibarrier_module); comm 67 ompi/mpi/c/ibarrier.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 36 ompi/mpi/c/ibcast.c int root, MPI_Comm comm, MPI_Request *request) comm 45 ompi/mpi/c/ibcast.c memchecker_comm(comm); comm 51 ompi/mpi/c/ibcast.c if (ompi_comm_invalid(comm)) { comm 59 ompi/mpi/c/ibcast.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 61 ompi/mpi/c/ibcast.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 66 ompi/mpi/c/ibcast.c if (OMPI_COMM_IS_INTRA(comm)) { comm 67 ompi/mpi/c/ibcast.c if ((root >= ompi_comm_size(comm)) || (root < 0)) { comm 68 ompi/mpi/c/ibcast.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 75 ompi/mpi/c/ibcast.c if (! ((root >= 0 && root < ompi_comm_remote_size(comm)) || comm 77 ompi/mpi/c/ibcast.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 86 ompi/mpi/c/ibcast.c err = comm->c_coll->coll_ibcast(buffer, count, datatype, root, comm, comm 88 ompi/mpi/c/ibcast.c comm->c_coll->coll_ibcast_module); comm 89 ompi/mpi/c/ibcast.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 47 ompi/mpi/c/ibsend.c int tag, MPI_Comm comm, MPI_Request *request) comm 56 ompi/mpi/c/ibsend.c memchecker_comm(comm); comm 61 ompi/mpi/c/ibsend.c if (ompi_comm_invalid(comm)) { comm 67 ompi/mpi/c/ibsend.c } else if (ompi_comm_peer_invalid(comm, dest) && comm 76 ompi/mpi/c/ibsend.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 88 ompi/mpi/c/ibsend.c rc = MCA_PML_CALL(isend(buf, count, type, dest, tag, MCA_PML_BASE_SEND_BUFFERED, comm, request)); comm 89 ompi/mpi/c/ibsend.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 46 ompi/mpi/c/iexscan.c MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request) comm 55 ompi/mpi/c/iexscan.c memchecker_comm(comm); comm 62 ompi/mpi/c/iexscan.c if (ompi_comm_invalid(comm)) { comm 72 ompi/mpi/c/iexscan.c int ret = OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OP, msg); comm 78 ompi/mpi/c/iexscan.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 86 ompi/mpi/c/iexscan.c err = comm->c_coll->coll_iexscan(sendbuf, recvbuf, count, comm 87 ompi/mpi/c/iexscan.c datatype, op, comm, request, comm 88 ompi/mpi/c/iexscan.c comm->c_coll->coll_iexscan_module); comm 90 ompi/mpi/c/iexscan.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 49 ompi/mpi/c/igather.c int root, MPI_Comm comm, MPI_Request *request) comm 59 ompi/mpi/c/igather.c rank = ompi_comm_rank(comm); comm 62 ompi/mpi/c/igather.c memchecker_comm(comm); comm 63 ompi/mpi/c/igather.c if(OMPI_COMM_IS_INTRA(comm)) { comm 64 ompi/mpi/c/igather.c if(ompi_comm_rank(comm) == root) { comm 99 ompi/mpi/c/igather.c if (ompi_comm_invalid(comm)) { comm 102 ompi/mpi/c/igather.c } else if ((ompi_comm_rank(comm) != root && MPI_IN_PLACE == sendbuf) || comm 103 ompi/mpi/c/igather.c (ompi_comm_rank(comm) == root && MPI_IN_PLACE == recvbuf)) { comm 104 ompi/mpi/c/igather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 109 ompi/mpi/c/igather.c if (OMPI_COMM_IS_INTRA(comm)) { comm 113 ompi/mpi/c/igather.c if ((root >= ompi_comm_size(comm)) || (root < 0)) { comm 114 ompi/mpi/c/igather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 120 ompi/mpi/c/igather.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 128 ompi/mpi/c/igather.c if (ompi_comm_rank(comm) == root) { comm 130 ompi/mpi/c/igather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 134 ompi/mpi/c/igather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 142 ompi/mpi/c/igather.c if (! ((root >= 0 && root < ompi_comm_remote_size(comm)) || comm 144 ompi/mpi/c/igather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 151 ompi/mpi/c/igather.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 160 ompi/mpi/c/igather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 164 ompi/mpi/c/igather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 173 ompi/mpi/c/igather.c err = comm->c_coll->coll_igather(sendbuf, sendcount, sendtype, recvbuf, comm 174 ompi/mpi/c/igather.c recvcount, recvtype, root, comm, request, comm 175 ompi/mpi/c/igather.c comm->c_coll->coll_igather_module); comm 176 ompi/mpi/c/igather.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 47 ompi/mpi/c/igatherv.c MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Request *request) comm 56 ompi/mpi/c/igatherv.c size = ompi_comm_remote_size(comm); comm 59 ompi/mpi/c/igatherv.c memchecker_comm(comm); comm 60 ompi/mpi/c/igatherv.c if(OMPI_COMM_IS_INTRA(comm)) { comm 61 ompi/mpi/c/igatherv.c if(ompi_comm_rank(comm) == root) { comm 106 ompi/mpi/c/igatherv.c if (ompi_comm_invalid(comm)) { comm 109 ompi/mpi/c/igatherv.c } else if ((ompi_comm_rank(comm) != root && MPI_IN_PLACE == sendbuf) || comm 110 ompi/mpi/c/igatherv.c (ompi_comm_rank(comm) == root && MPI_IN_PLACE == recvbuf)) { comm 111 ompi/mpi/c/igatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 116 ompi/mpi/c/igatherv.c if (OMPI_COMM_IS_INTRA(comm)) { comm 120 ompi/mpi/c/igatherv.c if ((root >= ompi_comm_size(comm)) || (root < 0)) { comm 125 ompi/mpi/c/igatherv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 133 ompi/mpi/c/igatherv.c if (ompi_comm_rank(comm) == root) { comm 135 ompi/mpi/c/igatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 139 ompi/mpi/c/igatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 142 ompi/mpi/c/igatherv.c size = ompi_comm_size(comm); comm 145 ompi/mpi/c/igatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 147 ompi/mpi/c/igatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 156 ompi/mpi/c/igatherv.c if (! ((root >= 0 && root < ompi_comm_remote_size(comm)) || comm 158 ompi/mpi/c/igatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 165 ompi/mpi/c/igatherv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 174 ompi/mpi/c/igatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 178 ompi/mpi/c/igatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 181 ompi/mpi/c/igatherv.c size = ompi_comm_remote_size(comm); comm 184 ompi/mpi/c/igatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 186 ompi/mpi/c/igatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 196 ompi/mpi/c/igatherv.c err = comm->c_coll->coll_igatherv(sendbuf, sendcount, sendtype, recvbuf, comm 198 ompi/mpi/c/igatherv.c root, comm, request, comm->c_coll->coll_igatherv_module); comm 199 ompi/mpi/c/igatherv.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 33 ompi/mpi/c/improbe.c int MPI_Improbe(int source, int tag, MPI_Comm comm, int *flag, comm 39 ompi/mpi/c/improbe.c memchecker_comm(comm); comm 47 ompi/mpi/c/improbe.c } else if (ompi_comm_invalid(comm)) { comm 51 ompi/mpi/c/improbe.c ompi_comm_peer_invalid(comm, source)) { comm 56 ompi/mpi/c/improbe.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 75 ompi/mpi/c/improbe.c rc = MCA_PML_CALL(improbe(source, tag, comm, flag, message, status)); comm 82 ompi/mpi/c/improbe.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 36 ompi/mpi/c/imrecv.c ompi_communicator_t *comm; comm 42 ompi/mpi/c/imrecv.c memchecker_comm(comm); comm 52 ompi/mpi/c/imrecv.c comm = MPI_COMM_NULL; comm 54 ompi/mpi/c/imrecv.c comm = (*message)->comm; comm 57 ompi/mpi/c/imrecv.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 59 ompi/mpi/c/imrecv.c comm = (*message)->comm; comm 71 ompi/mpi/c/imrecv.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 52 ompi/mpi/c/ineighbor_allgather.c MPI_Comm comm, MPI_Request *request) comm 62 ompi/mpi/c/ineighbor_allgather.c rank = ompi_comm_rank(comm); comm 66 ompi/mpi/c/ineighbor_allgather.c memchecker_comm(comm); comm 83 ompi/mpi/c/ineighbor_allgather.c if (ompi_comm_invalid(comm) || OMPI_COMM_IS_INTER(comm)) { comm 85 ompi/mpi/c/ineighbor_allgather.c } else if (! OMPI_COMM_IS_TOPO(comm)) { comm 92 ompi/mpi/c/ineighbor_allgather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 96 ompi/mpi/c/ineighbor_allgather.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 98 ompi/mpi/c/ineighbor_allgather.c if( OMPI_COMM_IS_CART(comm) ) { comm 99 ompi/mpi/c/ineighbor_allgather.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 101 ompi/mpi/c/ineighbor_allgather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 104 ompi/mpi/c/ineighbor_allgather.c else if( OMPI_COMM_IS_GRAPH(comm) ) { comm 106 ompi/mpi/c/ineighbor_allgather.c mca_topo_base_graph_neighbors_count(comm, ompi_comm_rank(comm), °ree); comm 108 ompi/mpi/c/ineighbor_allgather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 111 ompi/mpi/c/ineighbor_allgather.c else if( OMPI_COMM_IS_DIST_GRAPH(comm) ) { comm 112 ompi/mpi/c/ineighbor_allgather.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 116 ompi/mpi/c/ineighbor_allgather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 124 ompi/mpi/c/ineighbor_allgather.c err = comm->c_coll->coll_ineighbor_allgather(sendbuf, sendcount, sendtype, recvbuf, comm 125 ompi/mpi/c/ineighbor_allgather.c recvcount, recvtype, comm, request, comm 126 ompi/mpi/c/ineighbor_allgather.c comm->c_coll->coll_ineighbor_allgather_module); comm 128 ompi/mpi/c/ineighbor_allgather.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 52 ompi/mpi/c/ineighbor_allgatherv.c MPI_Datatype recvtype, MPI_Comm comm, MPI_Request *request) comm 62 ompi/mpi/c/ineighbor_allgatherv.c rank = ompi_comm_rank(comm); comm 63 ompi/mpi/c/ineighbor_allgatherv.c size = ompi_comm_size(comm); comm 67 ompi/mpi/c/ineighbor_allgatherv.c memchecker_comm (comm); comm 89 ompi/mpi/c/ineighbor_allgatherv.c if (ompi_comm_invalid(comm) || OMPI_COMM_IS_INTER(comm)) { comm 92 ompi/mpi/c/ineighbor_allgatherv.c } else if (! OMPI_COMM_IS_TOPO(comm)) { comm 96 ompi/mpi/c/ineighbor_allgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 98 ompi/mpi/c/ineighbor_allgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 102 ompi/mpi/c/ineighbor_allgatherv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 109 ompi/mpi/c/ineighbor_allgatherv.c size = ompi_comm_remote_size(comm); comm 112 ompi/mpi/c/ineighbor_allgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 117 ompi/mpi/c/ineighbor_allgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_BUFFER, FUNC_NAME); comm 120 ompi/mpi/c/ineighbor_allgatherv.c if( OMPI_COMM_IS_CART(comm) ) { comm 121 ompi/mpi/c/ineighbor_allgatherv.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 123 ompi/mpi/c/ineighbor_allgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 126 ompi/mpi/c/ineighbor_allgatherv.c else if( OMPI_COMM_IS_GRAPH(comm) ) { comm 128 ompi/mpi/c/ineighbor_allgatherv.c mca_topo_base_graph_neighbors_count(comm, ompi_comm_rank(comm), °ree); comm 130 ompi/mpi/c/ineighbor_allgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 133 ompi/mpi/c/ineighbor_allgatherv.c else if( OMPI_COMM_IS_DIST_GRAPH(comm) ) { comm 134 ompi/mpi/c/ineighbor_allgatherv.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 138 ompi/mpi/c/ineighbor_allgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 146 ompi/mpi/c/ineighbor_allgatherv.c err = comm->c_coll->coll_ineighbor_allgatherv(sendbuf, sendcount, sendtype, comm 148 ompi/mpi/c/ineighbor_allgatherv.c recvtype, comm, request, comm 149 ompi/mpi/c/ineighbor_allgatherv.c comm->c_coll->coll_ineighbor_allgatherv_module); comm 150 ompi/mpi/c/ineighbor_allgatherv.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 52 ompi/mpi/c/ineighbor_alltoall.c MPI_Comm comm, MPI_Request *request) comm 60 ompi/mpi/c/ineighbor_alltoall.c memchecker_comm(comm); comm 76 ompi/mpi/c/ineighbor_alltoall.c if (ompi_comm_invalid(comm) || OMPI_COMM_IS_INTER(comm)) { comm 79 ompi/mpi/c/ineighbor_alltoall.c } else if (! OMPI_COMM_IS_TOPO(comm)) { comm 87 ompi/mpi/c/ineighbor_alltoall.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 89 ompi/mpi/c/ineighbor_alltoall.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 95 ompi/mpi/c/ineighbor_alltoall.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TRUNCATE, FUNC_NAME); comm 98 ompi/mpi/c/ineighbor_alltoall.c if( OMPI_COMM_IS_CART(comm) ) { comm 99 ompi/mpi/c/ineighbor_alltoall.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 101 ompi/mpi/c/ineighbor_alltoall.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 104 ompi/mpi/c/ineighbor_alltoall.c else if( OMPI_COMM_IS_GRAPH(comm) ) { comm 106 ompi/mpi/c/ineighbor_alltoall.c mca_topo_base_graph_neighbors_count(comm, ompi_comm_rank(comm), °ree); comm 108 ompi/mpi/c/ineighbor_alltoall.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 111 ompi/mpi/c/ineighbor_alltoall.c else if( OMPI_COMM_IS_DIST_GRAPH(comm) ) { comm 112 ompi/mpi/c/ineighbor_alltoall.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 116 ompi/mpi/c/ineighbor_alltoall.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 124 ompi/mpi/c/ineighbor_alltoall.c err = comm->c_coll->coll_ineighbor_alltoall(sendbuf, sendcount, sendtype, comm 125 ompi/mpi/c/ineighbor_alltoall.c recvbuf, recvcount, recvtype, comm, comm 126 ompi/mpi/c/ineighbor_alltoall.c request, comm->c_coll->coll_ineighbor_alltoall_module); comm 127 ompi/mpi/c/ineighbor_alltoall.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 51 ompi/mpi/c/ineighbor_alltoallv.c const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, comm 63 ompi/mpi/c/ineighbor_alltoallv.c memchecker_comm(comm); comm 73 ompi/mpi/c/ineighbor_alltoallv.c err = mca_topo_base_neighbor_count (comm, &indegree, &outdegree); comm 98 ompi/mpi/c/ineighbor_alltoallv.c if (ompi_comm_invalid(comm) || OMPI_COMM_IS_INTER(comm)) { comm 101 ompi/mpi/c/ineighbor_alltoallv.c } else if (! OMPI_COMM_IS_TOPO(comm)) { comm 107 ompi/mpi/c/ineighbor_alltoallv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 110 ompi/mpi/c/ineighbor_alltoallv.c err = mca_topo_base_neighbor_count (comm, &indegree, &outdegree); comm 111 ompi/mpi/c/ineighbor_alltoallv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 114 ompi/mpi/c/ineighbor_alltoallv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 118 ompi/mpi/c/ineighbor_alltoallv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 121 ompi/mpi/c/ineighbor_alltoallv.c if( OMPI_COMM_IS_CART(comm) ) { comm 122 ompi/mpi/c/ineighbor_alltoallv.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 124 ompi/mpi/c/ineighbor_alltoallv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 127 ompi/mpi/c/ineighbor_alltoallv.c else if( OMPI_COMM_IS_GRAPH(comm) ) { comm 129 ompi/mpi/c/ineighbor_alltoallv.c mca_topo_base_graph_neighbors_count(comm, ompi_comm_rank(comm), °ree); comm 131 ompi/mpi/c/ineighbor_alltoallv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 134 ompi/mpi/c/ineighbor_alltoallv.c else if( OMPI_COMM_IS_DIST_GRAPH(comm) ) { comm 135 ompi/mpi/c/ineighbor_alltoallv.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 139 ompi/mpi/c/ineighbor_alltoallv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 147 ompi/mpi/c/ineighbor_alltoallv.c err = comm->c_coll->coll_ineighbor_alltoallv(sendbuf, sendcounts, sdispls, comm 149 ompi/mpi/c/ineighbor_alltoallv.c recvtype, comm, request, comm->c_coll->coll_ineighbor_alltoallv_module); comm 150 ompi/mpi/c/ineighbor_alltoallv.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 51 ompi/mpi/c/ineighbor_alltoallw.c const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, comm 63 ompi/mpi/c/ineighbor_alltoallw.c memchecker_comm(comm); comm 65 ompi/mpi/c/ineighbor_alltoallw.c err = mca_topo_base_neighbor_count (comm, &indegree, &outdegree); comm 96 ompi/mpi/c/ineighbor_alltoallw.c if (ompi_comm_invalid(comm) || OMPI_COMM_IS_INTER(comm)) { comm 99 ompi/mpi/c/ineighbor_alltoallw.c } else if (! OMPI_COMM_IS_TOPO(comm)) { comm 107 ompi/mpi/c/ineighbor_alltoallw.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 110 ompi/mpi/c/ineighbor_alltoallw.c err = mca_topo_base_neighbor_count (comm, &indegree, &outdegree); comm 111 ompi/mpi/c/ineighbor_alltoallw.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 114 ompi/mpi/c/ineighbor_alltoallw.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 118 ompi/mpi/c/ineighbor_alltoallw.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 121 ompi/mpi/c/ineighbor_alltoallw.c if( OMPI_COMM_IS_CART(comm) ) { comm 122 ompi/mpi/c/ineighbor_alltoallw.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 124 ompi/mpi/c/ineighbor_alltoallw.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 127 ompi/mpi/c/ineighbor_alltoallw.c else if( OMPI_COMM_IS_GRAPH(comm) ) { comm 129 ompi/mpi/c/ineighbor_alltoallw.c mca_topo_base_graph_neighbors_count(comm, ompi_comm_rank(comm), °ree); comm 131 ompi/mpi/c/ineighbor_alltoallw.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 134 ompi/mpi/c/ineighbor_alltoallw.c else if( OMPI_COMM_IS_DIST_GRAPH(comm) ) { comm 135 ompi/mpi/c/ineighbor_alltoallw.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 139 ompi/mpi/c/ineighbor_alltoallw.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 147 ompi/mpi/c/ineighbor_alltoallw.c err = comm->c_coll->coll_ineighbor_alltoallw(sendbuf, sendcounts, sdispls, sendtypes, comm 148 ompi/mpi/c/ineighbor_alltoallw.c recvbuf, recvcounts, rdispls, recvtypes, comm, request, comm 149 ompi/mpi/c/ineighbor_alltoallw.c comm->c_coll->coll_ineighbor_alltoallw_module); comm 150 ompi/mpi/c/ineighbor_alltoallw.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 42 ompi/mpi/c/iprobe.c int MPI_Iprobe(int source, int tag, MPI_Comm comm, int *flag, MPI_Status *status) comm 49 ompi/mpi/c/iprobe.c memchecker_comm(comm); comm 57 ompi/mpi/c/iprobe.c } else if (ompi_comm_invalid(comm)) { comm 61 ompi/mpi/c/iprobe.c ompi_comm_peer_invalid(comm, source)) { comm 64 ompi/mpi/c/iprobe.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 83 ompi/mpi/c/iprobe.c rc = MCA_PML_CALL(iprobe(source, tag, comm, flag, status)); comm 92 ompi/mpi/c/iprobe.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 43 ompi/mpi/c/irecv.c int tag, MPI_Comm comm, MPI_Request *request) comm 51 ompi/mpi/c/irecv.c memchecker_comm(comm); comm 59 ompi/mpi/c/irecv.c if (ompi_comm_invalid(comm)) { comm 65 ompi/mpi/c/irecv.c ompi_comm_peer_invalid(comm, source)) { comm 70 ompi/mpi/c/irecv.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 83 ompi/mpi/c/irecv.c rc = MCA_PML_CALL(irecv(buf,count,type,source,tag,comm,request)); comm 84 ompi/mpi/c/irecv.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 48 ompi/mpi/c/ireduce.c MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm, MPI_Request *request) comm 56 ompi/mpi/c/ireduce.c memchecker_comm(comm); comm 58 ompi/mpi/c/ireduce.c if(OMPI_COMM_IS_INTRA(comm)) { comm 59 ompi/mpi/c/ireduce.c if(ompi_comm_rank(comm) == root) { comm 88 ompi/mpi/c/ireduce.c if (ompi_comm_invalid(comm)) { comm 98 ompi/mpi/c/ireduce.c int ret = OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OP, msg); comm 101 ompi/mpi/c/ireduce.c } else if ((ompi_comm_rank(comm) != root && MPI_IN_PLACE == sendbuf) || comm 102 ompi/mpi/c/ireduce.c (ompi_comm_rank(comm) == root && ((MPI_IN_PLACE == recvbuf) || (sendbuf == recvbuf)))) { comm 107 ompi/mpi/c/ireduce.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 111 ompi/mpi/c/ireduce.c if (!OMPI_COMM_IS_INTRA(comm)) { comm 112 ompi/mpi/c/ireduce.c if (! ((root >= 0 && root < ompi_comm_remote_size(comm)) || comm 114 ompi/mpi/c/ireduce.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 121 ompi/mpi/c/ireduce.c if (root < 0 || root >= ompi_comm_size(comm)) { comm 122 ompi/mpi/c/ireduce.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 140 ompi/mpi/c/ireduce.c err = comm->c_coll->coll_ireduce(sendbuf, recvbuf, count, comm 141 ompi/mpi/c/ireduce.c datatype, op, root, comm, request, comm 142 ompi/mpi/c/ireduce.c comm->c_coll->coll_ireduce_module); comm 144 ompi/mpi/c/ireduce.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 48 ompi/mpi/c/ireduce_scatter.c MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request) comm 58 ompi/mpi/c/ireduce_scatter.c size = ompi_comm_size(comm); comm 59 ompi/mpi/c/ireduce_scatter.c rank = ompi_comm_rank(comm); comm 66 ompi/mpi/c/ireduce_scatter.c memchecker_comm(comm); comm 86 ompi/mpi/c/ireduce_scatter.c if (ompi_comm_invalid(comm)) { comm 97 ompi/mpi/c/ireduce_scatter.c int ret = OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OP, msg); comm 105 ompi/mpi/c/ireduce_scatter.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 110 ompi/mpi/c/ireduce_scatter.c size = ompi_comm_size(comm); comm 113 ompi/mpi/c/ireduce_scatter.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 121 ompi/mpi/c/ireduce_scatter.c size = ompi_comm_size(comm); comm 137 ompi/mpi/c/ireduce_scatter.c err = comm->c_coll->coll_ireduce_scatter(sendbuf, recvbuf, recvcounts, comm 138 ompi/mpi/c/ireduce_scatter.c datatype, op, comm, request, comm 139 ompi/mpi/c/ireduce_scatter.c comm->c_coll->coll_ireduce_scatter_module); comm 141 ompi/mpi/c/ireduce_scatter.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 49 ompi/mpi/c/ireduce_scatter_block.c MPI_Comm comm, MPI_Request *request) comm 56 ompi/mpi/c/ireduce_scatter_block.c memchecker_comm(comm); comm 76 ompi/mpi/c/ireduce_scatter_block.c if (ompi_comm_invalid(comm)) { comm 87 ompi/mpi/c/ireduce_scatter_block.c int ret = OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OP, msg); comm 93 ompi/mpi/c/ireduce_scatter_block.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 96 ompi/mpi/c/ireduce_scatter_block.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 104 ompi/mpi/c/ireduce_scatter_block.c err = comm->c_coll->coll_ireduce_scatter_block(sendbuf, recvbuf, recvcount, comm 105 ompi/mpi/c/ireduce_scatter_block.c datatype, op, comm, request, comm 106 ompi/mpi/c/ireduce_scatter_block.c comm->c_coll->coll_ireduce_scatter_block_module); comm 108 ompi/mpi/c/ireduce_scatter_block.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 47 ompi/mpi/c/irsend.c int tag, MPI_Comm comm, MPI_Request *request) comm 56 ompi/mpi/c/irsend.c memchecker_comm(comm); comm 62 ompi/mpi/c/irsend.c if (ompi_comm_invalid(comm)) { comm 68 ompi/mpi/c/irsend.c } else if (ompi_comm_peer_invalid(comm, dest) && comm 77 ompi/mpi/c/irsend.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 91 ompi/mpi/c/irsend.c MCA_PML_BASE_SEND_READY,comm,request)); comm 92 ompi/mpi/c/irsend.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 47 ompi/mpi/c/iscan.c MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request) comm 55 ompi/mpi/c/iscan.c memchecker_comm(comm); comm 67 ompi/mpi/c/iscan.c if (ompi_comm_invalid(comm)) { comm 75 ompi/mpi/c/iscan.c else if (OMPI_COMM_IS_INTER(comm)) { comm 86 ompi/mpi/c/iscan.c int ret = OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OP, msg); comm 92 ompi/mpi/c/iscan.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 100 ompi/mpi/c/iscan.c err = comm->c_coll->coll_iscan(sendbuf, recvbuf, count, comm 101 ompi/mpi/c/iscan.c datatype, op, comm, comm 103 ompi/mpi/c/iscan.c comm->c_coll->coll_iscan_module); comm 105 ompi/mpi/c/iscan.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 49 ompi/mpi/c/iscatter.c int root, MPI_Comm comm, MPI_Request *request) comm 56 ompi/mpi/c/iscatter.c memchecker_comm(comm); comm 57 ompi/mpi/c/iscatter.c if(OMPI_COMM_IS_INTRA(comm)) { comm 58 ompi/mpi/c/iscatter.c if(ompi_comm_rank(comm) == root) { comm 88 ompi/mpi/c/iscatter.c if (ompi_comm_invalid(comm)) { comm 91 ompi/mpi/c/iscatter.c } else if ((ompi_comm_rank(comm) != root && MPI_IN_PLACE == recvbuf) || comm 92 ompi/mpi/c/iscatter.c (ompi_comm_rank(comm) == root && MPI_IN_PLACE == sendbuf)) { comm 93 ompi/mpi/c/iscatter.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 98 ompi/mpi/c/iscatter.c if (OMPI_COMM_IS_INTRA(comm)) { comm 102 ompi/mpi/c/iscatter.c if ((root >= ompi_comm_size(comm)) || (root < 0)) { comm 118 ompi/mpi/c/iscatter.c else if (ompi_comm_rank(comm) == root) { comm 121 ompi/mpi/c/iscatter.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 127 ompi/mpi/c/iscatter.c if (! ((root >= 0 && root < ompi_comm_remote_size(comm)) || comm 149 ompi/mpi/c/iscatter.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 156 ompi/mpi/c/iscatter.c err = comm->c_coll->coll_iscatter(sendbuf, sendcount, sendtype, recvbuf, comm 157 ompi/mpi/c/iscatter.c recvcount, recvtype, root, comm, request, comm 158 ompi/mpi/c/iscatter.c comm->c_coll->coll_iscatter_module); comm 159 ompi/mpi/c/iscatter.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 47 ompi/mpi/c/iscatterv.c MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Request *request) comm 56 ompi/mpi/c/iscatterv.c size = ompi_comm_remote_size(comm); comm 59 ompi/mpi/c/iscatterv.c memchecker_comm(comm); comm 60 ompi/mpi/c/iscatterv.c if(OMPI_COMM_IS_INTRA(comm)) { comm 61 ompi/mpi/c/iscatterv.c if(ompi_comm_rank(comm) == root) { comm 98 ompi/mpi/c/iscatterv.c if (ompi_comm_invalid(comm)) { comm 101 ompi/mpi/c/iscatterv.c } else if ((ompi_comm_rank(comm) != root && MPI_IN_PLACE == recvbuf) || comm 102 ompi/mpi/c/iscatterv.c (ompi_comm_rank(comm) == root && MPI_IN_PLACE == sendbuf)) { comm 103 ompi/mpi/c/iscatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 108 ompi/mpi/c/iscatterv.c if (OMPI_COMM_IS_INTRA(comm)) { comm 112 ompi/mpi/c/iscatterv.c if ((root >= ompi_comm_size(comm)) || (root < 0)) { comm 113 ompi/mpi/c/iscatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 118 ompi/mpi/c/iscatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, comm 123 ompi/mpi/c/iscatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, comm 134 ompi/mpi/c/iscatterv.c if (ompi_comm_rank(comm) == root) { comm 136 ompi/mpi/c/iscatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 140 ompi/mpi/c/iscatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 143 ompi/mpi/c/iscatterv.c size = ompi_comm_size(comm); comm 146 ompi/mpi/c/iscatterv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 154 ompi/mpi/c/iscatterv.c if (! ((root >= 0 && root < ompi_comm_remote_size(comm)) || comm 156 ompi/mpi/c/iscatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 163 ompi/mpi/c/iscatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 167 ompi/mpi/c/iscatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 177 ompi/mpi/c/iscatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 181 ompi/mpi/c/iscatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 184 ompi/mpi/c/iscatterv.c size = ompi_comm_remote_size(comm); comm 187 ompi/mpi/c/iscatterv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 196 ompi/mpi/c/iscatterv.c err = comm->c_coll->coll_iscatterv(sendbuf, sendcounts, displs, comm 197 ompi/mpi/c/iscatterv.c sendtype, recvbuf, recvcount, recvtype, root, comm, comm 198 ompi/mpi/c/iscatterv.c request, comm->c_coll->coll_iscatterv_module); comm 199 ompi/mpi/c/iscatterv.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 47 ompi/mpi/c/isend.c int tag, MPI_Comm comm, MPI_Request *request) comm 56 ompi/mpi/c/isend.c memchecker_comm(comm); comm 61 ompi/mpi/c/isend.c if (ompi_comm_invalid(comm)) { comm 69 ompi/mpi/c/isend.c } else if (ompi_comm_peer_invalid(comm, dest) && comm 78 ompi/mpi/c/isend.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 96 ompi/mpi/c/isend.c MCA_PML_BASE_SEND_STANDARD, comm, request)); comm 97 ompi/mpi/c/isend.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 46 ompi/mpi/c/issend.c int tag, MPI_Comm comm, MPI_Request *request) comm 55 ompi/mpi/c/issend.c memchecker_comm(comm); comm 60 ompi/mpi/c/issend.c if (ompi_comm_invalid(comm)) { comm 66 ompi/mpi/c/issend.c } else if (ompi_comm_peer_invalid(comm, dest) && comm 75 ompi/mpi/c/issend.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 89 ompi/mpi/c/issend.c MCA_PML_BASE_SEND_SYNCHRONOUS, comm, request)); comm 90 ompi/mpi/c/issend.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 33 ompi/mpi/c/mprobe.c int MPI_Mprobe(int source, int tag, MPI_Comm comm, comm 39 ompi/mpi/c/mprobe.c memchecker_comm(comm); comm 47 ompi/mpi/c/mprobe.c } else if (ompi_comm_invalid(comm)) { comm 51 ompi/mpi/c/mprobe.c ompi_comm_peer_invalid(comm, source)) { comm 56 ompi/mpi/c/mprobe.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 74 ompi/mpi/c/mprobe.c rc = MCA_PML_CALL(mprobe(source, tag, comm, message, status)); comm 81 ompi/mpi/c/mprobe.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 40 ompi/mpi/c/mrecv.c ompi_communicator_t *comm; comm 48 ompi/mpi/c/mrecv.c memchecker_comm(comm); comm 58 ompi/mpi/c/mrecv.c comm = MPI_COMM_NULL; comm 60 ompi/mpi/c/mrecv.c comm = (*message)->comm; comm 63 ompi/mpi/c/mrecv.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 65 ompi/mpi/c/mrecv.c comm = (*message)->comm; comm 85 ompi/mpi/c/mrecv.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 52 ompi/mpi/c/neighbor_allgather.c MPI_Comm comm) comm 62 ompi/mpi/c/neighbor_allgather.c rank = ompi_comm_rank(comm); comm 66 ompi/mpi/c/neighbor_allgather.c memchecker_comm(comm); comm 83 ompi/mpi/c/neighbor_allgather.c if (ompi_comm_invalid(comm) || OMPI_COMM_IS_INTER(comm)) { comm 85 ompi/mpi/c/neighbor_allgather.c } else if (! OMPI_COMM_IS_TOPO(comm)) { comm 92 ompi/mpi/c/neighbor_allgather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 96 ompi/mpi/c/neighbor_allgather.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 98 ompi/mpi/c/neighbor_allgather.c if( OMPI_COMM_IS_CART(comm) ) { comm 99 ompi/mpi/c/neighbor_allgather.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 101 ompi/mpi/c/neighbor_allgather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 104 ompi/mpi/c/neighbor_allgather.c else if( OMPI_COMM_IS_GRAPH(comm) ) { comm 106 ompi/mpi/c/neighbor_allgather.c mca_topo_base_graph_neighbors_count(comm, ompi_comm_rank(comm), °ree); comm 108 ompi/mpi/c/neighbor_allgather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 111 ompi/mpi/c/neighbor_allgather.c else if( OMPI_COMM_IS_DIST_GRAPH(comm) ) { comm 112 ompi/mpi/c/neighbor_allgather.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 116 ompi/mpi/c/neighbor_allgather.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 131 ompi/mpi/c/neighbor_allgather.c err = comm->c_coll->coll_neighbor_allgather(sendbuf, sendcount, sendtype, comm 132 ompi/mpi/c/neighbor_allgather.c recvbuf, recvcount, recvtype, comm, comm 133 ompi/mpi/c/neighbor_allgather.c comm->c_coll->coll_neighbor_allgather_module); comm 134 ompi/mpi/c/neighbor_allgather.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 53 ompi/mpi/c/neighbor_allgatherv.c MPI_Datatype recvtype, MPI_Comm comm) comm 63 ompi/mpi/c/neighbor_allgatherv.c rank = ompi_comm_rank(comm); comm 64 ompi/mpi/c/neighbor_allgatherv.c mca_topo_base_neighbor_count (comm, &in_size, &out_size); comm 68 ompi/mpi/c/neighbor_allgatherv.c memchecker_comm (comm); comm 90 ompi/mpi/c/neighbor_allgatherv.c if (ompi_comm_invalid(comm) || OMPI_COMM_IS_INTER(comm)) { comm 93 ompi/mpi/c/neighbor_allgatherv.c } else if (! OMPI_COMM_IS_TOPO(comm)) { comm 97 ompi/mpi/c/neighbor_allgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 99 ompi/mpi/c/neighbor_allgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 103 ompi/mpi/c/neighbor_allgatherv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 110 ompi/mpi/c/neighbor_allgatherv.c mca_topo_base_neighbor_count (comm, &in_size, &out_size); comm 113 ompi/mpi/c/neighbor_allgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 118 ompi/mpi/c/neighbor_allgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_BUFFER, FUNC_NAME); comm 121 ompi/mpi/c/neighbor_allgatherv.c if( OMPI_COMM_IS_CART(comm) ) { comm 122 ompi/mpi/c/neighbor_allgatherv.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 124 ompi/mpi/c/neighbor_allgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 127 ompi/mpi/c/neighbor_allgatherv.c else if( OMPI_COMM_IS_GRAPH(comm) ) { comm 129 ompi/mpi/c/neighbor_allgatherv.c mca_topo_base_graph_neighbors_count(comm, ompi_comm_rank(comm), °ree); comm 131 ompi/mpi/c/neighbor_allgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 134 ompi/mpi/c/neighbor_allgatherv.c else if( OMPI_COMM_IS_DIST_GRAPH(comm) ) { comm 135 ompi/mpi/c/neighbor_allgatherv.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 139 ompi/mpi/c/neighbor_allgatherv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 147 ompi/mpi/c/neighbor_allgatherv.c err = comm->c_coll->coll_neighbor_allgatherv(sendbuf, sendcount, sendtype, comm 149 ompi/mpi/c/neighbor_allgatherv.c recvtype, comm, comm->c_coll->coll_neighbor_allgatherv_module); comm 150 ompi/mpi/c/neighbor_allgatherv.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 51 ompi/mpi/c/neighbor_alltoall.c MPI_Comm comm) comm 59 ompi/mpi/c/neighbor_alltoall.c memchecker_comm(comm); comm 75 ompi/mpi/c/neighbor_alltoall.c if (ompi_comm_invalid(comm) || OMPI_COMM_IS_INTER(comm)) { comm 78 ompi/mpi/c/neighbor_alltoall.c } else if (! OMPI_COMM_IS_TOPO(comm)) { comm 86 ompi/mpi/c/neighbor_alltoall.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 88 ompi/mpi/c/neighbor_alltoall.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 94 ompi/mpi/c/neighbor_alltoall.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TRUNCATE, FUNC_NAME); comm 97 ompi/mpi/c/neighbor_alltoall.c if( OMPI_COMM_IS_CART(comm) ) { comm 98 ompi/mpi/c/neighbor_alltoall.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 100 ompi/mpi/c/neighbor_alltoall.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 103 ompi/mpi/c/neighbor_alltoall.c else if( OMPI_COMM_IS_GRAPH(comm) ) { comm 105 ompi/mpi/c/neighbor_alltoall.c mca_topo_base_graph_neighbors_count(comm, ompi_comm_rank(comm), °ree); comm 107 ompi/mpi/c/neighbor_alltoall.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 110 ompi/mpi/c/neighbor_alltoall.c else if( OMPI_COMM_IS_DIST_GRAPH(comm) ) { comm 111 ompi/mpi/c/neighbor_alltoall.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 115 ompi/mpi/c/neighbor_alltoall.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 132 ompi/mpi/c/neighbor_alltoall.c err = comm->c_coll->coll_neighbor_alltoall(sendbuf, sendcount, sendtype, recvbuf, comm 133 ompi/mpi/c/neighbor_alltoall.c recvcount, recvtype, comm, comm 134 ompi/mpi/c/neighbor_alltoall.c comm->c_coll->coll_neighbor_alltoall_module); comm 135 ompi/mpi/c/neighbor_alltoall.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 52 ompi/mpi/c/neighbor_alltoallv.c MPI_Datatype recvtype, MPI_Comm comm) comm 63 ompi/mpi/c/neighbor_alltoallv.c memchecker_comm(comm); comm 73 ompi/mpi/c/neighbor_alltoallv.c err = mca_topo_base_neighbor_count (comm, &indegree, &outdegree); comm 98 ompi/mpi/c/neighbor_alltoallv.c if (ompi_comm_invalid(comm) || OMPI_COMM_IS_INTER(comm)) { comm 101 ompi/mpi/c/neighbor_alltoallv.c } else if (! OMPI_COMM_IS_TOPO(comm)) { comm 107 ompi/mpi/c/neighbor_alltoallv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 110 ompi/mpi/c/neighbor_alltoallv.c err = mca_topo_base_neighbor_count (comm, &indegree, &outdegree); comm 111 ompi/mpi/c/neighbor_alltoallv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 114 ompi/mpi/c/neighbor_alltoallv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 118 ompi/mpi/c/neighbor_alltoallv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 121 ompi/mpi/c/neighbor_alltoallv.c if( OMPI_COMM_IS_CART(comm) ) { comm 122 ompi/mpi/c/neighbor_alltoallv.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 124 ompi/mpi/c/neighbor_alltoallv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 127 ompi/mpi/c/neighbor_alltoallv.c else if( OMPI_COMM_IS_GRAPH(comm) ) { comm 129 ompi/mpi/c/neighbor_alltoallv.c mca_topo_base_graph_neighbors_count(comm, ompi_comm_rank(comm), °ree); comm 131 ompi/mpi/c/neighbor_alltoallv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 134 ompi/mpi/c/neighbor_alltoallv.c else if( OMPI_COMM_IS_DIST_GRAPH(comm) ) { comm 135 ompi/mpi/c/neighbor_alltoallv.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 139 ompi/mpi/c/neighbor_alltoallv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 147 ompi/mpi/c/neighbor_alltoallv.c err = comm->c_coll->coll_neighbor_alltoallv(sendbuf, sendcounts, sdispls, sendtype, comm 149 ompi/mpi/c/neighbor_alltoallv.c comm, comm->c_coll->coll_neighbor_alltoallv_module); comm 150 ompi/mpi/c/neighbor_alltoallv.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 52 ompi/mpi/c/neighbor_alltoallw.c const MPI_Datatype recvtypes[], MPI_Comm comm) comm 63 ompi/mpi/c/neighbor_alltoallw.c memchecker_comm(comm); comm 65 ompi/mpi/c/neighbor_alltoallw.c err = mca_topo_base_neighbor_count (comm, &indegree, &outdegree); comm 94 ompi/mpi/c/neighbor_alltoallw.c if (ompi_comm_invalid(comm) || OMPI_COMM_IS_INTER(comm)) { comm 97 ompi/mpi/c/neighbor_alltoallw.c } else if (! OMPI_COMM_IS_TOPO(comm)) { comm 103 ompi/mpi/c/neighbor_alltoallw.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 106 ompi/mpi/c/neighbor_alltoallw.c err = mca_topo_base_neighbor_count (comm, &indegree, &outdegree); comm 107 ompi/mpi/c/neighbor_alltoallw.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 110 ompi/mpi/c/neighbor_alltoallw.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 114 ompi/mpi/c/neighbor_alltoallw.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 117 ompi/mpi/c/neighbor_alltoallw.c if( OMPI_COMM_IS_CART(comm) ) { comm 118 ompi/mpi/c/neighbor_alltoallw.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 120 ompi/mpi/c/neighbor_alltoallw.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 123 ompi/mpi/c/neighbor_alltoallw.c else if( OMPI_COMM_IS_GRAPH(comm) ) { comm 125 ompi/mpi/c/neighbor_alltoallw.c mca_topo_base_graph_neighbors_count(comm, ompi_comm_rank(comm), °ree); comm 127 ompi/mpi/c/neighbor_alltoallw.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 130 ompi/mpi/c/neighbor_alltoallw.c else if( OMPI_COMM_IS_DIST_GRAPH(comm) ) { comm 131 ompi/mpi/c/neighbor_alltoallw.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 135 ompi/mpi/c/neighbor_alltoallw.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 143 ompi/mpi/c/neighbor_alltoallw.c err = comm->c_coll->coll_neighbor_alltoallw(sendbuf, sendcounts, sdispls, sendtypes, comm 145 ompi/mpi/c/neighbor_alltoallw.c comm, comm->c_coll->coll_neighbor_alltoallw_module); comm 146 ompi/mpi/c/neighbor_alltoallw.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 46 ompi/mpi/c/pack.c void *outbuf, int outsize, int *position, MPI_Comm comm) comm 57 ompi/mpi/c/pack.c memchecker_comm(comm); comm 62 ompi/mpi/c/pack.c if (ompi_comm_invalid(comm)) { comm 65 ompi/mpi/c/pack.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 67 ompi/mpi/c/pack.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 69 ompi/mpi/c/pack.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 72 ompi/mpi/c/pack.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 74 ompi/mpi/c/pack.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 89 ompi/mpi/c/pack.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TRUNCATE, FUNC_NAME); comm 109 ompi/mpi/c/pack.c OMPI_ERRHANDLER_RETURN(rc, comm, MPI_ERR_UNKNOWN, FUNC_NAME); comm 41 ompi/mpi/c/pack_size.c int MPI_Pack_size(int incount, MPI_Datatype datatype, MPI_Comm comm, comm 49 ompi/mpi/c/pack_size.c memchecker_comm(comm); comm 54 ompi/mpi/c/pack_size.c if (ompi_comm_invalid(comm)) { comm 58 ompi/mpi/c/pack_size.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 60 ompi/mpi/c/pack_size.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 42 ompi/mpi/c/probe.c int MPI_Probe(int source, int tag, MPI_Comm comm, MPI_Status *status) comm 49 ompi/mpi/c/probe.c memchecker_comm(comm); comm 57 ompi/mpi/c/probe.c } else if (ompi_comm_invalid(comm)) { comm 61 ompi/mpi/c/probe.c ompi_comm_peer_invalid(comm, source)) { comm 64 ompi/mpi/c/probe.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, "MPI_Probe"); comm 82 ompi/mpi/c/probe.c rc = MCA_PML_CALL(probe(source, tag, comm, status)); comm 90 ompi/mpi/c/probe.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, "MPI_Probe"); comm 43 ompi/mpi/c/recv.c int tag, MPI_Comm comm, MPI_Status *status) comm 52 ompi/mpi/c/recv.c memchecker_comm(comm); comm 60 ompi/mpi/c/recv.c if (ompi_comm_invalid(comm)) { comm 66 ompi/mpi/c/recv.c ompi_comm_peer_invalid(comm, source)) { comm 70 ompi/mpi/c/recv.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 82 ompi/mpi/c/recv.c rc = MCA_PML_CALL(recv(buf, count, type, source, tag, comm, status)); comm 83 ompi/mpi/c/recv.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 43 ompi/mpi/c/recv_init.c int tag, MPI_Comm comm, MPI_Request *request) comm 50 ompi/mpi/c/recv_init.c memchecker_comm(comm); comm 58 ompi/mpi/c/recv_init.c if (ompi_comm_invalid(comm)) { comm 64 ompi/mpi/c/recv_init.c ompi_comm_peer_invalid(comm, source)) { comm 70 ompi/mpi/c/recv_init.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 75 ompi/mpi/c/recv_init.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 83 ompi/mpi/c/recv_init.c rc = MCA_PML_CALL(irecv_init(buf,count,type,source,tag,comm,request)); comm 84 ompi/mpi/c/recv_init.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 47 ompi/mpi/c/reduce.c MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) comm 55 ompi/mpi/c/reduce.c memchecker_comm(comm); comm 57 ompi/mpi/c/reduce.c if(OMPI_COMM_IS_INTRA(comm)) { comm 58 ompi/mpi/c/reduce.c if(ompi_comm_rank(comm) == root) { comm 87 ompi/mpi/c/reduce.c if (ompi_comm_invalid(comm)) { comm 97 ompi/mpi/c/reduce.c int ret = OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OP, msg); comm 100 ompi/mpi/c/reduce.c } else if ((ompi_comm_rank(comm) != root && MPI_IN_PLACE == sendbuf) || comm 101 ompi/mpi/c/reduce.c (ompi_comm_rank(comm) == root && ((MPI_IN_PLACE == recvbuf) || (sendbuf == recvbuf)))) { comm 106 ompi/mpi/c/reduce.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 110 ompi/mpi/c/reduce.c if (!OMPI_COMM_IS_INTRA(comm)) { comm 111 ompi/mpi/c/reduce.c if (! ((root >= 0 && root < ompi_comm_remote_size(comm)) || comm 113 ompi/mpi/c/reduce.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 120 ompi/mpi/c/reduce.c if (root < 0 || root >= ompi_comm_size(comm)) { comm 121 ompi/mpi/c/reduce.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 139 ompi/mpi/c/reduce.c err = comm->c_coll->coll_reduce(sendbuf, recvbuf, count, comm 140 ompi/mpi/c/reduce.c datatype, op, root, comm, comm 141 ompi/mpi/c/reduce.c comm->c_coll->coll_reduce_module); comm 143 ompi/mpi/c/reduce.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 84 ompi/mpi/c/reduce_local.c ompi_communicator_t *comm = &ompi_mpi_comm_self.comm; comm 85 ompi/mpi/c/reduce_local.c err = comm->c_coll->coll_reduce_local(inbuf, inoutbuf, count, datatype, op, comm 86 ompi/mpi/c/reduce_local.c comm->c_coll->coll_reduce_local_module); comm 47 ompi/mpi/c/reduce_scatter.c MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) comm 56 ompi/mpi/c/reduce_scatter.c size = ompi_comm_size(comm); comm 57 ompi/mpi/c/reduce_scatter.c rank = ompi_comm_rank(comm); comm 64 ompi/mpi/c/reduce_scatter.c memchecker_comm(comm); comm 84 ompi/mpi/c/reduce_scatter.c if (ompi_comm_invalid(comm)) { comm 95 ompi/mpi/c/reduce_scatter.c int ret = OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OP, msg); comm 103 ompi/mpi/c/reduce_scatter.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 108 ompi/mpi/c/reduce_scatter.c size = ompi_comm_size(comm); comm 111 ompi/mpi/c/reduce_scatter.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 119 ompi/mpi/c/reduce_scatter.c size = ompi_comm_size(comm); comm 134 ompi/mpi/c/reduce_scatter.c err = comm->c_coll->coll_reduce_scatter(sendbuf, recvbuf, recvcounts, comm 135 ompi/mpi/c/reduce_scatter.c datatype, op, comm, comm 136 ompi/mpi/c/reduce_scatter.c comm->c_coll->coll_reduce_scatter_module); comm 138 ompi/mpi/c/reduce_scatter.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 48 ompi/mpi/c/reduce_scatter_block.c MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) comm 55 ompi/mpi/c/reduce_scatter_block.c memchecker_comm(comm); comm 75 ompi/mpi/c/reduce_scatter_block.c if (ompi_comm_invalid(comm)) { comm 86 ompi/mpi/c/reduce_scatter_block.c int ret = OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OP, msg); comm 92 ompi/mpi/c/reduce_scatter_block.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 95 ompi/mpi/c/reduce_scatter_block.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 103 ompi/mpi/c/reduce_scatter_block.c err = comm->c_coll->coll_reduce_scatter_block(sendbuf, recvbuf, recvcount, comm 104 ompi/mpi/c/reduce_scatter_block.c datatype, op, comm, comm 105 ompi/mpi/c/reduce_scatter_block.c comm->c_coll->coll_reduce_scatter_block_module); comm 107 ompi/mpi/c/reduce_scatter_block.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 45 ompi/mpi/c/rsend.c int MPI_Rsend(const void *buf, int count, MPI_Datatype type, int dest, int tag, MPI_Comm comm) comm 54 ompi/mpi/c/rsend.c memchecker_comm(comm); comm 59 ompi/mpi/c/rsend.c if (ompi_comm_invalid(comm)) { comm 67 ompi/mpi/c/rsend.c } else if (ompi_comm_peer_invalid(comm, dest) && comm 74 ompi/mpi/c/rsend.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 83 ompi/mpi/c/rsend.c MCA_PML_BASE_SEND_READY, comm)); comm 84 ompi/mpi/c/rsend.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 47 ompi/mpi/c/rsend_init.c int dest, int tag, MPI_Comm comm, comm 55 ompi/mpi/c/rsend_init.c memchecker_comm(comm); comm 61 ompi/mpi/c/rsend_init.c if (ompi_comm_invalid(comm)) { comm 69 ompi/mpi/c/rsend_init.c } else if (ompi_comm_peer_invalid(comm, dest) && comm 75 ompi/mpi/c/rsend_init.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 80 ompi/mpi/c/rsend_init.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 89 ompi/mpi/c/rsend_init.c MCA_PML_BASE_SEND_READY,comm,request)); comm 90 ompi/mpi/c/rsend_init.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 47 ompi/mpi/c/scan.c MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) comm 55 ompi/mpi/c/scan.c memchecker_comm(comm); comm 67 ompi/mpi/c/scan.c if (ompi_comm_invalid(comm)) { comm 75 ompi/mpi/c/scan.c else if (OMPI_COMM_IS_INTER(comm)) { comm 86 ompi/mpi/c/scan.c int ret = OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OP, msg); comm 92 ompi/mpi/c/scan.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 108 ompi/mpi/c/scan.c err = comm->c_coll->coll_scan(sendbuf, recvbuf, count, comm 109 ompi/mpi/c/scan.c datatype, op, comm, comm 110 ompi/mpi/c/scan.c comm->c_coll->coll_scan_module); comm 112 ompi/mpi/c/scan.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 49 ompi/mpi/c/scatter.c int root, MPI_Comm comm) comm 56 ompi/mpi/c/scatter.c memchecker_comm(comm); comm 57 ompi/mpi/c/scatter.c if(OMPI_COMM_IS_INTRA(comm)) { comm 58 ompi/mpi/c/scatter.c if(ompi_comm_rank(comm) == root) { comm 88 ompi/mpi/c/scatter.c if (ompi_comm_invalid(comm)) { comm 91 ompi/mpi/c/scatter.c } else if ((ompi_comm_rank(comm) != root && MPI_IN_PLACE == recvbuf) || comm 92 ompi/mpi/c/scatter.c (ompi_comm_rank(comm) == root && MPI_IN_PLACE == sendbuf)) { comm 93 ompi/mpi/c/scatter.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 98 ompi/mpi/c/scatter.c if (OMPI_COMM_IS_INTRA(comm)) { comm 102 ompi/mpi/c/scatter.c if ((root >= ompi_comm_size(comm)) || (root < 0)) { comm 118 ompi/mpi/c/scatter.c else if (ompi_comm_rank(comm) == root) { comm 121 ompi/mpi/c/scatter.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 127 ompi/mpi/c/scatter.c if (! ((root >= 0 && root < ompi_comm_remote_size(comm)) || comm 149 ompi/mpi/c/scatter.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 156 ompi/mpi/c/scatter.c (ompi_comm_rank(comm) != root || comm 157 ompi/mpi/c/scatter.c (ompi_comm_rank(comm) == root && MPI_IN_PLACE != recvbuf))) || comm 158 ompi/mpi/c/scatter.c (ompi_comm_rank(comm) == root && MPI_IN_PLACE == recvbuf && comm 167 ompi/mpi/c/scatter.c err = comm->c_coll->coll_scatter(sendbuf, sendcount, sendtype, recvbuf, comm 168 ompi/mpi/c/scatter.c recvcount, recvtype, root, comm, comm 169 ompi/mpi/c/scatter.c comm->c_coll->coll_scatter_module); comm 170 ompi/mpi/c/scatter.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 47 ompi/mpi/c/scatterv.c MPI_Datatype recvtype, int root, MPI_Comm comm) comm 56 ompi/mpi/c/scatterv.c size = ompi_comm_remote_size(comm); comm 59 ompi/mpi/c/scatterv.c memchecker_comm(comm); comm 60 ompi/mpi/c/scatterv.c if(OMPI_COMM_IS_INTRA(comm)) { comm 61 ompi/mpi/c/scatterv.c if(ompi_comm_rank(comm) == root) { comm 98 ompi/mpi/c/scatterv.c if (ompi_comm_invalid(comm)) { comm 101 ompi/mpi/c/scatterv.c } else if ((ompi_comm_rank(comm) != root && MPI_IN_PLACE == recvbuf) || comm 102 ompi/mpi/c/scatterv.c (ompi_comm_rank(comm) == root && MPI_IN_PLACE == sendbuf)) { comm 103 ompi/mpi/c/scatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 108 ompi/mpi/c/scatterv.c if (OMPI_COMM_IS_INTRA(comm)) { comm 112 ompi/mpi/c/scatterv.c if ((root >= ompi_comm_size(comm)) || (root < 0)) { comm 113 ompi/mpi/c/scatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 118 ompi/mpi/c/scatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, comm 123 ompi/mpi/c/scatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, comm 134 ompi/mpi/c/scatterv.c if (ompi_comm_rank(comm) == root) { comm 136 ompi/mpi/c/scatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 140 ompi/mpi/c/scatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 143 ompi/mpi/c/scatterv.c size = ompi_comm_size(comm); comm 146 ompi/mpi/c/scatterv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 154 ompi/mpi/c/scatterv.c if (! ((root >= 0 && root < ompi_comm_remote_size(comm)) || comm 156 ompi/mpi/c/scatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 163 ompi/mpi/c/scatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 167 ompi/mpi/c/scatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 177 ompi/mpi/c/scatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 181 ompi/mpi/c/scatterv.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 184 ompi/mpi/c/scatterv.c size = ompi_comm_remote_size(comm); comm 187 ompi/mpi/c/scatterv.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 196 ompi/mpi/c/scatterv.c err = comm->c_coll->coll_scatterv(sendbuf, sendcounts, displs, comm 197 ompi/mpi/c/scatterv.c sendtype, recvbuf, recvcount, recvtype, root, comm, comm 198 ompi/mpi/c/scatterv.c comm->c_coll->coll_scatterv_module); comm 199 ompi/mpi/c/scatterv.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 46 ompi/mpi/c/send.c int tag, MPI_Comm comm) comm 55 ompi/mpi/c/send.c memchecker_comm(comm); comm 60 ompi/mpi/c/send.c if (ompi_comm_invalid(comm)) { comm 66 ompi/mpi/c/send.c } else if (ompi_comm_peer_invalid(comm, dest) && comm 73 ompi/mpi/c/send.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 81 ompi/mpi/c/send.c rc = MCA_PML_CALL(send(buf, count, type, dest, tag, MCA_PML_BASE_SEND_STANDARD, comm)); comm 82 ompi/mpi/c/send.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 47 ompi/mpi/c/send_init.c int dest, int tag, MPI_Comm comm, comm 55 ompi/mpi/c/send_init.c memchecker_comm(comm); comm 60 ompi/mpi/c/send_init.c if (ompi_comm_invalid(comm)) { comm 66 ompi/mpi/c/send_init.c } else if (ompi_comm_peer_invalid(comm, dest) && comm 75 ompi/mpi/c/send_init.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 80 ompi/mpi/c/send_init.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 88 ompi/mpi/c/send_init.c rc = MCA_PML_CALL(isend_init(buf,count,type,dest,tag,MCA_PML_BASE_SEND_STANDARD,comm,request)); comm 89 ompi/mpi/c/send_init.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 47 ompi/mpi/c/sendrecv.c MPI_Comm comm, MPI_Status *status) comm 58 ompi/mpi/c/sendrecv.c memchecker_comm(comm); comm 68 ompi/mpi/c/sendrecv.c if (ompi_comm_invalid(comm)) { comm 70 ompi/mpi/c/sendrecv.c } else if (dest != MPI_PROC_NULL && ompi_comm_peer_invalid(comm, dest)) { comm 74 ompi/mpi/c/sendrecv.c } else if (source != MPI_PROC_NULL && source != MPI_ANY_SOURCE && ompi_comm_peer_invalid(comm, source)) { comm 79 ompi/mpi/c/sendrecv.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 86 ompi/mpi/c/sendrecv.c source, recvtag, comm, &req)); comm 87 ompi/mpi/c/sendrecv.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 92 ompi/mpi/c/sendrecv.c sendtag, MCA_PML_BASE_SEND_STANDARD, comm)); comm 93 ompi/mpi/c/sendrecv.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 104 ompi/mpi/c/sendrecv.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 47 ompi/mpi/c/sendrecv_replace.c MPI_Comm comm, MPI_Status *status) comm 57 ompi/mpi/c/sendrecv_replace.c memchecker_comm(comm); comm 65 ompi/mpi/c/sendrecv_replace.c if (ompi_comm_invalid(comm)) { comm 67 ompi/mpi/c/sendrecv_replace.c } else if (dest != MPI_PROC_NULL && ompi_comm_peer_invalid(comm, dest)) { comm 71 ompi/mpi/c/sendrecv_replace.c } else if (source != MPI_PROC_NULL && source != MPI_ANY_SOURCE && ompi_comm_peer_invalid(comm, source)) { comm 76 ompi/mpi/c/sendrecv_replace.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 83 ompi/mpi/c/sendrecv_replace.c rc = PMPI_Sendrecv(buf, count, datatype, dest, sendtag, buf, count, datatype, source, recvtag, comm, status); comm 104 ompi/mpi/c/sendrecv_replace.c ompi_proc_t* proc = ompi_comm_peer_lookup(comm, dest); comm 107 ompi/mpi/c/sendrecv_replace.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 131 ompi/mpi/c/sendrecv_replace.c datatype, source, recvtag, comm, &recv_status ); comm 146 ompi/mpi/c/sendrecv_replace.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 45 ompi/mpi/c/ssend.c int MPI_Ssend(const void *buf, int count, MPI_Datatype type, int dest, int tag, MPI_Comm comm) comm 54 ompi/mpi/c/ssend.c memchecker_comm(comm); comm 59 ompi/mpi/c/ssend.c if (ompi_comm_invalid(comm)) { comm 67 ompi/mpi/c/ssend.c } else if (ompi_comm_peer_invalid(comm, dest) && comm 74 ompi/mpi/c/ssend.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 83 ompi/mpi/c/ssend.c MCA_PML_BASE_SEND_SYNCHRONOUS, comm)); comm 84 ompi/mpi/c/ssend.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 47 ompi/mpi/c/ssend_init.c int dest, int tag, MPI_Comm comm, comm 55 ompi/mpi/c/ssend_init.c memchecker_comm(comm); comm 61 ompi/mpi/c/ssend_init.c if (ompi_comm_invalid(comm)) { comm 69 ompi/mpi/c/ssend_init.c } else if (ompi_comm_peer_invalid(comm, dest) && comm 75 ompi/mpi/c/ssend_init.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 80 ompi/mpi/c/ssend_init.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 89 ompi/mpi/c/ssend_init.c MCA_PML_BASE_SEND_SYNCHRONOUS, comm, request)); comm 90 ompi/mpi/c/ssend_init.c OMPI_ERRHANDLER_RETURN(rc, comm, rc, FUNC_NAME); comm 40 ompi/mpi/c/topo_test.c int MPI_Topo_test(MPI_Comm comm, int *status) comm 43 ompi/mpi/c/topo_test.c memchecker_comm(comm); comm 50 ompi/mpi/c/topo_test.c if (ompi_comm_invalid (comm)) { comm 54 ompi/mpi/c/topo_test.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 58 ompi/mpi/c/topo_test.c if (OMPI_COMM_IS_CART(comm)) { comm 60 ompi/mpi/c/topo_test.c } else if (OMPI_COMM_IS_GRAPH(comm)) { comm 62 ompi/mpi/c/topo_test.c } else if (OMPI_COMM_IS_DIST_GRAPH(comm)) { comm 44 ompi/mpi/c/unpack.c MPI_Comm comm) comm 55 ompi/mpi/c/unpack.c memchecker_comm(comm); comm 60 ompi/mpi/c/unpack.c if (ompi_comm_invalid(comm)) { comm 66 ompi/mpi/c/unpack.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 70 ompi/mpi/c/unpack.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 74 ompi/mpi/c/unpack.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 76 ompi/mpi/c/unpack.c OMPI_ERRHANDLER_CHECK(rc, comm, rc, FUNC_NAME); comm 93 ompi/mpi/c/unpack.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TRUNCATE, FUNC_NAME); comm 114 ompi/mpi/c/unpack.c OMPI_ERRHANDLER_RETURN(rc, comm, MPI_ERR_UNKNOWN, FUNC_NAME); comm 45 ompi/mpi/c/win_allocate.c MPI_Comm comm, void *baseptr, MPI_Win *win) comm 50 ompi/mpi/c/win_allocate.c memchecker_comm(comm); comm 56 ompi/mpi/c/win_allocate.c if (ompi_comm_invalid (comm)) { comm 61 ompi/mpi/c/win_allocate.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_INFO, comm 65 ompi/mpi/c/win_allocate.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_WIN, FUNC_NAME); comm 67 ompi/mpi/c/win_allocate.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_SIZE, FUNC_NAME); comm 69 ompi/mpi/c/win_allocate.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_DISP, FUNC_NAME); comm 74 ompi/mpi/c/win_allocate.c if (OMPI_COMM_IS_INTER(comm)) { comm 75 ompi/mpi/c/win_allocate.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COMM, FUNC_NAME); comm 82 ompi/mpi/c/win_allocate.c comm, baseptr, win); comm 86 ompi/mpi/c/win_allocate.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_WIN, FUNC_NAME); comm 48 ompi/mpi/c/win_allocate_shared.c MPI_Comm comm, void *baseptr, MPI_Win *win) comm 53 ompi/mpi/c/win_allocate_shared.c memchecker_comm(comm); comm 59 ompi/mpi/c/win_allocate_shared.c if (ompi_comm_invalid (comm)) { comm 64 ompi/mpi/c/win_allocate_shared.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_INFO, comm 68 ompi/mpi/c/win_allocate_shared.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_WIN, FUNC_NAME); comm 70 ompi/mpi/c/win_allocate_shared.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_SIZE, FUNC_NAME); comm 75 ompi/mpi/c/win_allocate_shared.c if (OMPI_COMM_IS_INTER(comm)) { comm 76 ompi/mpi/c/win_allocate_shared.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COMM, FUNC_NAME); comm 83 ompi/mpi/c/win_allocate_shared.c comm, baseptr, win); comm 87 ompi/mpi/c/win_allocate_shared.c OMPI_ERRHANDLER_RETURN (ret, comm, ret, FUNC_NAME); comm 45 ompi/mpi/c/win_create.c MPI_Info info, MPI_Comm comm, MPI_Win *win) comm 50 ompi/mpi/c/win_create.c memchecker_comm(comm); comm 56 ompi/mpi/c/win_create.c if (ompi_comm_invalid (comm)) { comm 61 ompi/mpi/c/win_create.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_INFO, comm 65 ompi/mpi/c/win_create.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_WIN, FUNC_NAME); comm 67 ompi/mpi/c/win_create.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_SIZE, FUNC_NAME); comm 69 ompi/mpi/c/win_create.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_DISP, FUNC_NAME); comm 74 ompi/mpi/c/win_create.c if (OMPI_COMM_IS_INTER(comm)) { comm 75 ompi/mpi/c/win_create.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COMM, FUNC_NAME); comm 81 ompi/mpi/c/win_create.c ret = ompi_win_create(base, (size_t)size, disp_unit, comm, comm 86 ompi/mpi/c/win_create.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_WIN, FUNC_NAME); comm 45 ompi/mpi/c/win_create_dynamic.c int MPI_Win_create_dynamic(MPI_Info info, MPI_Comm comm, MPI_Win *win) comm 50 ompi/mpi/c/win_create_dynamic.c memchecker_comm(comm); comm 56 ompi/mpi/c/win_create_dynamic.c if (ompi_comm_invalid (comm)) { comm 61 ompi/mpi/c/win_create_dynamic.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_INFO, comm 65 ompi/mpi/c/win_create_dynamic.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_WIN, FUNC_NAME); comm 70 ompi/mpi/c/win_create_dynamic.c if (OMPI_COMM_IS_INTER(comm)) { comm 71 ompi/mpi/c/win_create_dynamic.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COMM, FUNC_NAME); comm 77 ompi/mpi/c/win_create_dynamic.c ret = ompi_win_create_dynamic(&(info->super), comm, win); comm 81 ompi/mpi/c/win_create_dynamic.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_WIN, FUNC_NAME); comm 107 ompi/mpi/cxx/comm.h typedef int Delete_attr_function(Comm& comm, int comm_keyval, comm 439 ompi/mpi/cxx/comm.h static int NULL_DELETE_FN(Comm& comm, int comm_keyval, void* attribute_val, comm 32 ompi/mpi/cxx/cxx_glue.c ompi_cxx_communicator_type_t ompi_cxx_comm_get_type (MPI_Comm comm) comm 34 ompi/mpi/cxx/cxx_glue.c if (OMPI_COMM_IS_GRAPH(comm)) { comm 36 ompi/mpi/cxx/cxx_glue.c } else if (OMPI_COMM_IS_CART(comm)) { comm 38 ompi/mpi/cxx/cxx_glue.c } else if (OMPI_COMM_IS_INTRA(comm)) { comm 40 ompi/mpi/cxx/cxx_glue.c } else if (OMPI_COMM_IS_INTER(comm)) { comm 47 ompi/mpi/cxx/cxx_glue.c int ompi_cxx_errhandler_invoke_comm (MPI_Comm comm, int ret, const char *message) comm 49 ompi/mpi/cxx/cxx_glue.c return OMPI_ERRHANDLER_INVOKE (comm, ret, message); comm 51 ompi/mpi/cxx/cxx_glue.h ompi_cxx_communicator_type_t ompi_cxx_comm_get_type (MPI_Comm comm); comm 53 ompi/mpi/cxx/cxx_glue.h int ompi_cxx_errhandler_invoke_comm (MPI_Comm comm, int ret, const char *message); comm 145 ompi/mpi/cxx/datatype.h int outsize, int& position, const Comm &comm) const; comm 148 ompi/mpi/cxx/datatype.h int& position, const Comm& comm) const; comm 150 ompi/mpi/cxx/datatype.h virtual int Pack_size(int incount, const Comm& comm) const; comm 144 ompi/mpi/cxx/datatype_inln.h int& position, const MPI::Comm &comm) const comm 147 ompi/mpi/cxx/datatype_inln.h outsize, &position, comm); comm 153 ompi/mpi/cxx/datatype_inln.h const MPI::Comm& comm) const comm 156 ompi/mpi/cxx/datatype_inln.h outbuf, outcount, mpi_datatype, comm); comm 160 ompi/mpi/cxx/datatype_inln.h MPI::Datatype::Pack_size(int incount, const MPI::Comm& comm) const comm 163 ompi/mpi/cxx/datatype_inln.h (void)MPI_Pack_size(incount, mpi_datatype, comm, &size); comm 157 ompi/mpi/cxx/file.h static MPI::File Open(const MPI::Intracomm& comm, comm 188 ompi/mpi/cxx/file_inln.h MPI::File::Open(const MPI::Intracomm& comm, comm 193 ompi/mpi/cxx/file_inln.h (void) MPI_File_open(comm, const_cast<char *>(filename), amode, info, &fh); comm 256 ompi/mpi/cxx/intercepts.cc ompi_mpi_cxx_comm_copy_attr_intercept(MPI_Comm comm, int keyval, comm 270 ompi/mpi/cxx/intercepts.cc return kid->c_copy_fn(comm, keyval, kid->extra_state, attribute_val_in, comm 285 ompi/mpi/cxx/intercepts.cc ompi_cxx_comm_get_type (comm); comm 288 ompi/mpi/cxx/intercepts.cc graphcomm = MPI::Graphcomm(comm); comm 294 ompi/mpi/cxx/intercepts.cc cartcomm = MPI::Cartcomm(comm); comm 300 ompi/mpi/cxx/intercepts.cc intracomm = MPI::Intracomm(comm); comm 306 ompi/mpi/cxx/intercepts.cc intercomm = MPI::Intercomm(comm); comm 323 ompi/mpi/cxx/intercepts.cc ompi_mpi_cxx_comm_delete_attr_intercept(MPI_Comm comm, int keyval, comm 334 ompi/mpi/cxx/intercepts.cc return kid->c_delete_fn(comm, keyval, attribute_val, kid->extra_state); comm 346 ompi/mpi/cxx/intercepts.cc ompi_cxx_comm_get_type (comm); comm 349 ompi/mpi/cxx/intercepts.cc graphcomm = MPI::Graphcomm(comm); comm 354 ompi/mpi/cxx/intercepts.cc cartcomm = MPI::Cartcomm(comm); comm 359 ompi/mpi/cxx/intercepts.cc intracomm = MPI::Intracomm(comm); comm 364 ompi/mpi/cxx/intercepts.cc intercomm = MPI::Intercomm(comm); comm 113 ompi/mpi/cxx/mpicxx.h ompi_mpi_cxx_comm_delete_attr_intercept(MPI_Comm comm, int keyval, comm 114 ompi/mpi/cxx/win.h const MPI::Info& info, const MPI::Intracomm& comm); comm 74 ompi/mpi/cxx/win_inln.h const MPI::Intracomm& comm) comm 77 ompi/mpi/cxx/win_inln.h (void) MPI_Win_create(const_cast<void *>(base), size, disp_unit, info, comm, &newwin); comm 24 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h subroutine MPI_DUP_FN( comm, comm_keyval, extra_state, & comm 28 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h integer :: comm, comm_keyval, extra_state comm 33 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h subroutine MPI_NULL_COPY_FN( comm, comm_keyval, extra_state, & comm 37 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h integer :: comm comm 43 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h subroutine MPI_NULL_DELETE_FN( comm, comm_keyval, attribute_val_out, & comm 46 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h integer :: comm comm 63 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h subroutine MPI_COMM_NULL_COPY_FN( comm, comm_keyval, extra_state, & comm 68 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h integer :: comm comm 75 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h subroutine MPI_COMM_NULL_DELETE_FN(comm, comm_keyval, attribute_val_out, & comm 79 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h integer :: comm comm 113 ompi/mpi/fortran/base/attr_fn_f.c (MPI_Fint* comm, MPI_Fint* comm_keyval,MPI_Aint* attribute_val_out, MPI_Aint* extra_state, MPI_Fint* ierr ), comm 114 ompi/mpi/fortran/base/attr_fn_f.c (comm, comm_keyval, attribute_val_out, extra_state, ierr) ) comm 120 ompi/mpi/fortran/base/attr_fn_f.c (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Aint* extra_state, MPI_Aint* attribute_val_in, MPI_Aint* attribute_val_out, ompi_fortran_logical_t* flag, MPI_Fint* ierr), comm 121 ompi/mpi/fortran/base/attr_fn_f.c (comm, comm_keyval, extra_state, attribute_val_in, attribute_val_out, flag, ierr) ) comm 127 ompi/mpi/fortran/base/attr_fn_f.c (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Aint* extra_state, MPI_Aint* attribute_val_in, MPI_Aint* attribute_val_out, ompi_fortran_logical_t* flag, MPI_Fint* ierr), comm 128 ompi/mpi/fortran/base/attr_fn_f.c (comm, comm_keyval, extra_state, attribute_val_in, attribute_val_out, flag, ierr) ) comm 134 ompi/mpi/fortran/base/attr_fn_f.c (MPI_Fint* comm, MPI_Fint* comm_keyval,MPI_Fint* attribute_val_out, MPI_Fint* extra_state, MPI_Fint* ierr ), comm 135 ompi/mpi/fortran/base/attr_fn_f.c (comm, comm_keyval, attribute_val_out, extra_state, ierr) ) comm 141 ompi/mpi/fortran/base/attr_fn_f.c (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Fint* extra_state, MPI_Fint* attribute_val_in, MPI_Fint* attribute_val_out, ompi_fortran_logical_t* flag, MPI_Fint* ierr), comm 142 ompi/mpi/fortran/base/attr_fn_f.c (comm, comm_keyval, extra_state, attribute_val_in, attribute_val_out, flag, ierr) ) comm 148 ompi/mpi/fortran/base/attr_fn_f.c (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Fint* extra_state, MPI_Fint* attribute_val_in, MPI_Fint* attribute_val_out, ompi_fortran_logical_t* flag, MPI_Fint* ierr), comm 149 ompi/mpi/fortran/base/attr_fn_f.c (comm, comm_keyval, extra_state, attribute_val_in, attribute_val_out, flag, ierr) ) comm 225 ompi/mpi/fortran/base/attr_fn_f.c void ompi_comm_null_delete_fn_f(MPI_Fint* comm, MPI_Fint* comm_keyval, comm 232 ompi/mpi/fortran/base/attr_fn_f.c void ompi_comm_null_copy_fn_f(MPI_Fint* comm, MPI_Fint* comm_keyval, comm 242 ompi/mpi/fortran/base/attr_fn_f.c void ompi_comm_dup_fn_f(MPI_Fint* comm, MPI_Fint* comm_keyval, comm 253 ompi/mpi/fortran/base/attr_fn_f.c void ompi_null_delete_fn_f(MPI_Fint* comm, MPI_Fint* comm_keyval, comm 260 ompi/mpi/fortran/base/attr_fn_f.c void ompi_null_copy_fn_f(MPI_Fint* comm, MPI_Fint* comm_keyval, comm 271 ompi/mpi/fortran/base/attr_fn_f.c void ompi_dup_fn_f(MPI_Fint* comm, MPI_Fint* comm_keyval, comm 41 ompi/mpi/fortran/mpif-h/abort_f.c (MPI_Fint *comm, MPI_Fint *errorcode, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/abort_f.c (comm, errorcode, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/abort_f.c (MPI_Fint *comm, MPI_Fint *errorcode, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/abort_f.c (comm, errorcode, ierr) ) comm 70 ompi/mpi/fortran/mpif-h/abort_f.c void ompi_abort_f(MPI_Fint *comm, MPI_Fint *errorcode, MPI_Fint *ierr) comm 73 ompi/mpi/fortran/mpif-h/abort_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/allgather_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/allgather_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/allgather_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/allgather_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/allgather_f.c MPI_Fint *comm, MPI_Fint *ierr) comm 78 ompi/mpi/fortran/mpif-h/allgather_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/allgatherv_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/allgatherv_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/allgatherv_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/allgatherv_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/allgatherv_f.c MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) comm 80 ompi/mpi/fortran/mpif-h/allgatherv_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/allreduce_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/allreduce_f.c (sendbuf, recvbuf, count, datatype, op, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/allreduce_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/allreduce_f.c (sendbuf, recvbuf, count, datatype, op, comm, ierr) ) comm 71 ompi/mpi/fortran/mpif-h/allreduce_f.c MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, comm 79 ompi/mpi/fortran/mpif-h/allreduce_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/alltoall_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/alltoall_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/alltoall_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/alltoall_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/alltoall_f.c MPI_Fint *comm, MPI_Fint *ierr) comm 78 ompi/mpi/fortran/mpif-h/alltoall_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/alltoallv_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/alltoallv_f.c (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/alltoallv_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/alltoallv_f.c (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, ierr) ) comm 73 ompi/mpi/fortran/mpif-h/alltoallv_f.c MPI_Fint *comm, MPI_Fint *ierr) comm 83 ompi/mpi/fortran/mpif-h/alltoallv_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/alltoallw_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/alltoallw_f.c (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/alltoallw_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/alltoallw_f.c (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, ierr) ) comm 74 ompi/mpi/fortran/mpif-h/alltoallw_f.c MPI_Fint *comm, MPI_Fint *ierr) comm 84 ompi/mpi/fortran/mpif-h/alltoallw_f.c c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/attr_delete_f.c (MPI_Fint *comm, MPI_Fint *keyval, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/attr_delete_f.c (comm, keyval, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/attr_delete_f.c (MPI_Fint *comm, MPI_Fint *keyval, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/attr_delete_f.c (comm, keyval, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/attr_delete_f.c void ompi_attr_delete_f(MPI_Fint *comm, MPI_Fint *keyval, MPI_Fint *ierr) comm 73 ompi/mpi/fortran/mpif-h/attr_delete_f.c c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpi/fortran/mpif-h/attr_get_f.c (MPI_Fint *comm, MPI_Fint *keyval, MPI_Fint *attribute_val, ompi_fortran_logical_t *flag, MPI_Fint *ierr), comm 44 ompi/mpi/fortran/mpif-h/attr_get_f.c (comm, keyval, attribute_val, flag, ierr) ) comm 63 ompi/mpi/fortran/mpif-h/attr_get_f.c (MPI_Fint *comm, MPI_Fint *keyval, MPI_Fint *attribute_val, ompi_fortran_logical_t *flag, MPI_Fint *ierr), comm 64 ompi/mpi/fortran/mpif-h/attr_get_f.c (comm, keyval, attribute_val, flag, ierr) ) comm 70 ompi/mpi/fortran/mpif-h/attr_get_f.c void ompi_attr_get_f(MPI_Fint *comm, MPI_Fint *keyval, comm 74 ompi/mpi/fortran/mpif-h/attr_get_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpi/fortran/mpif-h/attr_put_f.c (MPI_Fint *comm, MPI_Fint *keyval, MPI_Fint *attribute_val, MPI_Fint *ierr), comm 44 ompi/mpi/fortran/mpif-h/attr_put_f.c (comm, keyval, attribute_val, ierr) ) comm 63 ompi/mpi/fortran/mpif-h/attr_put_f.c (MPI_Fint *comm, MPI_Fint *keyval, MPI_Fint *attribute_val, MPI_Fint *ierr), comm 64 ompi/mpi/fortran/mpif-h/attr_put_f.c (comm, keyval, attribute_val, ierr) ) comm 70 ompi/mpi/fortran/mpif-h/attr_put_f.c void ompi_attr_put_f(MPI_Fint *comm, MPI_Fint *keyval, MPI_Fint *attribute_val, comm 74 ompi/mpi/fortran/mpif-h/attr_put_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/barrier_f.c (MPI_Fint *comm, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/barrier_f.c (comm, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/barrier_f.c (MPI_Fint *comm, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/barrier_f.c (comm, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/barrier_f.c void ompi_barrier_f(MPI_Fint *comm, MPI_Fint *ierr) comm 74 ompi/mpi/fortran/mpif-h/barrier_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/bcast_f.c (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/bcast_f.c (buffer, count, datatype, root, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/bcast_f.c (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/bcast_f.c (buffer, count, datatype, root, comm, ierr) ) comm 71 ompi/mpi/fortran/mpif-h/bcast_f.c MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) comm 77 ompi/mpi/fortran/mpif-h/bcast_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/bsend_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/bsend_f.c (buf, count, datatype, dest, tag, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/bsend_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/bsend_f.c (buf, count, datatype, dest, tag, comm, ierr) ) comm 70 ompi/mpi/fortran/mpif-h/bsend_f.c void ompi_bsend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) comm 76 ompi/mpi/fortran/mpif-h/bsend_f.c c_comm = PMPI_Comm_f2c (*comm); comm 42 ompi/mpi/fortran/mpif-h/bsend_init_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/bsend_init_f.c (buf, count, datatype, dest, tag, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/bsend_init_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/bsend_init_f.c (buf, count, datatype, dest, tag, comm, request, ierr) ) comm 70 ompi/mpi/fortran/mpif-h/bsend_init_f.c void ompi_bsend_init_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) comm 77 ompi/mpi/fortran/mpif-h/bsend_init_f.c c_comm = PMPI_Comm_f2c (*comm); comm 41 ompi/mpi/fortran/mpif-h/cart_coords_f.c (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxdims, MPI_Fint *coords, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/cart_coords_f.c (comm, rank, maxdims, coords, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/cart_coords_f.c (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxdims, MPI_Fint *coords, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/cart_coords_f.c (comm, rank, maxdims, coords, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/cart_coords_f.c void ompi_cart_coords_f(MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxdims, comm 76 ompi/mpi/fortran/mpif-h/cart_coords_f.c c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/cart_get_f.c (MPI_Fint *comm, MPI_Fint *maxdims, MPI_Fint *dims, ompi_fortran_logical_t *periods, MPI_Fint *coords, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/cart_get_f.c (comm, maxdims, dims, periods, coords, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/cart_get_f.c (MPI_Fint *comm, MPI_Fint *maxdims, MPI_Fint *dims, ompi_fortran_logical_t *periods, MPI_Fint *coords, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/cart_get_f.c (comm, maxdims, dims, periods, coords, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/cart_get_f.c void ompi_cart_get_f(MPI_Fint *comm, MPI_Fint *maxdims, MPI_Fint *dims, comm 78 ompi/mpi/fortran/mpif-h/cart_get_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/cart_map_f.c (MPI_Fint *comm, MPI_Fint *ndims, MPI_Fint *dims, ompi_fortran_logical_t *periods, MPI_Fint *newrank, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/cart_map_f.c (comm, ndims, dims, periods, newrank, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/cart_map_f.c (MPI_Fint *comm, MPI_Fint *ndims, MPI_Fint *dims, ompi_fortran_logical_t *periods, MPI_Fint *newrank, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/cart_map_f.c (comm, ndims, dims, periods, newrank, ierr) ) comm 70 ompi/mpi/fortran/mpif-h/cart_map_f.c void ompi_cart_map_f(MPI_Fint *comm, MPI_Fint *ndims, MPI_Fint *dims, comm 79 ompi/mpi/fortran/mpif-h/cart_map_f.c c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/cart_rank_f.c (MPI_Fint *comm, MPI_Fint *coords, MPI_Fint *rank, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/cart_rank_f.c (comm, coords, rank, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/cart_rank_f.c (MPI_Fint *comm, MPI_Fint *coords, MPI_Fint *rank, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/cart_rank_f.c (comm, coords, rank, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/cart_rank_f.c void ompi_cart_rank_f(MPI_Fint *comm, MPI_Fint *coords, MPI_Fint *rank, comm 77 ompi/mpi/fortran/mpif-h/cart_rank_f.c c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/cart_shift_f.c (MPI_Fint *comm, MPI_Fint *direction, MPI_Fint *disp, MPI_Fint *rank_source, MPI_Fint *rank_dest, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/cart_shift_f.c (comm, direction, disp, rank_source, rank_dest, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/cart_shift_f.c (MPI_Fint *comm, MPI_Fint *direction, MPI_Fint *disp, MPI_Fint *rank_source, MPI_Fint *rank_dest, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/cart_shift_f.c (comm, direction, disp, rank_source, rank_dest, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/cart_shift_f.c void ompi_cart_shift_f(MPI_Fint *comm, MPI_Fint *direction, MPI_Fint *disp, comm 78 ompi/mpi/fortran/mpif-h/cart_shift_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/cart_sub_f.c (MPI_Fint *comm, ompi_fortran_logical_t *remain_dims, MPI_Fint *new_comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/cart_sub_f.c (comm, remain_dims, new_comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/cart_sub_f.c (MPI_Fint *comm, ompi_fortran_logical_t *remain_dims, MPI_Fint *new_comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/cart_sub_f.c (comm, remain_dims, new_comm, ierr) ) comm 70 ompi/mpi/fortran/mpif-h/cart_sub_f.c void ompi_cart_sub_f(MPI_Fint *comm, ompi_fortran_logical_t *remain_dims, comm 85 ompi/mpi/fortran/mpif-h/cart_sub_f.c c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/cartdim_get_f.c (MPI_Fint *comm, MPI_Fint *ndims, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/cartdim_get_f.c (comm, ndims, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/cartdim_get_f.c (MPI_Fint *comm, MPI_Fint *ndims, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/cartdim_get_f.c (comm, ndims, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/cartdim_get_f.c void ompi_cartdim_get_f(MPI_Fint *comm, MPI_Fint *ndims, MPI_Fint *ierr) comm 75 ompi/mpi/fortran/mpif-h/cartdim_get_f.c c_comm = PMPI_Comm_f2c(*comm); comm 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), comm 43 ompi/mpi/fortran/mpif-h/comm_accept_f.c (port_name, info, root, comm, newcomm, ierr, port_name_len) ) comm 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), comm 63 ompi/mpi/fortran/mpif-h/comm_accept_f.c (port_name, info, root, comm, newcomm, ierr, port_name_len) ) comm 71 ompi/mpi/fortran/mpif-h/comm_accept_f.c MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr, comm 79 ompi/mpi/fortran/mpif-h/comm_accept_f.c c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/comm_call_errhandler_f.c (MPI_Fint *comm, MPI_Fint *errorcode, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/comm_call_errhandler_f.c (comm, errorcode, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/comm_call_errhandler_f.c (MPI_Fint *comm, MPI_Fint *errorcode, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/comm_call_errhandler_f.c (comm, errorcode, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/comm_call_errhandler_f.c void ompi_comm_call_errhandler_f(MPI_Fint *comm, MPI_Fint *errorcode, comm 75 ompi/mpi/fortran/mpif-h/comm_call_errhandler_f.c c_comm = PMPI_Comm_f2c(*comm); comm 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), comm 43 ompi/mpi/fortran/mpif-h/comm_connect_f.c (port_name, info, root, comm, newcomm, ierr, port_name_len) ) comm 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), comm 63 ompi/mpi/fortran/mpif-h/comm_connect_f.c (port_name, info, root, comm, newcomm, ierr, port_name_len) ) comm 71 ompi/mpi/fortran/mpif-h/comm_connect_f.c MPI_Fint *root, MPI_Fint *comm, comm 80 ompi/mpi/fortran/mpif-h/comm_connect_f.c c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/comm_create_f.c (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *newcomm, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/comm_create_f.c (comm, group, newcomm, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/comm_create_f.c (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *newcomm, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/comm_create_f.c (comm, group, newcomm, ierr) ) comm 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) comm 72 ompi/mpi/fortran/mpif-h/comm_create_f.c MPI_Comm c_comm = PMPI_Comm_f2c (*comm); comm 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), comm 45 ompi/mpi/fortran/mpif-h/comm_create_group_f.c (comm, group, tag, newcomm, ierr) ) comm 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), comm 65 ompi/mpi/fortran/mpif-h/comm_create_group_f.c (comm, group, tag, newcomm, ierr) ) comm 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) comm 75 ompi/mpi/fortran/mpif-h/comm_create_group_f.c MPI_Comm c_comm = PMPI_Comm_f2c (*comm); comm 41 ompi/mpi/fortran/mpif-h/comm_delete_attr_f.c (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/comm_delete_attr_f.c (comm, comm_keyval, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/comm_delete_attr_f.c (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/comm_delete_attr_f.c (comm, comm_keyval, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/comm_delete_attr_f.c void ompi_comm_delete_attr_f(MPI_Fint *comm, MPI_Fint *comm_keyval, comm 75 ompi/mpi/fortran/mpif-h/comm_delete_attr_f.c c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/comm_disconnect_f.c (MPI_Fint *comm, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/comm_disconnect_f.c (comm, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/comm_disconnect_f.c (MPI_Fint *comm, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/comm_disconnect_f.c (comm, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/comm_disconnect_f.c void ompi_comm_disconnect_f(MPI_Fint *comm, MPI_Fint *ierr) comm 74 ompi/mpi/fortran/mpif-h/comm_disconnect_f.c c_comm = PMPI_Comm_f2c(*comm); comm 80 ompi/mpi/fortran/mpif-h/comm_disconnect_f.c *comm = PMPI_Comm_c2f(c_comm); comm 41 ompi/mpi/fortran/mpif-h/comm_dup_f.c (MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/comm_dup_f.c (comm, newcomm, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/comm_dup_f.c (MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/comm_dup_f.c (comm, newcomm, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/comm_dup_f.c void ompi_comm_dup_f(MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr) comm 73 ompi/mpi/fortran/mpif-h/comm_dup_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 44 ompi/mpi/fortran/mpif-h/comm_dup_with_info_f.c (MPI_Fint *comm, MPI_Fint *info, MPI_Fint *newcomm, MPI_Fint *ierr), comm 45 ompi/mpi/fortran/mpif-h/comm_dup_with_info_f.c (comm, info, newcomm, ierr) ) comm 64 ompi/mpi/fortran/mpif-h/comm_dup_with_info_f.c (MPI_Fint *comm, MPI_Fint *info, MPI_Fint *newcomm, MPI_Fint *ierr), comm 65 ompi/mpi/fortran/mpif-h/comm_dup_with_info_f.c (comm, info, newcomm, ierr) ) comm 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) comm 76 ompi/mpi/fortran/mpif-h/comm_dup_with_info_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/comm_free_f.c (MPI_Fint *comm, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/comm_free_f.c (comm, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/comm_free_f.c (MPI_Fint *comm, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/comm_free_f.c (comm, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/comm_free_f.c void ompi_comm_free_f(MPI_Fint *comm, MPI_Fint *ierr) comm 72 ompi/mpi/fortran/mpif-h/comm_free_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 78 ompi/mpi/fortran/mpif-h/comm_free_f.c *comm = PMPI_Comm_c2f(c_comm); comm 43 ompi/mpi/fortran/mpif-h/comm_get_attr_f.c (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Aint *attribute_val, ompi_fortran_logical_t *flag, MPI_Fint *ierr), comm 44 ompi/mpi/fortran/mpif-h/comm_get_attr_f.c (comm, comm_keyval, attribute_val, flag, ierr) ) comm 63 ompi/mpi/fortran/mpif-h/comm_get_attr_f.c (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Aint *attribute_val, ompi_fortran_logical_t *flag, MPI_Fint *ierr), comm 64 ompi/mpi/fortran/mpif-h/comm_get_attr_f.c (comm, comm_keyval, attribute_val, flag, ierr) ) comm 70 ompi/mpi/fortran/mpif-h/comm_get_attr_f.c void ompi_comm_get_attr_f(MPI_Fint *comm, MPI_Fint *comm_keyval, comm 75 ompi/mpi/fortran/mpif-h/comm_get_attr_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/comm_get_errhandler_f.c (MPI_Fint *comm, MPI_Fint *erhandler, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/comm_get_errhandler_f.c (comm, erhandler, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/comm_get_errhandler_f.c (MPI_Fint *comm, MPI_Fint *erhandler, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/comm_get_errhandler_f.c (comm, erhandler, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/comm_get_errhandler_f.c void ompi_comm_get_errhandler_f(MPI_Fint *comm, MPI_Fint *errhandler, comm 76 ompi/mpi/fortran/mpif-h/comm_get_errhandler_f.c c_comm = PMPI_Comm_f2c(*comm); comm 33 ompi/mpi/fortran/mpif-h/comm_get_info_f.c (MPI_Fint *comm, MPI_Fint *info_used, MPI_Fint *ierr), comm 34 ompi/mpi/fortran/mpif-h/comm_get_info_f.c (comm, info_used, ierr) ) comm 53 ompi/mpi/fortran/mpif-h/comm_get_info_f.c (MPI_Fint *comm, MPI_Fint *info_used, MPI_Fint *ierr), comm 54 ompi/mpi/fortran/mpif-h/comm_get_info_f.c (comm, info_used, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/comm_get_info_f.c void ompi_comm_get_info_f(MPI_Fint *comm, MPI_Fint *info_used, MPI_Fint *ierr) comm 64 ompi/mpi/fortran/mpif-h/comm_get_info_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 44 ompi/mpi/fortran/mpif-h/comm_get_name_f.c (MPI_Fint *comm, char *comm_name, MPI_Fint *resultlen, MPI_Fint *ierr, int name_len), comm 45 ompi/mpi/fortran/mpif-h/comm_get_name_f.c (comm, comm_name, resultlen, ierr, name_len) ) comm 64 ompi/mpi/fortran/mpif-h/comm_get_name_f.c (MPI_Fint *comm, char *comm_name, MPI_Fint *resultlen, MPI_Fint *ierr, int name_len), comm 65 ompi/mpi/fortran/mpif-h/comm_get_name_f.c (comm, comm_name, resultlen, ierr, name_len) ) comm 72 ompi/mpi/fortran/mpif-h/comm_get_name_f.c void ompi_comm_get_name_f(MPI_Fint *comm, char *comm_name, comm 77 ompi/mpi/fortran/mpif-h/comm_get_name_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/comm_group_f.c (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/comm_group_f.c (comm, group, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/comm_group_f.c (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/comm_group_f.c (comm, group, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/comm_group_f.c void ompi_comm_group_f(MPI_Fint *comm, MPI_Fint *group, MPI_Fint *ierr) comm 73 ompi/mpi/fortran/mpif-h/comm_group_f.c MPI_Comm c_comm = PMPI_Comm_f2c( *comm ); comm 44 ompi/mpi/fortran/mpif-h/comm_idup_f.c (MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *request, MPI_Fint *ierr), comm 45 ompi/mpi/fortran/mpif-h/comm_idup_f.c (comm, newcomm, request, ierr) ) comm 64 ompi/mpi/fortran/mpif-h/comm_idup_f.c (MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *request, MPI_Fint *ierr), comm 65 ompi/mpi/fortran/mpif-h/comm_idup_f.c (comm, newcomm, request, ierr) ) comm 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) comm 76 ompi/mpi/fortran/mpif-h/comm_idup_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/comm_rank_f.c (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/comm_rank_f.c (comm, rank, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/comm_rank_f.c (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/comm_rank_f.c (comm, rank, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/comm_rank_f.c void ompi_comm_rank_f(MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *ierr) comm 72 ompi/mpi/fortran/mpif-h/comm_rank_f.c MPI_Comm c_comm = PMPI_Comm_f2c( *comm ); comm 41 ompi/mpi/fortran/mpif-h/comm_remote_group_f.c (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/comm_remote_group_f.c (comm, group, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/comm_remote_group_f.c (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/comm_remote_group_f.c (comm, group, ierr) ) comm 68 ompi/mpi/fortran/mpif-h/comm_remote_group_f.c void ompi_comm_remote_group_f(MPI_Fint *comm, MPI_Fint *group, MPI_Fint *ierr) comm 72 ompi/mpi/fortran/mpif-h/comm_remote_group_f.c MPI_Comm c_comm = PMPI_Comm_f2c ( *comm ); comm 41 ompi/mpi/fortran/mpif-h/comm_remote_size_f.c (MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/comm_remote_size_f.c (comm, size, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/comm_remote_size_f.c (MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/comm_remote_size_f.c (comm, size, ierr) ) comm 68 ompi/mpi/fortran/mpif-h/comm_remote_size_f.c void ompi_comm_remote_size_f(MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr) comm 71 ompi/mpi/fortran/mpif-h/comm_remote_size_f.c MPI_Comm c_comm = PMPI_Comm_f2c ( *comm ); comm 43 ompi/mpi/fortran/mpif-h/comm_set_attr_f.c (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Aint *attribute_val, MPI_Fint *ierr), comm 44 ompi/mpi/fortran/mpif-h/comm_set_attr_f.c (comm, comm_keyval, attribute_val, ierr) ) comm 63 ompi/mpi/fortran/mpif-h/comm_set_attr_f.c (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Aint *attribute_val, MPI_Fint *ierr), comm 64 ompi/mpi/fortran/mpif-h/comm_set_attr_f.c (comm, comm_keyval, attribute_val, ierr) ) comm 70 ompi/mpi/fortran/mpif-h/comm_set_attr_f.c void ompi_comm_set_attr_f(MPI_Fint *comm, MPI_Fint *comm_keyval, comm 74 ompi/mpi/fortran/mpif-h/comm_set_attr_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/comm_set_errhandler_f.c (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/comm_set_errhandler_f.c (comm, errhandler, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/comm_set_errhandler_f.c (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/comm_set_errhandler_f.c (comm, errhandler, ierr) ) comm 70 ompi/mpi/fortran/mpif-h/comm_set_errhandler_f.c void ompi_comm_set_errhandler_f(MPI_Fint *comm, MPI_Fint *errhandler, comm 77 ompi/mpi/fortran/mpif-h/comm_set_errhandler_f.c c_comm = PMPI_Comm_f2c(*comm); comm 33 ompi/mpi/fortran/mpif-h/comm_set_info_f.c (MPI_Fint *comm, MPI_Fint *info, MPI_Fint *ierr), comm 34 ompi/mpi/fortran/mpif-h/comm_set_info_f.c (comm, info, ierr) ) comm 53 ompi/mpi/fortran/mpif-h/comm_set_info_f.c (MPI_Fint *comm, MPI_Fint *info, MPI_Fint *ierr), comm 54 ompi/mpi/fortran/mpif-h/comm_set_info_f.c (comm, info, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/comm_set_info_f.c void ompi_comm_set_info_f(MPI_Fint *comm, MPI_Fint *info, MPI_Fint *ierr) comm 64 ompi/mpi/fortran/mpif-h/comm_set_info_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 44 ompi/mpi/fortran/mpif-h/comm_set_name_f.c (MPI_Fint *comm, char *comm_name, MPI_Fint *ierr, int name_len), comm 45 ompi/mpi/fortran/mpif-h/comm_set_name_f.c (comm, comm_name, ierr, name_len) ) comm 64 ompi/mpi/fortran/mpif-h/comm_set_name_f.c (MPI_Fint *comm, char *comm_name, MPI_Fint *ierr, int name_len), comm 65 ompi/mpi/fortran/mpif-h/comm_set_name_f.c (comm, comm_name, ierr, name_len) ) comm 72 ompi/mpi/fortran/mpif-h/comm_set_name_f.c void ompi_comm_set_name_f(MPI_Fint *comm, char *comm_name, MPI_Fint *ierr, comm 77 ompi/mpi/fortran/mpif-h/comm_set_name_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/comm_size_f.c (MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/comm_size_f.c (comm, size, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/comm_size_f.c (MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/comm_size_f.c (comm, size, ierr) ) comm 71 ompi/mpi/fortran/mpif-h/comm_size_f.c void ompi_comm_size_f(MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr) comm 74 ompi/mpi/fortran/mpif-h/comm_size_f.c MPI_Comm c_comm = PMPI_Comm_f2c( *comm ); comm 44 ompi/mpi/fortran/mpif-h/comm_spawn_f.c (char *command, char *argv, MPI_Fint *maxprocs, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, int cmd_len, int string_len), comm 45 ompi/mpi/fortran/mpif-h/comm_spawn_f.c (command, argv, maxprocs, info, root, comm, intercomm, array_of_errcodes, ierr, cmd_len, string_len) ) comm 64 ompi/mpi/fortran/mpif-h/comm_spawn_f.c (char *command, char *argv, MPI_Fint *maxprocs, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, int cmd_len, int string_len), comm 65 ompi/mpi/fortran/mpif-h/comm_spawn_f.c (command, argv, maxprocs, info, root, comm, intercomm, array_of_errcodes, ierr, cmd_len, string_len) ) comm 73 ompi/mpi/fortran/mpif-h/comm_spawn_f.c MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, comm 85 ompi/mpi/fortran/mpif-h/comm_spawn_f.c c_comm = PMPI_Comm_f2c(*comm); comm 47 ompi/mpi/fortran/mpif-h/comm_spawn_multiple_f.c (MPI_Fint *count, char *array_of_commands, char *array_of_argv, MPI_Fint *array_of_maxprocs, MPI_Fint *array_of_info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, int cmd_string_len, int argv_string_len), comm 48 ompi/mpi/fortran/mpif-h/comm_spawn_multiple_f.c (count, array_of_commands, array_of_argv, array_of_maxprocs, array_of_info, root, comm, intercomm, array_of_errcodes, ierr, cmd_string_len, argv_string_len) ) comm 67 ompi/mpi/fortran/mpif-h/comm_spawn_multiple_f.c (MPI_Fint *count, char *array_of_commands, char *array_of_argv, MPI_Fint *array_of_maxprocs, MPI_Fint *array_of_info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, int cmd_string_len, int argv_string_len), comm 68 ompi/mpi/fortran/mpif-h/comm_spawn_multiple_f.c (count, array_of_commands, array_of_argv, array_of_maxprocs, array_of_info, root, comm, intercomm, array_of_errcodes, ierr, cmd_string_len, argv_string_len) ) comm 79 ompi/mpi/fortran/mpif-h/comm_spawn_multiple_f.c MPI_Fint *comm, MPI_Fint *intercomm, comm 92 ompi/mpi/fortran/mpif-h/comm_spawn_multiple_f.c c_comm = PMPI_Comm_f2c(*comm); comm 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), comm 42 ompi/mpi/fortran/mpif-h/comm_split_f.c (comm, color, key, newcomm, ierr) ) comm 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), comm 62 ompi/mpi/fortran/mpif-h/comm_split_f.c (comm, color, key, newcomm, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/comm_split_f.c void ompi_comm_split_f(MPI_Fint *comm, MPI_Fint *color, MPI_Fint *key, comm 74 ompi/mpi/fortran/mpif-h/comm_split_f.c MPI_Comm c_comm = PMPI_Comm_f2c ( *comm ); comm 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), comm 43 ompi/mpi/fortran/mpif-h/comm_split_type_f.c (comm, split_type, key, info, newcomm, ierr) ) comm 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), comm 63 ompi/mpi/fortran/mpif-h/comm_split_type_f.c (comm, split_type, key, info, newcomm, ierr) ) comm 70 ompi/mpi/fortran/mpif-h/comm_split_type_f.c void ompi_comm_split_type_f(MPI_Fint *comm, MPI_Fint *split_type, MPI_Fint *key, comm 75 ompi/mpi/fortran/mpif-h/comm_split_type_f.c MPI_Comm c_comm = PMPI_Comm_f2c ( *comm ); comm 41 ompi/mpi/fortran/mpif-h/comm_test_inter_f.c (MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/comm_test_inter_f.c (comm, flag, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/comm_test_inter_f.c (MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/comm_test_inter_f.c (comm, flag, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/comm_test_inter_f.c void ompi_comm_test_inter_f(MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *ierr) comm 72 ompi/mpi/fortran/mpif-h/comm_test_inter_f.c MPI_Comm c_comm = PMPI_Comm_f2c (*comm); comm 36 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_count_f.c (MPI_Fint *comm, MPI_Fint *inneighbors, MPI_Fint *outneighbors, ompi_fortran_logical_t *weighted, MPI_Fint *ierr), comm 37 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_count_f.c (comm, inneighbors, outneighbors, weighted, ierr) ) comm 56 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_count_f.c (MPI_Fint *comm, MPI_Fint *inneighbors, MPI_Fint *outneighbors, ompi_fortran_logical_t *weighted, MPI_Fint *ierr), comm 57 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_count_f.c (comm, inneighbors, outneighbors, weighted, ierr) ) comm 64 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_count_f.c void ompi_dist_graph_neighbors_count_f(MPI_Fint *comm, MPI_Fint *inneighbors, comm 73 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_count_f.c c_comm = PMPI_Comm_f2c(*comm); comm 36 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_f.c (MPI_Fint* comm, MPI_Fint* maxindegree, MPI_Fint* sources, MPI_Fint* sourceweights, MPI_Fint* maxoutdegree, MPI_Fint* destinations, MPI_Fint* destweights, MPI_Fint *ierr), comm 37 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_f.c (comm, maxindegree, sources, sourceweights, maxoutdegree, destinations, destweights, ierr) ) comm 56 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_f.c (MPI_Fint* comm, MPI_Fint* maxindegree, MPI_Fint* sources, MPI_Fint* sourceweights, MPI_Fint* maxoutdegree, MPI_Fint* destinations, MPI_Fint* destweights, MPI_Fint *ierr), comm 57 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_f.c (comm, maxindegree, sources, sourceweights, maxoutdegree, destinations, destweights, ierr) ) comm 66 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_f.c void ompi_dist_graph_neighbors_f(MPI_Fint* comm, MPI_Fint* maxindegree, comm 78 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_f.c c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/errhandler_get_f.c (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/errhandler_get_f.c (comm, errhandler, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/errhandler_get_f.c (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/errhandler_get_f.c (comm, errhandler, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/errhandler_get_f.c void ompi_errhandler_get_f(MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr) comm 75 ompi/mpi/fortran/mpif-h/errhandler_get_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/errhandler_set_f.c (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/errhandler_set_f.c (comm, errhandler, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/errhandler_set_f.c (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/errhandler_set_f.c (comm, errhandler, ierr) ) comm 70 ompi/mpi/fortran/mpif-h/errhandler_set_f.c void ompi_errhandler_set_f(MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr) comm 76 ompi/mpi/fortran/mpif-h/errhandler_set_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/exscan_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/exscan_f.c (sendbuf, recvbuf, count, datatype, op, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/exscan_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/exscan_f.c (sendbuf, recvbuf, count, datatype, op, comm, ierr) ) comm 71 ompi/mpi/fortran/mpif-h/exscan_f.c MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, comm 79 ompi/mpi/fortran/mpif-h/exscan_f.c c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpi/fortran/mpif-h/file_open_f.c (MPI_Fint *comm, char *filename, MPI_Fint *amode, MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr, int name_len), comm 44 ompi/mpi/fortran/mpif-h/file_open_f.c (comm, filename, amode, info, fh, ierr, name_len) ) comm 63 ompi/mpi/fortran/mpif-h/file_open_f.c (MPI_Fint *comm, char *filename, MPI_Fint *amode, MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr, int name_len), comm 64 ompi/mpi/fortran/mpif-h/file_open_f.c (comm, filename, amode, info, fh, ierr, name_len) ) comm 71 ompi/mpi/fortran/mpif-h/file_open_f.c void ompi_file_open_f(MPI_Fint *comm, char *filename, MPI_Fint *amode, comm 74 ompi/mpi/fortran/mpif-h/file_open_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/gather_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/gather_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/gather_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/gather_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/gather_f.c MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) comm 78 ompi/mpi/fortran/mpif-h/gather_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/gatherv_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/gatherv_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/gatherv_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/gatherv_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, comm, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/gatherv_f.c MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, comm 81 ompi/mpi/fortran/mpif-h/gatherv_f.c c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/graph_get_f.c (MPI_Fint *comm, MPI_Fint *maxindex, MPI_Fint *maxedges, MPI_Fint *indx, MPI_Fint *edges, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/graph_get_f.c (comm, maxindex, maxedges, indx, edges, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/graph_get_f.c (MPI_Fint *comm, MPI_Fint *maxindex, MPI_Fint *maxedges, MPI_Fint *indx, MPI_Fint *edges, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/graph_get_f.c (comm, maxindex, maxedges, indx, edges, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/graph_get_f.c void ompi_graph_get_f(MPI_Fint *comm, MPI_Fint *maxindex, comm 78 ompi/mpi/fortran/mpif-h/graph_get_f.c c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/graph_map_f.c (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *indx, MPI_Fint *edges, MPI_Fint *newrank, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/graph_map_f.c (comm, nnodes, indx, edges, newrank, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/graph_map_f.c (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *indx, MPI_Fint *edges, MPI_Fint *newrank, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/graph_map_f.c (comm, nnodes, indx, edges, newrank, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/graph_map_f.c void ompi_graph_map_f(MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *indx, comm 78 ompi/mpi/fortran/mpif-h/graph_map_f.c c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/graph_neighbors_count_f.c (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *nneighbors, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/graph_neighbors_count_f.c (comm, rank, nneighbors, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/graph_neighbors_count_f.c (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *nneighbors, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/graph_neighbors_count_f.c (comm, rank, nneighbors, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/graph_neighbors_count_f.c void ompi_graph_neighbors_count_f(MPI_Fint *comm, MPI_Fint *rank, comm 76 ompi/mpi/fortran/mpif-h/graph_neighbors_count_f.c c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpi/fortran/mpif-h/graph_neighbors_f.c (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxneighbors, MPI_Fint *neighbors, MPI_Fint *ierr), comm 44 ompi/mpi/fortran/mpif-h/graph_neighbors_f.c (comm, rank, maxneighbors, neighbors, ierr) ) comm 63 ompi/mpi/fortran/mpif-h/graph_neighbors_f.c (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxneighbors, MPI_Fint *neighbors, MPI_Fint *ierr), comm 64 ompi/mpi/fortran/mpif-h/graph_neighbors_f.c (comm, rank, maxneighbors, neighbors, ierr) ) comm 71 ompi/mpi/fortran/mpif-h/graph_neighbors_f.c void ompi_graph_neighbors_f(MPI_Fint *comm, MPI_Fint *rank, comm 79 ompi/mpi/fortran/mpif-h/graph_neighbors_f.c c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/graphdims_get_f.c (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *nedges, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/graphdims_get_f.c (comm, nnodes, nedges, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/graphdims_get_f.c (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *nedges, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/graphdims_get_f.c (comm, nnodes, nedges, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/graphdims_get_f.c void ompi_graphdims_get_f(MPI_Fint *comm, MPI_Fint *nnodes, comm 77 ompi/mpi/fortran/mpif-h/graphdims_get_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/iallgather_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/iallgather_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/iallgather_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/iallgather_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/iallgather_f.c MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) comm 79 ompi/mpi/fortran/mpif-h/iallgather_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/iallgatherv_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/iallgatherv_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/iallgatherv_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/iallgatherv_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, request, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/iallgatherv_f.c MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, comm 82 ompi/mpi/fortran/mpif-h/iallgatherv_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/iallreduce_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/iallreduce_f.c (sendbuf, recvbuf, count, datatype, op, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/iallreduce_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/iallreduce_f.c (sendbuf, recvbuf, count, datatype, op, comm, request, ierr) ) comm 71 ompi/mpi/fortran/mpif-h/iallreduce_f.c MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, comm 80 ompi/mpi/fortran/mpif-h/iallreduce_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/ialltoall_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/ialltoall_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/ialltoall_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/ialltoall_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/ialltoall_f.c MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) comm 79 ompi/mpi/fortran/mpif-h/ialltoall_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/ialltoallv_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/ialltoallv_f.c (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/ialltoallv_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/ialltoallv_f.c (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, request, ierr) ) comm 73 ompi/mpi/fortran/mpif-h/ialltoallv_f.c MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) comm 84 ompi/mpi/fortran/mpif-h/ialltoallv_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/ialltoallw_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/ialltoallw_f.c (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/ialltoallw_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/ialltoallw_f.c (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, request, ierr) ) comm 74 ompi/mpi/fortran/mpif-h/ialltoallw_f.c MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) comm 85 ompi/mpi/fortran/mpif-h/ialltoallw_f.c c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/ibarrier_f.c (MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/ibarrier_f.c (comm, request, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/ibarrier_f.c (MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/ibarrier_f.c (comm, request, ierr) ) comm 69 ompi/mpi/fortran/mpif-h/ibarrier_f.c void ompi_ibarrier_f(MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) comm 75 ompi/mpi/fortran/mpif-h/ibarrier_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/ibcast_f.c (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/ibcast_f.c (buffer, count, datatype, root, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/ibcast_f.c (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/ibcast_f.c (buffer, count, datatype, root, comm, request, ierr) ) comm 71 ompi/mpi/fortran/mpif-h/ibcast_f.c MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, comm 79 ompi/mpi/fortran/mpif-h/ibcast_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/ibsend_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/ibsend_f.c (buf, count, datatype, dest, tag, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/ibsend_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/ibsend_f.c (buf, count, datatype, dest, tag, comm, request, ierr) ) comm 71 ompi/mpi/fortran/mpif-h/ibsend_f.c MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, comm 79 ompi/mpi/fortran/mpif-h/ibsend_f.c c_comm = PMPI_Comm_f2c (*comm); comm 42 ompi/mpi/fortran/mpif-h/iexscan_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/iexscan_f.c (sendbuf, recvbuf, count, datatype, op, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/iexscan_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/iexscan_f.c (sendbuf, recvbuf, count, datatype, op, comm, request, ierr) ) comm 71 ompi/mpi/fortran/mpif-h/iexscan_f.c MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, comm 80 ompi/mpi/fortran/mpif-h/iexscan_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/igather_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/igather_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/igather_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/igather_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/igather_f.c MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, comm 80 ompi/mpi/fortran/mpif-h/igather_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/igatherv_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/igatherv_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/igatherv_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request,MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/igatherv_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, comm, request, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/igatherv_f.c MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, comm 82 ompi/mpi/fortran/mpif-h/igatherv_f.c c_comm = PMPI_Comm_f2c(*comm); comm 46 ompi/mpi/fortran/mpif-h/improbe_f.c (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag, comm 48 ompi/mpi/fortran/mpif-h/improbe_f.c (source, tag, comm, flag, message, status, ierr) ) comm 67 ompi/mpi/fortran/mpif-h/improbe_f.c (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag, comm 69 ompi/mpi/fortran/mpif-h/improbe_f.c (source, tag, comm, flag, message, status, ierr) ) comm 76 ompi/mpi/fortran/mpif-h/improbe_f.c void ompi_improbe_f(MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, comm 86 ompi/mpi/fortran/mpif-h/improbe_f.c c_comm = PMPI_Comm_f2c (*comm); comm 45 ompi/mpi/fortran/mpif-h/ineighbor_allgather_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 46 ompi/mpi/fortran/mpif-h/ineighbor_allgather_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) ) comm 65 ompi/mpi/fortran/mpif-h/ineighbor_allgather_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 66 ompi/mpi/fortran/mpif-h/ineighbor_allgather_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) ) comm 75 ompi/mpi/fortran/mpif-h/ineighbor_allgather_f.c MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) comm 82 ompi/mpi/fortran/mpif-h/ineighbor_allgather_f.c c_comm = PMPI_Comm_f2c(*comm); comm 45 ompi/mpi/fortran/mpif-h/ineighbor_allgatherv_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 46 ompi/mpi/fortran/mpif-h/ineighbor_allgatherv_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, request, ierr) ) comm 65 ompi/mpi/fortran/mpif-h/ineighbor_allgatherv_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 66 ompi/mpi/fortran/mpif-h/ineighbor_allgatherv_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, request, ierr) ) comm 75 ompi/mpi/fortran/mpif-h/ineighbor_allgatherv_f.c MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, comm 85 ompi/mpi/fortran/mpif-h/ineighbor_allgatherv_f.c c_comm = PMPI_Comm_f2c(*comm); comm 45 ompi/mpi/fortran/mpif-h/ineighbor_alltoall_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 46 ompi/mpi/fortran/mpif-h/ineighbor_alltoall_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) ) comm 65 ompi/mpi/fortran/mpif-h/ineighbor_alltoall_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 66 ompi/mpi/fortran/mpif-h/ineighbor_alltoall_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request, ierr) ) comm 75 ompi/mpi/fortran/mpif-h/ineighbor_alltoall_f.c MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) comm 82 ompi/mpi/fortran/mpif-h/ineighbor_alltoall_f.c c_comm = PMPI_Comm_f2c(*comm); comm 45 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 46 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, request, ierr) ) comm 65 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 66 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, request, ierr) ) comm 76 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) comm 87 ompi/mpi/fortran/mpif-h/ineighbor_alltoallv_f.c c_comm = PMPI_Comm_f2c(*comm); comm 45 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 46 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, request, ierr) ) comm 65 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 66 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, request, ierr) ) comm 77 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) comm 86 ompi/mpi/fortran/mpif-h/ineighbor_alltoallw_f.c c_comm = PMPI_Comm_f2c(*comm); comm 45 ompi/mpi/fortran/mpif-h/iprobe_f.c (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr), comm 46 ompi/mpi/fortran/mpif-h/iprobe_f.c (source, tag, comm, flag, status, ierr) ) comm 65 ompi/mpi/fortran/mpif-h/iprobe_f.c (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr), comm 66 ompi/mpi/fortran/mpif-h/iprobe_f.c (source, tag, comm, flag, status, ierr) ) comm 73 ompi/mpi/fortran/mpif-h/iprobe_f.c void ompi_iprobe_f(MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, comm 81 ompi/mpi/fortran/mpif-h/iprobe_f.c c_comm = PMPI_Comm_f2c (*comm); comm 42 ompi/mpi/fortran/mpif-h/irecv_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/irecv_f.c (buf, count, datatype, source, tag, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/irecv_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/irecv_f.c (buf, count, datatype, source, tag, comm, request, ierr) ) comm 71 ompi/mpi/fortran/mpif-h/irecv_f.c MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, comm 79 ompi/mpi/fortran/mpif-h/irecv_f.c c_comm = PMPI_Comm_f2c (*comm); comm 42 ompi/mpi/fortran/mpif-h/ireduce_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/ireduce_f.c (sendbuf, recvbuf, count, datatype, op, root, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/ireduce_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/ireduce_f.c (sendbuf, recvbuf, count, datatype, op, root, comm, request, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/ireduce_f.c MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, comm 83 ompi/mpi/fortran/mpif-h/ireduce_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/ireduce_scatter_block_f.c (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/ireduce_scatter_block_f.c (sendbuf, recvbuf, recvcounts, datatype, op, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/ireduce_scatter_block_f.c (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/ireduce_scatter_block_f.c (sendbuf, recvbuf, recvcounts, datatype, op, comm, request, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/ireduce_scatter_block_f.c MPI_Fint *op, MPI_Fint *comm, comm 82 ompi/mpi/fortran/mpif-h/ireduce_scatter_block_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/ireduce_scatter_f.c (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/ireduce_scatter_f.c (sendbuf, recvbuf, recvcounts, datatype, op, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/ireduce_scatter_f.c (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/ireduce_scatter_f.c (sendbuf, recvbuf, recvcounts, datatype, op, comm, request, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/ireduce_scatter_f.c MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, comm 83 ompi/mpi/fortran/mpif-h/ireduce_scatter_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/irsend_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/irsend_f.c (buf, count, datatype, dest, tag, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/irsend_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/irsend_f.c (buf, count, datatype, dest, tag, comm, request, ierr) ) comm 70 ompi/mpi/fortran/mpif-h/irsend_f.c void ompi_irsend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) comm 77 ompi/mpi/fortran/mpif-h/irsend_f.c c_comm = PMPI_Comm_f2c (*comm); comm 42 ompi/mpi/fortran/mpif-h/iscan_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/iscan_f.c (sendbuf, recvbuf, count, datatype, op, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/iscan_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/iscan_f.c (sendbuf, recvbuf, count, datatype, op, comm, request, ierr) ) comm 71 ompi/mpi/fortran/mpif-h/iscan_f.c MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, comm 82 ompi/mpi/fortran/mpif-h/iscan_f.c c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpi/fortran/mpif-h/iscatter_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 44 ompi/mpi/fortran/mpif-h/iscatter_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) ) comm 63 ompi/mpi/fortran/mpif-h/iscatter_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 64 ompi/mpi/fortran/mpif-h/iscatter_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) ) comm 74 ompi/mpi/fortran/mpif-h/iscatter_f.c MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, comm 80 ompi/mpi/fortran/mpif-h/iscatter_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpi/fortran/mpif-h/iscatterv_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 44 ompi/mpi/fortran/mpif-h/iscatterv_f.c (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) ) comm 63 ompi/mpi/fortran/mpif-h/iscatterv_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 64 ompi/mpi/fortran/mpif-h/iscatterv_f.c (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, request, ierr) ) comm 75 ompi/mpi/fortran/mpif-h/iscatterv_f.c MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) comm 84 ompi/mpi/fortran/mpif-h/iscatterv_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/isend_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/isend_f.c (buf, count, datatype, dest, tag, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/isend_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/isend_f.c (buf, count, datatype, dest, tag, comm, request, ierr) ) comm 70 ompi/mpi/fortran/mpif-h/isend_f.c void ompi_isend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) comm 77 ompi/mpi/fortran/mpif-h/isend_f.c c_comm = PMPI_Comm_f2c (*comm); comm 42 ompi/mpi/fortran/mpif-h/issend_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/issend_f.c (buf, count, datatype, dest, tag, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/issend_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/issend_f.c (buf, count, datatype, dest, tag, comm, request, ierr) ) comm 70 ompi/mpi/fortran/mpif-h/issend_f.c void ompi_issend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) comm 77 ompi/mpi/fortran/mpif-h/issend_f.c c_comm = PMPI_Comm_f2c (*comm); comm 47 ompi/mpi/fortran/mpif-h/mprobe_f.c (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *message, comm 49 ompi/mpi/fortran/mpif-h/mprobe_f.c (source, tag, comm, message, status, ierr) ) comm 68 ompi/mpi/fortran/mpif-h/mprobe_f.c (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *message, comm 70 ompi/mpi/fortran/mpif-h/mprobe_f.c (source, tag, comm, message, status, ierr) ) comm 77 ompi/mpi/fortran/mpif-h/mprobe_f.c void ompi_mprobe_f(MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, comm 85 ompi/mpi/fortran/mpif-h/mprobe_f.c c_comm = PMPI_Comm_f2c (*comm); comm 45 ompi/mpi/fortran/mpif-h/neighbor_allgather_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr), comm 46 ompi/mpi/fortran/mpif-h/neighbor_allgather_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) ) comm 65 ompi/mpi/fortran/mpif-h/neighbor_allgather_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr), comm 66 ompi/mpi/fortran/mpif-h/neighbor_allgather_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) ) comm 75 ompi/mpi/fortran/mpif-h/neighbor_allgather_f.c MPI_Fint *comm, MPI_Fint *ierr) comm 81 ompi/mpi/fortran/mpif-h/neighbor_allgather_f.c c_comm = PMPI_Comm_f2c(*comm); comm 45 ompi/mpi/fortran/mpif-h/neighbor_allgatherv_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr), comm 46 ompi/mpi/fortran/mpif-h/neighbor_allgatherv_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, ierr) ) comm 65 ompi/mpi/fortran/mpif-h/neighbor_allgatherv_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr), comm 66 ompi/mpi/fortran/mpif-h/neighbor_allgatherv_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, ierr) ) comm 75 ompi/mpi/fortran/mpif-h/neighbor_allgatherv_f.c MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) comm 83 ompi/mpi/fortran/mpif-h/neighbor_allgatherv_f.c c_comm = PMPI_Comm_f2c(*comm); comm 45 ompi/mpi/fortran/mpif-h/neighbor_alltoall_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr), comm 46 ompi/mpi/fortran/mpif-h/neighbor_alltoall_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) ) comm 65 ompi/mpi/fortran/mpif-h/neighbor_alltoall_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr), comm 66 ompi/mpi/fortran/mpif-h/neighbor_alltoall_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, ierr) ) comm 75 ompi/mpi/fortran/mpif-h/neighbor_alltoall_f.c MPI_Fint *comm, MPI_Fint *ierr) comm 81 ompi/mpi/fortran/mpif-h/neighbor_alltoall_f.c c_comm = PMPI_Comm_f2c(*comm); comm 45 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr), comm 46 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, ierr) ) comm 65 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr), comm 66 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, ierr) ) comm 76 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c MPI_Fint *comm, MPI_Fint *ierr) comm 86 ompi/mpi/fortran/mpif-h/neighbor_alltoallv_f.c c_comm = PMPI_Comm_f2c(*comm); comm 45 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr), comm 46 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, ierr) ) comm 65 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr), comm 66 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, ierr) ) comm 77 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c MPI_Fint *comm, MPI_Fint *ierr) comm 85 ompi/mpi/fortran/mpif-h/neighbor_alltoallw_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/pack_f.c (char *inbuf, MPI_Fint *incount, MPI_Fint *datatype, char *outbuf, MPI_Fint *outsize, MPI_Fint *position, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/pack_f.c (inbuf, incount, datatype, outbuf, outsize, position, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/pack_f.c (char *inbuf, MPI_Fint *incount, MPI_Fint *datatype, char *outbuf, MPI_Fint *outsize, MPI_Fint *position, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/pack_f.c (inbuf, incount, datatype, outbuf, outsize, position, comm, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/pack_f.c MPI_Fint *comm, MPI_Fint *ierr) comm 79 ompi/mpi/fortran/mpif-h/pack_f.c c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/pack_size_f.c (MPI_Fint *incount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/pack_size_f.c (incount, datatype, comm, size, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/pack_size_f.c (MPI_Fint *incount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/pack_size_f.c (incount, datatype, comm, size, ierr) ) comm 70 ompi/mpi/fortran/mpif-h/pack_size_f.c MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr) comm 77 ompi/mpi/fortran/mpif-h/pack_size_f.c c_comm = PMPI_Comm_f2c(*comm); comm 45 ompi/mpi/fortran/mpif-h/probe_f.c (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr), comm 46 ompi/mpi/fortran/mpif-h/probe_f.c (source, tag, comm, status, ierr) ) comm 65 ompi/mpi/fortran/mpif-h/probe_f.c (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr), comm 66 ompi/mpi/fortran/mpif-h/probe_f.c (source, tag, comm, status, ierr) ) comm 73 ompi/mpi/fortran/mpif-h/probe_f.c void ompi_probe_f(MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) comm 79 ompi/mpi/fortran/mpif-h/probe_f.c c_comm = PMPI_Comm_f2c (*comm); comm 84 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Abort, mpi_abort, MPI_ABORT, (MPI_Fint *comm, MPI_Fint *errorcode, MPI_Fint *ierr)); comm 92 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Allgather, mpi_allgather, MPI_ALLGATHER, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr)); comm 93 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Allgatherv, mpi_allgatherv, MPI_ALLGATHERV, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr)); comm 97 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Allreduce, mpi_allreduce, MPI_ALLREDUCE, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr)); comm 98 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Alltoall, mpi_alltoall, MPI_ALLTOALL, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr)); comm 99 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Alltoallv, mpi_alltoallv, MPI_ALLTOALLV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr)); comm 100 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Alltoallw, mpi_alltoallw, MPI_ALLTOALLW, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr)); comm 101 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Attr_delete, mpi_attr_delete, MPI_ATTR_DELETE, (MPI_Fint *comm, MPI_Fint *keyval, MPI_Fint *ierr)); comm 102 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Attr_get, mpi_attr_get, MPI_ATTR_GET, (MPI_Fint *comm, MPI_Fint *keyval, MPI_Fint *attribute_val, ompi_fortran_logical_t *flag, MPI_Fint *ierr)); comm 103 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Attr_put, mpi_attr_put, MPI_ATTR_PUT, (MPI_Fint *comm, MPI_Fint *keyval, MPI_Fint *attribute_val, MPI_Fint *ierr)); comm 104 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Barrier, mpi_barrier, MPI_BARRIER, (MPI_Fint *comm, MPI_Fint *ierr)); comm 105 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Bcast, mpi_bcast, MPI_BCAST, (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr)); comm 106 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Bsend, mpi_bsend, MPI_BSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr)); comm 107 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Bsend_init, mpi_bsend_init, MPI_BSEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 111 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Cart_coords, mpi_cart_coords, MPI_CART_COORDS, (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxdims, MPI_Fint *coords, MPI_Fint *ierr)); comm 113 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Cart_get, mpi_cart_get, MPI_CART_GET, (MPI_Fint *comm, MPI_Fint *maxdims, MPI_Fint *dims, ompi_fortran_logical_t *periods, MPI_Fint *coords, MPI_Fint *ierr)); comm 114 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Cart_map, mpi_cart_map, MPI_CART_MAP, (MPI_Fint *comm, MPI_Fint *ndims, MPI_Fint *dims, ompi_fortran_logical_t *periods, MPI_Fint *newrank, MPI_Fint *ierr)); comm 115 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Cart_rank, mpi_cart_rank, MPI_CART_RANK, (MPI_Fint *comm, MPI_Fint *coords, MPI_Fint *rank, MPI_Fint *ierr)); comm 116 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Cart_shift, mpi_cart_shift, MPI_CART_SHIFT, (MPI_Fint *comm, MPI_Fint *direction, MPI_Fint *disp, MPI_Fint *rank_source, MPI_Fint *rank_dest, MPI_Fint *ierr)); comm 117 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Cart_sub, mpi_cart_sub, MPI_CART_SUB, (MPI_Fint *comm, ompi_fortran_logical_t *remain_dims, MPI_Fint *new_comm, MPI_Fint *ierr)); comm 118 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Cartdim_get, mpi_cartdim_get, MPI_CARTDIM_GET, (MPI_Fint *comm, MPI_Fint *ndims, MPI_Fint *ierr)); comm 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)); comm 121 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_call_errhandler, mpi_comm_call_errhandler, MPI_COMM_CALL_ERRHANDLER, (MPI_Fint *comm, MPI_Fint *errorcode, MPI_Fint *ierr)); comm 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)); comm 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)); comm 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)); comm 128 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_delete_attr, mpi_comm_delete_attr, MPI_COMM_DELETE_ATTR, (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *ierr)); comm 129 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_disconnect, mpi_comm_disconnect, MPI_COMM_DISCONNECT, (MPI_Fint *comm, MPI_Fint *ierr)); comm 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)); comm 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)); comm 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)); comm 134 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_free, mpi_comm_free, MPI_COMM_FREE, (MPI_Fint *comm, MPI_Fint *ierr)); comm 135 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_get_attr, mpi_comm_get_attr, MPI_COMM_GET_ATTR, (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Aint *attribute_val, ompi_fortran_logical_t *flag, MPI_Fint *ierr)); comm 136 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_get_info, mpi_comm_get_info, MPI_COMM_GET_INFO, (MPI_Fint *comm, MPI_Fint *info_user, MPI_Fint *ierr)); comm 137 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_get_errhandler, mpi_comm_get_errhandler, MPI_COMM_GET_ERRHANDLER, (MPI_Fint *comm, MPI_Fint *erhandler, MPI_Fint *ierr)); comm 138 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_get_name, mpi_comm_get_name, MPI_COMM_GET_NAME, (MPI_Fint *comm, char *comm_name, MPI_Fint *resultlen, MPI_Fint *ierr, int name_len)); comm 140 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_group, mpi_comm_group, MPI_COMM_GROUP, (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *ierr)); comm 142 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_rank, mpi_comm_rank, MPI_COMM_RANK, (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *ierr)); comm 143 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_remote_group, mpi_comm_remote_group, MPI_COMM_REMOTE_GROUP, (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *ierr)); comm 144 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_remote_size, mpi_comm_remote_size, MPI_COMM_REMOTE_SIZE, (MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr)); comm 145 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_set_attr, mpi_comm_set_attr, MPI_COMM_SET_ATTR, (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Aint *attribute_val, MPI_Fint *ierr)); comm 146 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_set_info, mpi_comm_set_info, MPI_COMM_SET_INFO, (MPI_Fint *comm, MPI_Fint *info, MPI_Fint *ierr)); comm 147 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_set_errhandler, mpi_comm_set_errhandler, MPI_COMM_SET_ERRHANDLER, (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr)); comm 148 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_set_name, mpi_comm_set_name, MPI_COMM_SET_NAME, (MPI_Fint *comm, char *comm_name, MPI_Fint *ierr, int name_len)); comm 149 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_size, mpi_comm_size, MPI_COMM_SIZE, (MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr)); comm 150 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_spawn, mpi_comm_spawn, MPI_COMM_SPAWN, (char *command, char *argv, MPI_Fint *maxprocs, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, int command_len, int argv_len)); comm 151 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_spawn_multiple, mpi_comm_spawn_multiple, MPI_COMM_SPAWN_MULTIPLE, (MPI_Fint *count, char *array_of_commands, char *array_of_argv, MPI_Fint *array_of_maxprocs, MPI_Fint *array_of_info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, int cmd_len, int argv_len)); comm 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)); comm 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)); comm 154 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_test_inter, mpi_comm_test_inter, MPI_COMM_TEST_INTER, (MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *ierr)); comm 159 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Dist_graph_neighbors, mpi_dist_graph_neighbors, MPI_DIST_GRAPH_NEIGHBORS, (MPI_Fint* comm, MPI_Fint* maxindegree, MPI_Fint* sources, MPI_Fint* sourceweights, MPI_Fint* maxoutdegree, MPI_Fint* destinations, MPI_Fint* destweights, MPI_Fint *ierr)); comm 160 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Dist_graph_neighbors_count, mpi_dist_graph_neighbors_count, MPI_DIST_GRAPH_NEIGHBORS_COUNT, (MPI_Fint *comm, MPI_Fint *inneighbors, MPI_Fint *outneighbors, ompi_fortran_logical_t *weighted, MPI_Fint *ierr)); comm 163 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Errhandler_get, mpi_errhandler_get, MPI_ERRHANDLER_GET, (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr)); comm 164 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Errhandler_set, mpi_errhandler_set, MPI_ERRHANDLER_SET, (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr)); comm 167 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Exscan, mpi_exscan, MPI_EXSCAN, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr)); comm 174 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_open, mpi_file_open, MPI_FILE_OPEN, (MPI_Fint *comm, char *filename, MPI_Fint *amode, MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr, int name_len)); comm 232 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Gather, mpi_gather, MPI_GATHER, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr)); comm 233 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Gatherv, mpi_gatherv, MPI_GATHERV, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr)); comm 244 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Graph_get, mpi_graph_get, MPI_GRAPH_GET, (MPI_Fint *comm, MPI_Fint *maxindex, MPI_Fint *maxedges, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *ierr)); comm 245 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Graph_map, mpi_graph_map, MPI_GRAPH_MAP, (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *newrank, MPI_Fint *ierr)); comm 246 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Graph_neighbors_count, mpi_graph_neighbors_count, MPI_GRAPH_NEIGHBORS_COUNT, (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *nneighbors, MPI_Fint *ierr)); comm 247 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Graph_neighbors, mpi_graph_neighbors, MPI_GRAPH_NEIGHBORS, (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxneighbors, MPI_Fint *neighbors, MPI_Fint *ierr)); comm 248 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Graphdims_get, mpi_graphdims_get, MPI_GRAPHDIMS_GET, (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *nedges, MPI_Fint *ierr)); comm 263 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iallgather, mpi_iallgather, MPI_IALLGATHER, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 264 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iallgatherv, mpi_iallgatherv, MPI_IALLGATHERV, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 265 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iallreduce, mpi_iallreduce, MPI_IALLREDUCE, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 266 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ialltoall, mpi_ialltoall, MPI_IALLTOALL, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 267 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ialltoallv, mpi_ialltoallv, MPI_IALLTOALLV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 268 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ialltoallw, mpi_ialltoallw, MPI_IALLTOALLW, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 269 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ibarrier, mpi_ibarrier, MPI_IBARRIER, (MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 270 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ibcast, mpi_ibcast, MPI_IBCAST, (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 271 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ibsend, mpi_ibsend, MPI_IBSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 272 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iexscan, mpi_iexscan, MPI_IEXSCAN, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 273 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Igather, mpi_igather, MPI_IGATHER, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 274 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Igatherv, mpi_igatherv, MPI_IGATHERV, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 275 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Improbe, mpi_improbe, MPI_IMPROBE, (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *message, MPI_Fint *status, MPI_Fint *ierr)); comm 277 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ineighbor_allgather, mpi_ineighbor_allgather, MPI_INEIGHBOR_ALLGATHER, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 278 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ineighbor_allgatherv, mpi_ineighbor_allgatherv, MPI_INEIGHBOR_ALLGATHERV, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 279 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ineighbor_alltoall, mpi_ineighbor_alltoall, MPI_INEIGHBOR_ALLTOALL, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 280 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ineighbor_alltoallv, mpi_ineighbor_alltoallv, MPI_INEIGHBOR_ALLTOALLV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 281 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ineighbor_alltoallw, mpi_ineighbor_alltoallw, MPI_INEIGHBOR_ALLTOALLW, (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 282 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ireduce, mpi_ireduce, MPI_IREDUCE, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 283 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ireduce_scatter, mpi_ireduce_scatter, MPI_IREDUCE_SCATTER, (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 284 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ireduce_scatter_block, mpi_ireduce_scatter_block, MPI_IREDUCE_SCATTER_BLOCK, (char *sendbuf, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 285 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iscan, mpi_iscan, MPI_ISCAN, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 286 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iscatter, mpi_iscatter, MPI_ISCATTER, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 287 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iscatterv, mpi_iscatterv, MPI_ISCATTERV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 302 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iprobe, mpi_iprobe, MPI_IPROBE, (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr)); comm 303 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Irecv, mpi_irecv, MPI_IRECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 304 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Irsend, mpi_irsend, MPI_IRSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 305 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Isend, mpi_isend, MPI_ISEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 306 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Issend, mpi_issend, MPI_ISSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 311 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Mprobe, mpi_mprobe, MPI_MPROBE, (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *message, MPI_Fint *status, MPI_Fint *ierr)); comm 313 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Neighbor_allgather, mpi_neighbor_allgather, MPI_NEIGHBOR_ALLGATHER, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr)); comm 314 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Neighbor_allgatherv, mpi_neighbor_allgatherv, MPI_NEIGHBOR_ALLGATHERV, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr)); comm 315 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Neighbor_alltoall, mpi_neighbor_alltoall, MPI_NEIGHBOR_ALLTOALL, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr)); comm 316 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Neighbor_alltoallv, mpi_neighbor_alltoallv, MPI_NEIGHBOR_ALLTOALLV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr)); comm 317 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Neighbor_alltoallw, mpi_neighbor_alltoallw, MPI_NEIGHBOR_ALLTOALLW, (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr)); comm 324 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Pack, mpi_pack, MPI_PACK, (char *inbuf, MPI_Fint *incount, MPI_Fint *datatype, char *outbuf, MPI_Fint *outsize, MPI_Fint *position, MPI_Fint *comm, MPI_Fint *ierr)); comm 325 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Pack_size, mpi_pack_size, MPI_PACK_SIZE, (MPI_Fint *incount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr)); comm 327 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Probe, mpi_probe, MPI_PROBE, (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr)); comm 332 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Recv_init, mpi_recv_init, MPI_RECV_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 333 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Recv, mpi_recv, MPI_RECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr)); comm 334 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Reduce, mpi_reduce, MPI_REDUCE, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr)); comm 336 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Reduce_scatter, mpi_reduce_scatter, MPI_REDUCE_SCATTER, (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr)); comm 337 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Reduce_scatter_block, mpi_reduce_scatter_block, MPI_REDUCE_SCATTER_BLOCK, (char *sendbuf, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr)); comm 344 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Rsend, mpi_rsend, MPI_RSEND, (char *ibuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr)); comm 345 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Rsend_init, mpi_rsend_init, MPI_RSEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 346 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Scan, mpi_scan, MPI_SCAN, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr)); comm 347 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Scatter, mpi_scatter, MPI_SCATTER, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr)); comm 348 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Scatterv, mpi_scatterv, MPI_SCATTERV, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr)); comm 349 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Send_init, mpi_send_init, MPI_SEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 350 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Send, mpi_send, MPI_SEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr)); comm 351 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Sendrecv, mpi_sendrecv, MPI_SENDRECV, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *dest, MPI_Fint *sendtag, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr)); comm 352 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Sendrecv_replace, mpi_sendrecv_replace, MPI_SENDRECV_REPLACE, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr)); comm 353 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ssend_init, mpi_ssend_init, MPI_SSEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)); comm 354 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ssend, mpi_ssend, MPI_SSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr)); comm 365 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Topo_test, mpi_topo_test, MPI_TOPO_TEST, (MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr)); comm 405 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Unpack, mpi_unpack, MPI_UNPACK, (char *inbuf, MPI_Fint *insize, MPI_Fint *position, char *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *ierr)); comm 412 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Win_allocate, mpi_win_allocate, MPI_WIN_ALLOCATE, (MPI_Aint *size, MPI_Fint *disp_unit, MPI_Fint *info, MPI_Fint *comm, char *baseptr, MPI_Fint *win, MPI_Fint *ierr)); comm 413 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Win_allocate_cptr, mpi_win_allocate_cptr, MPI_WIN_ALLOCATE_CPTR, (MPI_Aint *size, MPI_Fint *disp_unit, MPI_Fint *info, MPI_Fint *comm, char *baseptr, MPI_Fint *win, MPI_Fint *ierr)); comm 414 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Win_allocate_shared, mpi_win_allocate_shared, MPI_WIN_ALLOCATE_SHARED, (MPI_Aint *size, MPI_Fint *disp_unit, MPI_Fint *info, MPI_Fint *comm, char *baseptr, MPI_Fint *win, MPI_Fint *ierr)); comm 415 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Win_allocate_shared_cptr, mpi_win_allocate_shared_cptr, MPI_WIN_ALLOCATE_SHARED_CPTR, (MPI_Aint *size, MPI_Fint *disp_unit, MPI_Fint *info, MPI_Fint *comm, char *baseptr, MPI_Fint *win, MPI_Fint *ierr)); comm 419 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Win_create, mpi_win_create, MPI_WIN_CREATE, (char *base, MPI_Aint *size, MPI_Fint *disp_unit, MPI_Fint *info, MPI_Fint *comm, MPI_Fint *win, MPI_Fint *ierr)); comm 420 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Win_create_dynamic, mpi_win_create_dynamic, MPI_WIN_CREATE_DYNAMIC, (MPI_Fint *info, MPI_Fint *comm, MPI_Fint *win, MPI_Fint *ierr)); comm 461 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Null_delete_fn, mpi_null_delete_fn, MPI_NULL_DELETE_FN, (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Fint* attribute_val_out, MPI_Fint* extra_state, MPI_Fint* ierr)); comm 462 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Null_copy_fn, mpi_null_copy_fn, MPI_NULL_COPY_FN, (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Fint* extra_state, MPI_Fint* attribute_val_in, MPI_Fint* attribute_val_out, ompi_fortran_logical_t * flag, MPI_Fint* ierr)); comm 463 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Dup_fn, mpi_dup_fn, MPI_DUP_FN, (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Fint* extra_state, MPI_Fint* attribute_val_in, MPI_Fint* attribute_val_out, ompi_fortran_logical_t * flag, MPI_Fint* ierr)); comm 464 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_null_delete_fn, mpi_comm_null_delete_fn, MPI_COMM_NULL_DELETE_FN, (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Aint* attribute_val_out, MPI_Aint* extra_state, MPI_Fint* ierr)); comm 465 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_null_copy_fn, mpi_comm_null_copy_fn, MPI_COMM_NULL_COPY_FN, (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Aint* extra_state, MPI_Aint* attribute_val_in, MPI_Aint* attribute_val_out, ompi_fortran_logical_t * flag, MPI_Fint* ierr)); comm 466 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_dup_fn, mpi_comm_dup_fn, MPI_COMM_DUP_FN, (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Aint* extra_state, MPI_Aint* attribute_val_in, MPI_Aint* attribute_val_out, ompi_fortran_logical_t * flag, MPI_Fint* ierr)); comm 45 ompi/mpi/fortran/mpif-h/recv_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr), comm 46 ompi/mpi/fortran/mpif-h/recv_f.c (buf, count, datatype, source, tag, comm, status, ierr) ) comm 65 ompi/mpi/fortran/mpif-h/recv_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr), comm 66 ompi/mpi/fortran/mpif-h/recv_f.c (buf, count, datatype, source, tag, comm, status, ierr) ) comm 74 ompi/mpi/fortran/mpif-h/recv_f.c MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, comm 78 ompi/mpi/fortran/mpif-h/recv_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/recv_init_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/recv_init_f.c (buf, count, datatype, source, tag, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/recv_init_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/recv_init_f.c (buf, count, datatype, source, tag, comm, request, ierr) ) comm 71 ompi/mpi/fortran/mpif-h/recv_init_f.c MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, comm 79 ompi/mpi/fortran/mpif-h/recv_init_f.c c_comm = PMPI_Comm_f2c (*comm); comm 42 ompi/mpi/fortran/mpif-h/reduce_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/reduce_f.c (sendbuf, recvbuf, count, datatype, op, root, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/reduce_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/reduce_f.c (sendbuf, recvbuf, count, datatype, op, root, comm, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/reduce_f.c MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) comm 81 ompi/mpi/fortran/mpif-h/reduce_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/reduce_scatter_block_f.c (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/reduce_scatter_block_f.c (sendbuf, recvbuf, recvcounts, datatype, op, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/reduce_scatter_block_f.c (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/reduce_scatter_block_f.c (sendbuf, recvbuf, recvcounts, datatype, op, comm, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/reduce_scatter_block_f.c MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) comm 80 ompi/mpi/fortran/mpif-h/reduce_scatter_block_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/reduce_scatter_f.c (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/reduce_scatter_f.c (sendbuf, recvbuf, recvcounts, datatype, op, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/reduce_scatter_f.c (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/reduce_scatter_f.c (sendbuf, recvbuf, recvcounts, datatype, op, comm, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/reduce_scatter_f.c MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) comm 81 ompi/mpi/fortran/mpif-h/reduce_scatter_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/rsend_f.c (char *ibuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/rsend_f.c (ibuf, count, datatype, dest, tag, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/rsend_f.c (char *ibuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/rsend_f.c (ibuf, count, datatype, dest, tag, comm, ierr) ) comm 71 ompi/mpi/fortran/mpif-h/rsend_f.c MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) comm 77 ompi/mpi/fortran/mpif-h/rsend_f.c c_comm = PMPI_Comm_f2c (*comm); comm 42 ompi/mpi/fortran/mpif-h/rsend_init_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/rsend_init_f.c (buf, count, datatype, dest, tag, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/rsend_init_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/rsend_init_f.c (buf, count, datatype, dest, tag, comm, request, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/rsend_init_f.c MPI_Fint *tag, MPI_Fint *comm, comm 80 ompi/mpi/fortran/mpif-h/rsend_init_f.c c_comm = PMPI_Comm_f2c (*comm); comm 42 ompi/mpi/fortran/mpif-h/scan_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/scan_f.c (sendbuf, recvbuf, count, datatype, op, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/scan_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/scan_f.c (sendbuf, recvbuf, count, datatype, op, comm, ierr) ) comm 71 ompi/mpi/fortran/mpif-h/scan_f.c MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, comm 81 ompi/mpi/fortran/mpif-h/scan_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/scatter_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/scatter_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/scatter_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/scatter_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) ) comm 73 ompi/mpi/fortran/mpif-h/scatter_f.c MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) comm 77 ompi/mpi/fortran/mpif-h/scatter_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/scatterv_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/scatterv_f.c (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/scatterv_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/scatterv_f.c (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, ierr) ) comm 74 ompi/mpi/fortran/mpif-h/scatterv_f.c MPI_Fint *comm, MPI_Fint *ierr) comm 82 ompi/mpi/fortran/mpif-h/scatterv_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/send_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/send_f.c (buf, count, datatype, dest, tag, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/send_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/send_f.c (buf, count, datatype, dest, tag, comm, ierr) ) comm 71 ompi/mpi/fortran/mpif-h/send_f.c MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) comm 75 ompi/mpi/fortran/mpif-h/send_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/send_init_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/send_init_f.c (buf, count, datatype, dest, tag, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/send_init_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/send_init_f.c (buf, count, datatype, dest, tag, comm, request, ierr) ) comm 71 ompi/mpi/fortran/mpif-h/send_init_f.c MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, comm 79 ompi/mpi/fortran/mpif-h/send_init_f.c c_comm = PMPI_Comm_f2c (*comm); comm 42 ompi/mpi/fortran/mpif-h/sendrecv_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *dest, MPI_Fint *sendtag, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/sendrecv_f.c (sendbuf, sendcount, sendtype, dest, sendtag, recvbuf, recvcount, recvtype, source, recvtag, comm, status, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/sendrecv_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *dest, MPI_Fint *sendtag, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/sendrecv_f.c (sendbuf, sendcount, sendtype, dest, sendtag, recvbuf, recvcount, recvtype, source, recvtag, comm, status, ierr) ) comm 73 ompi/mpi/fortran/mpif-h/sendrecv_f.c MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, comm 82 ompi/mpi/fortran/mpif-h/sendrecv_f.c c_comm = PMPI_Comm_f2c (*comm); comm 42 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c (buf, count, datatype, dest, sendtag, source, recvtag, comm, status, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c (buf, count, datatype, dest, sendtag, source, recvtag, comm, status, ierr) ) comm 73 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) comm 80 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c c_comm = PMPI_Comm_f2c (*comm); comm 42 ompi/mpi/fortran/mpif-h/ssend_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/ssend_f.c (buf, count, datatype, dest, tag, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/ssend_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/ssend_f.c (buf, count, datatype, dest, tag, comm, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/ssend_f.c MPI_Fint *comm, MPI_Fint *ierr) comm 78 ompi/mpi/fortran/mpif-h/ssend_f.c c_comm = PMPI_Comm_f2c (*comm); comm 42 ompi/mpi/fortran/mpif-h/ssend_init_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/ssend_init_f.c (buf, count, datatype, dest, tag, comm, request, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/ssend_init_f.c (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/ssend_init_f.c (buf, count, datatype, dest, tag, comm, request, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/ssend_init_f.c MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) comm 79 ompi/mpi/fortran/mpif-h/ssend_init_f.c c_comm = PMPI_Comm_f2c (*comm); comm 42 ompi/mpi/fortran/mpif-h/topo_test_f.c (MPI_Fint *comm, MPI_Fint *topo_type, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/topo_test_f.c (comm, topo_type, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/topo_test_f.c (MPI_Fint *comm, MPI_Fint *topo_type, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/topo_test_f.c (comm, topo_type, ierr) ) comm 70 ompi/mpi/fortran/mpif-h/topo_test_f.c void ompi_topo_test_f(MPI_Fint *comm, MPI_Fint *topo_type, MPI_Fint *ierr) comm 76 ompi/mpi/fortran/mpif-h/topo_test_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpi/fortran/mpif-h/unpack_f.c (char *inbuf, MPI_Fint *insize, MPI_Fint *position, char *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *ierr), comm 43 ompi/mpi/fortran/mpif-h/unpack_f.c (inbuf, insize, position, outbuf, outcount, datatype, comm, ierr) ) comm 62 ompi/mpi/fortran/mpif-h/unpack_f.c (char *inbuf, MPI_Fint *insize, MPI_Fint *position, char *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *ierr), comm 63 ompi/mpi/fortran/mpif-h/unpack_f.c (inbuf, insize, position, outbuf, outcount, datatype, comm, ierr) ) comm 72 ompi/mpi/fortran/mpif-h/unpack_f.c MPI_Fint *comm, MPI_Fint *ierr) comm 79 ompi/mpi/fortran/mpif-h/unpack_f.c c_comm = PMPI_Comm_f2c(*comm); comm 50 ompi/mpi/fortran/mpif-h/win_allocate_f.c MPI_Fint *info, MPI_Fint *comm, char *baseptr, comm 52 ompi/mpi/fortran/mpif-h/win_allocate_f.c (size, disp_unit, info, comm, baseptr, win, ierr) ) comm 60 ompi/mpi/fortran/mpif-h/win_allocate_f.c MPI_Fint *info, MPI_Fint *comm, char *baseptr, comm 62 ompi/mpi/fortran/mpif-h/win_allocate_f.c (size, disp_unit, info, comm, baseptr, win, ierr) ) comm 90 ompi/mpi/fortran/mpif-h/win_allocate_f.c MPI_Fint *info, MPI_Fint *comm, char *baseptr, comm 92 ompi/mpi/fortran/mpif-h/win_allocate_f.c (size, disp_unit, info, comm, baseptr, win, ierr) ) comm 100 ompi/mpi/fortran/mpif-h/win_allocate_f.c MPI_Fint *info, MPI_Fint *comm, char *baseptr, comm 102 ompi/mpi/fortran/mpif-h/win_allocate_f.c (size, disp_unit, info, comm, baseptr, win, ierr) ) comm 111 ompi/mpi/fortran/mpif-h/win_allocate_f.c MPI_Fint *info, MPI_Fint *comm, char *baseptr, comm 120 ompi/mpi/fortran/mpif-h/win_allocate_f.c c_comm = PMPI_Comm_f2c(*comm); comm 134 ompi/mpi/fortran/mpif-h/win_allocate_f.c MPI_Fint *info, MPI_Fint *comm, comm 138 ompi/mpi/fortran/mpif-h/win_allocate_f.c ompi_win_allocate_f(size, disp_unit, info, comm, baseptr, comm 50 ompi/mpi/fortran/mpif-h/win_allocate_shared_f.c MPI_Fint *info, MPI_Fint *comm, char *baseptr, comm 52 ompi/mpi/fortran/mpif-h/win_allocate_shared_f.c (size, disp_unit, info, comm, baseptr, win, ierr) ) comm 60 ompi/mpi/fortran/mpif-h/win_allocate_shared_f.c MPI_Fint *info, MPI_Fint *comm, char *baseptr, comm 62 ompi/mpi/fortran/mpif-h/win_allocate_shared_f.c (size, disp_unit, info, comm, baseptr, win, ierr) ) comm 90 ompi/mpi/fortran/mpif-h/win_allocate_shared_f.c MPI_Fint *info, MPI_Fint *comm, char *baseptr, comm 92 ompi/mpi/fortran/mpif-h/win_allocate_shared_f.c (size, disp_unit, info, comm, baseptr, win, ierr) ) comm 100 ompi/mpi/fortran/mpif-h/win_allocate_shared_f.c MPI_Fint *info, MPI_Fint *comm, char *baseptr, comm 102 ompi/mpi/fortran/mpif-h/win_allocate_shared_f.c (size, disp_unit, info, comm, baseptr, win, ierr) ) comm 111 ompi/mpi/fortran/mpif-h/win_allocate_shared_f.c MPI_Fint *info, MPI_Fint *comm, char *baseptr, comm 120 ompi/mpi/fortran/mpif-h/win_allocate_shared_f.c c_comm = PMPI_Comm_f2c(*comm); comm 134 ompi/mpi/fortran/mpif-h/win_allocate_shared_f.c MPI_Fint *info, MPI_Fint *comm, comm 138 ompi/mpi/fortran/mpif-h/win_allocate_shared_f.c ompi_win_allocate_shared_f(size, disp_unit, info, comm, baseptr, comm 30 ompi/mpi/fortran/mpif-h/win_create_dynamic_f.c (MPI_Fint *info, MPI_Fint *comm, MPI_Fint *win, MPI_Fint *ierr), comm 31 ompi/mpi/fortran/mpif-h/win_create_dynamic_f.c (info, comm, win, ierr) ) comm 50 ompi/mpi/fortran/mpif-h/win_create_dynamic_f.c (MPI_Fint *info, MPI_Fint *comm, MPI_Fint *win, MPI_Fint *ierr), comm 51 ompi/mpi/fortran/mpif-h/win_create_dynamic_f.c (info, comm, win, ierr) ) comm 58 ompi/mpi/fortran/mpif-h/win_create_dynamic_f.c void ompi_win_create_dynamic_f(MPI_Fint *info, MPI_Fint *comm, MPI_Fint *win, comm 66 ompi/mpi/fortran/mpif-h/win_create_dynamic_f.c c_comm = PMPI_Comm_f2c(*comm); comm 41 ompi/mpi/fortran/mpif-h/win_create_f.c (char *base, MPI_Aint *size, MPI_Fint *disp_unit, MPI_Fint *info, MPI_Fint *comm, MPI_Fint *win, MPI_Fint *ierr), comm 42 ompi/mpi/fortran/mpif-h/win_create_f.c (base, size, disp_unit, info, comm, win, ierr) ) comm 61 ompi/mpi/fortran/mpif-h/win_create_f.c (char *base, MPI_Aint *size, MPI_Fint *disp_unit, MPI_Fint *info, MPI_Fint *comm, MPI_Fint *win, MPI_Fint *ierr), comm 62 ompi/mpi/fortran/mpif-h/win_create_f.c (base, size, disp_unit, info, comm, win, ierr) ) comm 70 ompi/mpi/fortran/mpif-h/win_create_f.c MPI_Fint *info, MPI_Fint *comm, MPI_Fint *win, comm 78 ompi/mpi/fortran/mpif-h/win_create_f.c c_comm = PMPI_Comm_f2c(*comm); comm 44 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! the right types (e.g., convert MPI handles from comm to comm 45 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! comm%MPI_VAL). But here's the hack part: when we pass *unbounded comm 166 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_bsend_f(buf,count,datatype,dest,tag,comm,ierror) & comm 172 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 176 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_bsend_init_f(buf,count,datatype,dest,tag,comm,request,ierror) & comm 182 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 224 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ibsend_f(buf,count,datatype,dest,tag,comm,request,ierror) & comm 230 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 235 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_irecv_f(buf,count,datatype,source,tag,comm,request,ierror) & comm 241 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 246 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_irsend_f(buf,count,datatype,dest,tag,comm,request,ierror) & comm 252 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 257 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_isend_f(buf,count,datatype,dest,tag,comm,request,ierror) & comm 263 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 268 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_issend_f(buf,count,datatype,dest,tag,comm,request,ierror) & comm 274 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 279 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_probe_f(source,tag,comm,status,ierror) & comm 284 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 289 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_recv_f(buf,count,datatype,source,tag,comm,status,ierror) & comm 296 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 301 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_recv_init_f(buf,count,datatype,source,tag,comm,request,ierror) & comm 307 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 319 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_rsend_f(buf,count,datatype,dest,tag,comm,ierror) & comm 325 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 329 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_rsend_init_f(buf,count,datatype,dest,tag,comm,request,ierror) & comm 335 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 340 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_send_f(buf,count,datatype,dest,tag,comm,ierror) & comm 346 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 351 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvcount,recvtype,source,recvtag,comm,status,ierror) & comm 360 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 366 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvtag,comm,status,ierror) & comm 373 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 378 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_send_init_f(buf,count,datatype,dest,tag,comm,request,ierror) & comm 384 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 389 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ssend_f(buf,count,datatype,dest,tag,comm,ierror) & comm 395 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 399 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ssend_init_f(buf,count,datatype,dest,tag,comm,request,ierror) & comm 405 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 498 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h position,comm,ierror) & comm 506 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 540 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_pack_size_f(incount,datatype,comm,size,ierror) & comm 545 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 772 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h datatype,comm,ierror) & comm 780 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 802 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvcount,recvtype,comm,ierror) & comm 810 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 815 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvcount,recvtype,comm,request,ierror) & comm 823 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 829 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvcounts,displs,recvtype,comm,ierror) & comm 838 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 843 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvcounts,displs,recvtype,comm,request,ierror) & comm 852 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 857 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_allreduce_f(sendbuf,recvbuf,count,datatype,op,comm,ierror) & comm 865 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 869 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_iallreduce_f(sendbuf,recvbuf,count,datatype,op,comm,request,ierror) & comm 877 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 883 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvcount,recvtype,comm,ierror) & comm 891 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 896 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvcount,recvtype,comm,request,ierror) & comm 904 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 910 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvbuf,recvcounts,rdispls,recvtype,comm,ierror) & comm 918 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 923 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvbuf,recvcounts,rdispls,recvtype,comm,request,ierror) & comm 931 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 937 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvbuf,recvcounts,rdispls,recvtypes,comm,ierror) & comm 945 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 950 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvbuf,recvcounts,rdispls,recvtypes,comm,request,ierror) & comm 958 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 963 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_barrier_f(comm,ierror) & comm 966 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 970 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ibarrier_f(comm,request,ierror) & comm 973 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 978 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_bcast_f(buffer,count,datatype,root,comm,ierror) & comm 984 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 988 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ibcast_f(buffer,count,datatype,root,comm,request,ierror) & comm 994 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 999 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_exscan_f(sendbuf,recvbuf,count,datatype,op,comm,ierror) & comm 1007 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1011 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_iexscan_f(sendbuf,recvbuf,count,datatype,op,comm,request,ierror) & comm 1019 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1025 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvcount,recvtype,root,comm,ierror) & comm 1033 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1038 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvcount,recvtype,root,comm,request,ierror) & comm 1046 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1052 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvcounts,displs,recvtype,root,comm,ierror) & comm 1061 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1066 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvcounts,displs,recvtype,root,comm,request,ierror) & comm 1075 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1087 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_reduce_f(sendbuf,recvbuf,count,datatype,op,root,comm,ierror) & comm 1095 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1099 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ireduce_f(sendbuf,recvbuf,count,datatype,op,root,comm,request,ierror) & comm 1107 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1124 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h datatype,op,comm,ierror) & comm 1132 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1137 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h datatype,op,comm,request,ierror) & comm 1145 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1151 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h datatype,op,comm,ierror) & comm 1159 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1164 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h datatype,op,comm,request,ierror) & comm 1172 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1177 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_scan_f(sendbuf,recvbuf,count,datatype,op,comm,ierror) & comm 1185 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1189 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_iscan_f(sendbuf,recvbuf,count,datatype,op,comm,request,ierror) & comm 1197 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1203 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvcount,recvtype,root,comm,ierror) & comm 1211 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1216 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvcount,recvtype,root,comm,request,ierror) & comm 1224 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1230 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvbuf,recvcount,recvtype,root,comm,ierror) & comm 1239 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1244 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvbuf,recvcount,recvtype,root,comm,request,ierror) & comm 1253 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1267 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_create_f(comm,group,newcomm,ierror) & comm 1270 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1276 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_create_group_f(comm, group, tag, newcomm, ierror) & comm 1279 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h integer, intent(in) :: comm comm 1299 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_delete_attr_f(comm,comm_keyval,ierror) & comm 1302 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1307 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_dup_f(comm,newcomm,ierror) & comm 1310 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1315 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_dup_with_info_f(comm, info, newcomm, ierror) & comm 1318 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h integer, intent(in) :: comm comm 1324 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_free_f(comm,ierror) & comm 1327 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(INOUT) :: comm comm 1338 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_get_info_f(comm,info_used,ierror) & comm 1341 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1346 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_get_name_f(comm,comm_name,resultlen,ierror,comm_name_len) & comm 1350 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1357 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_group_f(comm,group,ierror) & comm 1360 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1365 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_idup_f(comm, newcomm, request, ierror) & comm 1368 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h integer, intent(in) :: comm comm 1374 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_rank_f(comm,rank,ierror) & comm 1377 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1382 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_remote_group_f(comm,group,ierror) & comm 1385 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1390 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_remote_size_f(comm,size,ierror) & comm 1393 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1398 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_set_attr_f(comm,comm_keyval,attribute_val,ierror) & comm 1402 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1408 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_set_info_f(comm,info,ierror) & comm 1411 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1416 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_set_name_f(comm,comm_name,ierror,comm_name_len) & comm 1420 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1426 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_size_f(comm,size,ierror) & comm 1429 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1434 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_split_f(comm,color,key,newcomm,ierror) & comm 1437 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1620 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_win_allocate_f(size, disp_unit, info, comm, & comm 1627 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1633 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_win_allocate_shared_f(size, disp_unit, info, comm, & comm 1640 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1705 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_cartdim_get_f(comm,ndims,ierror) & comm 1708 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1713 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_cart_coords_f(comm,rank,maxdims,coords,ierror) & comm 1716 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1722 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_cart_rank_f(comm,coords,rank,ierror) & comm 1725 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1731 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_cart_shift_f(comm,direction,disp,rank_source,rank_dest,ierror) & comm 1734 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1748 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_dist_graph_neighbors_f(comm,maxindegree,sources,sourceweights, & comm 1752 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1759 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_graphdims_get_f(comm,nnodes,nedges,ierror) & comm 1762 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1767 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_graph_get_f(comm,maxindex,maxedges,index,edges,ierror) & comm 1770 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1776 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_graph_map_f(comm,nnodes,index,edges,newrank,ierror) & comm 1779 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1786 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_graph_neighbors_f(comm,rank,maxneighbors,neighbors,ierror) & comm 1789 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1795 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_graph_neighbors_count_f(comm,rank,nneighbors,ierror) & comm 1798 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1804 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_topo_test_f(comm,status,ierror) & comm 1808 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1843 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_abort_f(comm,errorcode,ierror) & comm 1846 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1887 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_call_errhandler_f(comm,errorcode,ierror) & comm 1890 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1904 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_get_errhandler_f(comm,errhandler,ierror) & comm 1907 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 1912 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_set_errhandler_f(comm,errhandler,ierror) & comm 1915 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 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) & comm 2125 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 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) & comm 2138 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 2144 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_disconnect_f(comm,ierror) & comm 2147 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(INOUT) :: comm comm 2166 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_spawn_f(command,argv,maxprocs,info,root,comm, & comm 2174 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 2185 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h comm,intercomm,array_of_errcodes,ierror, & comm 2194 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 2417 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_win_create_f(base,size,disp_unit,info,comm,win,ierror) & comm 2425 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 2430 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_win_create_dynamic_f(info,comm,win,ierror) & comm 2434 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 2511 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_win_get_info_f(comm,info,ierror) & comm 2514 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 2544 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_win_set_info_f(comm,info,ierror) & comm 2547 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 2878 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_open_f(comm,filename,amode,info,fh,ierror,filename_len) & comm 2882 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 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) & comm 3306 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 3330 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_mprobe_f(source,tag,comm,message,status,ierror) & comm 3335 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 3365 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h comm,ierror) & comm 3373 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 3378 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h comm,request,ierror) & comm 3386 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 3392 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvtype,comm,ierror) & comm 3401 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 3406 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h recvtype,comm,request,ierror) & comm 3415 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 3421 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h comm,ierror) & comm 3429 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 3434 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h comm,request,ierror) & comm 3442 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 3448 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h rdispls,recvtype,comm,ierror) & comm 3456 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 3461 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h rdispls,recvtype,comm,request,ierror) & comm 3469 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 3475 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h rdispls,recvtypes,comm,ierror) & comm 3484 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 3489 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h rdispls,recvtypes,comm,request,ierror) & comm 3498 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: comm comm 22 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-cptr-interfaces.h subroutine MPI_Win_allocate(size, disp_unit, info, comm, & comm 28 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-cptr-interfaces.h integer, intent(in) :: comm comm 36 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-cptr-interfaces.h subroutine MPI_Win_allocate_cptr(size, disp_unit, info, comm, & comm 40 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-cptr-interfaces.h integer :: disp_unit, info, comm, win, ierror comm 51 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-cptr-interfaces.h subroutine MPI_Win_allocate_shared(size, disp_unit, info, comm, & comm 57 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-cptr-interfaces.h integer, intent(in) :: comm comm 65 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-cptr-interfaces.h subroutine MPI_Win_allocate_shared_cptr(size, disp_unit, info, comm, & comm 69 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-cptr-interfaces.h integer :: disp_unit, info, comm, win, ierror comm 201 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_open(comm, filename, amode, info, fh& comm 203 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h integer, intent(in) :: comm comm 43 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Abort(comm, errorcode, ierror) comm 44 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 108 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Barrier(comm, ierror) comm 109 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 118 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Ibarrier(comm, request, ierror) comm 119 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 139 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Cart_coords(comm, rank, maxdims, coords, ierror) comm 140 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 168 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Cart_get(comm, maxdims, dims, periods, coords& comm 170 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 183 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Cart_map(comm, ndims, dims, periods, newrank& comm 185 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 198 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Cart_rank(comm, coords, rank, ierror) comm 199 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 210 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Cart_shift(comm, direction, disp, rank_source, rank_dest& comm 212 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 225 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Cart_sub(comm, remain_dims, new_comm, ierror) comm 226 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 237 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Cartdim_get(comm, ndims, ierror) comm 238 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 248 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_call_errhandler(comm, errorcode, ierror) comm 249 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 271 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_create(comm, group, newcomm, ierror) comm 272 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 283 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_create_group(comm, group, tag, newcomm, ierror) comm 284 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 321 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_delete_attr(comm, comm_keyval, ierror) comm 322 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 332 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_dup(comm, newcomm, ierror) comm 333 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 343 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_dup_with_info(comm, info, newcomm, ierror) comm 344 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 355 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_idup(comm, newcomm, request, ierror) comm 356 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 367 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_free(comm, ierror) comm 368 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(inout) :: comm comm 387 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_get_info(comm, info_used, ierror) comm 389 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 399 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_get_attr(comm, comm_keyval, attribute_val, flag, ierror) comm 401 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 413 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_get_errhandler(comm, erhandler, ierror) comm 414 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 424 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_get_name(comm, comm_name, resultlen, ierror) comm 425 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 436 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_group(comm, group, ierror) comm 437 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 447 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_rank(comm, rank, ierror) comm 448 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 458 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_remote_group(comm, group, ierror) comm 459 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 469 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_remote_size(comm, size, ierror) comm 470 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 480 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_set_info(comm, info, ierror) comm 482 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 492 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_set_attr(comm, comm_keyval, attribute_val, ierror) comm 494 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 505 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_set_errhandler(comm, errhandler, ierror) comm 506 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 516 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_set_name(comm, comm_name, ierror) comm 517 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 527 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_size(comm, size, ierror) comm 528 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 538 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_split(comm, color, key, newcomm, ierror) comm 539 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 551 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_test_inter(comm, flag, ierror) comm 552 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 703 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Graph_get(comm, maxindex, maxedges, index, edges& comm 705 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 718 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Graph_map(comm, nnodes, index, edges, newrank& comm 720 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 733 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Graph_neighbors(comm, rank, maxneighbors, neighbors, ierror) comm 734 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 746 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Graph_neighbors_count(comm, rank, nneighbors, ierror) comm 747 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 758 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Graphdims_get(comm, nnodes, nedges, ierror) comm 759 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 1106 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Iprobe(source, tag, comm, flag, status& comm 1111 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 1179 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Pack_size(incount, datatype, comm, size, ierror) comm 1182 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 1202 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Probe(source, tag, comm, status, ierror) comm 1206 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 1382 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Topo_test(comm, status, ierror) comm 1383 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 2170 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_disconnect(comm, ierror) comm 2171 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(inout) :: comm comm 2201 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_accept(port_name, info, root, comm, newcomm& comm 2206 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 2216 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_connect(port_name, info, root, comm, newcomm& comm 2221 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 2232 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h comm, intercomm, array_of_errcodes, ierror) comm 2238 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 2250 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h root, comm, intercomm, array_of_errcodes, ierror) comm 2257 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 2268 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Mprobe(source, tag, comm, message, status, ierror) comm 2272 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 2283 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Improbe(source, tag, comm, flag, message, status, ierror) comm 2287 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 2310 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_split_type(comm, split_type, key, info, newcomm, ierror) comm 2311 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 2380 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Dist_graph_neighbors_count(comm, indegree, outdegree, weighted, ierror) comm 2381 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 2393 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Dist_graph_neighbors(comm, maxindegree, sources, sourceweights, & comm 2395 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: comm comm 27 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h subroutine MPI_Attr_delete(comm, keyval, ierror) comm 28 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h integer, intent(in) :: comm comm 38 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h subroutine MPI_Attr_get(comm, keyval, attribute_val, flag, ierror) comm 39 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h integer, intent(in) :: comm comm 51 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h subroutine MPI_Attr_put(comm, keyval, attribute_val, ierror) comm 52 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h integer, intent(in) :: comm comm 72 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h subroutine MPI_Errhandler_get(comm, errhandler, ierror) comm 73 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h integer, intent(in) :: comm comm 83 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h subroutine MPI_Errhandler_set(comm, errhandler, ierror) comm 84 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h integer, intent(in) :: comm comm 24 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-cptr-interfaces.h subroutine PMPI_Win_allocate(size, disp_unit, info, comm, & comm 30 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-cptr-interfaces.h integer, intent(in) :: comm comm 38 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-cptr-interfaces.h subroutine PMPI_Win_allocate_cptr(size, disp_unit, info, comm, & comm 42 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-cptr-interfaces.h integer :: disp_unit, info, comm, win, ierror comm 53 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-cptr-interfaces.h subroutine PMPI_Win_allocate_shared(size, disp_unit, info, comm, & comm 59 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-cptr-interfaces.h integer, intent(in) :: comm comm 67 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-cptr-interfaces.h subroutine PMPI_Win_allocate_shared_cptr(size, disp_unit, info, comm, & comm 71 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-cptr-interfaces.h integer :: disp_unit, info, comm, win, ierror comm 201 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_open(comm, filename, amode, info, fh& comm 203 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h integer, intent(in) :: comm comm 43 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Abort(comm, errorcode, ierror) comm 44 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 108 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Barrier(comm, ierror) comm 109 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 118 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Ibarrier(comm, request, ierror) comm 119 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 139 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Cart_coords(comm, rank, maxdims, coords, ierror) comm 140 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 168 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Cart_get(comm, maxdims, dims, periods, coords& comm 170 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 183 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Cart_map(comm, ndims, dims, periods, newrank& comm 185 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 198 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Cart_rank(comm, coords, rank, ierror) comm 199 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 210 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Cart_shift(comm, direction, disp, rank_source, rank_dest& comm 212 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 225 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Cart_sub(comm, remain_dims, new_comm, ierror) comm 226 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 237 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Cartdim_get(comm, ndims, ierror) comm 238 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 248 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_call_errhandler(comm, errorcode, ierror) comm 249 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 271 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_create(comm, group, newcomm, ierror) comm 272 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 283 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_create_group(comm, group, tag, newcomm, ierror) comm 284 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 321 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_delete_attr(comm, comm_keyval, ierror) comm 322 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 332 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_dup(comm, newcomm, ierror) comm 333 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 343 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_dup_with_info(comm, info, newcomm, ierror) comm 344 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 355 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_idup(comm, newcomm, request, ierror) comm 356 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 367 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_free(comm, ierror) comm 368 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(inout) :: comm comm 387 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_get_info(comm, info_used, ierror) comm 389 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 399 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_get_attr(comm, comm_keyval, attribute_val, flag, ierror) comm 401 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 413 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_get_errhandler(comm, erhandler, ierror) comm 414 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 424 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_get_name(comm, comm_name, resultlen, ierror) comm 425 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 436 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_group(comm, group, ierror) comm 437 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 447 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_rank(comm, rank, ierror) comm 448 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 458 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_remote_group(comm, group, ierror) comm 459 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 469 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_remote_size(comm, size, ierror) comm 470 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 480 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_set_info(comm, info, ierror) comm 482 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 492 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_set_attr(comm, comm_keyval, attribute_val, ierror) comm 494 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 505 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_set_errhandler(comm, errhandler, ierror) comm 506 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 516 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_set_name(comm, comm_name, ierror) comm 517 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 527 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_size(comm, size, ierror) comm 528 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 538 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_split(comm, color, key, newcomm, ierror) comm 539 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 551 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_test_inter(comm, flag, ierror) comm 552 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 703 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Graph_get(comm, maxindex, maxedges, index, edges& comm 705 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 718 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Graph_map(comm, nnodes, index, edges, newrank& comm 720 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 733 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Graph_neighbors(comm, rank, maxneighbors, neighbors, ierror) comm 734 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 746 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Graph_neighbors_count(comm, rank, nneighbors, ierror) comm 747 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 758 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Graphdims_get(comm, nnodes, nedges, ierror) comm 759 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 1106 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Iprobe(source, tag, comm, flag, status& comm 1111 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 1179 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Pack_size(incount, datatype, comm, size, ierror) comm 1182 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 1202 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Probe(source, tag, comm, status, ierror) comm 1206 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 1382 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Topo_test(comm, status, ierror) comm 1383 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 2172 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_disconnect(comm, ierror) comm 2173 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(inout) :: comm comm 2203 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_accept(port_name, info, root, comm, newcomm& comm 2208 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 2218 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_connect(port_name, info, root, comm, newcomm& comm 2223 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 2234 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h comm, intercomm, array_of_errcodes, ierror) comm 2240 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 2252 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h root, comm, intercomm, array_of_errcodes, ierror) comm 2259 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 2270 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Mprobe(source, tag, comm, message, status, ierror) comm 2274 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 2285 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Improbe(source, tag, comm, flag, message, status, ierror) comm 2289 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 2312 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_split_type(comm, split_type, key, info, newcomm, ierror) comm 2313 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 2382 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Dist_graph_neighbors_count(comm, indegree, outdegree, weighted, ierror) comm 2383 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 2395 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Dist_graph_neighbors(comm, maxindegree, sources, sourceweights, & comm 2397 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: comm comm 27 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h subroutine PMPI_Attr_delete(comm, keyval, ierror) comm 28 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h integer, intent(in) :: comm comm 38 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h subroutine PMPI_Attr_get(comm, keyval, attribute_val, flag, ierror) comm 39 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h integer, intent(in) :: comm comm 51 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h subroutine PMPI_Attr_put(comm, keyval, attribute_val, ierror) comm 52 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h integer, intent(in) :: comm comm 72 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h subroutine PMPI_Errhandler_get(comm, errhandler, ierror) comm 73 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h integer, intent(in) :: comm comm 83 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h subroutine PMPI_Errhandler_set(comm, errhandler, ierror) comm 84 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h integer, intent(in) :: comm comm 34 ompi/mpi/fortran/use-mpi-tkr/test/send_t.c int* dest, int* tag, int* comm, int* ierr) comm 49 ompi/mpi/fortran/use-mpi-tkr/test/send_t.c if (*comm != MPI_COMM_WORLD) *ierr = 1; comm 54 ompi/mpi/fortran/use-mpi-tkr/test/send_t.c int* dest, int* tag, int* comm, int* ierr) comm 69 ompi/mpi/fortran/use-mpi-tkr/test/send_t.c if (*comm != MPI_COMM_SELF) *ierr = 1; comm 67 ompi/mpi/java/c/mpi_CartComm.c JNIEnv *env, jobject jthis, jlong comm) comm 70 ompi/mpi/java/c/mpi_CartComm.c int rc = MPI_Cartdim_get((MPI_Comm)comm, &maxdims); comm 89 ompi/mpi/java/c/mpi_CartComm.c rc = MPI_Cart_get((MPI_Comm)comm, maxdims, cDims, cPeriods, cCoords); comm 102 ompi/mpi/java/c/mpi_CartComm.c JNIEnv *env, jobject jthis, jlong comm, jint direction, jint disp) comm 105 ompi/mpi/java/c/mpi_CartComm.c int rc = MPI_Cart_shift((MPI_Comm)comm, direction, disp, &sr, &dr); comm 113 ompi/mpi/java/c/mpi_CartComm.c JNIEnv *env, jobject jthis, jlong comm, jint rank) comm 116 ompi/mpi/java/c/mpi_CartComm.c int rc = MPI_Cartdim_get((MPI_Comm)comm, &maxdims); comm 126 ompi/mpi/java/c/mpi_CartComm.c rc = MPI_Cart_coords((MPI_Comm)comm, rank, maxdims, cCoords); comm 134 ompi/mpi/java/c/mpi_CartComm.c JNIEnv *env, jobject jthis, jlong comm, comm 145 ompi/mpi/java/c/mpi_CartComm.c int rc = MPI_Cart_map((MPI_Comm)comm, nDims, cDims, cPeriods, &newrank); comm 154 ompi/mpi/java/c/mpi_CartComm.c JNIEnv *env, jobject jthis, jlong comm, jintArray coords) comm 161 ompi/mpi/java/c/mpi_CartComm.c int rc = MPI_Cart_rank((MPI_Comm)comm, cCoords, &rank); comm 169 ompi/mpi/java/c/mpi_CartComm.c JNIEnv *env, jobject jthis, jlong comm, jbooleanArray remainDims) comm 176 ompi/mpi/java/c/mpi_CartComm.c int rc = MPI_Cart_sub((MPI_Comm)comm, cRemainDims, &newcomm); comm 90 ompi/mpi/java/c/mpi_Comm.c static int isInter(JNIEnv *env, MPI_Comm comm) comm 93 ompi/mpi/java/c/mpi_Comm.c rc = MPI_Comm_test_inter(comm, &flag); comm 98 ompi/mpi/java/c/mpi_Comm.c static int getSize(JNIEnv *env, MPI_Comm comm, int inter) comm 103 ompi/mpi/java/c/mpi_Comm.c rc = MPI_Comm_remote_size(comm, &size); comm 105 ompi/mpi/java/c/mpi_Comm.c rc = MPI_Comm_size(comm, &size); comm 111 ompi/mpi/java/c/mpi_Comm.c static int getGroupSize(JNIEnv *env, MPI_Comm comm) comm 114 ompi/mpi/java/c/mpi_Comm.c rc = MPI_Comm_size(comm, &size); comm 119 ompi/mpi/java/c/mpi_Comm.c static int getRank(JNIEnv *env, MPI_Comm comm) comm 122 ompi/mpi/java/c/mpi_Comm.c rc = MPI_Comm_rank(comm, &rank); comm 127 ompi/mpi/java/c/mpi_Comm.c static int getTopo(JNIEnv *env, MPI_Comm comm) comm 130 ompi/mpi/java/c/mpi_Comm.c rc = MPI_Topo_test(comm, &status); comm 135 ompi/mpi/java/c/mpi_Comm.c static void getNeighbors(JNIEnv *env, MPI_Comm comm, int *out, int *in) comm 139 ompi/mpi/java/c/mpi_Comm.c switch(getTopo(env, comm)) comm 142 ompi/mpi/java/c/mpi_Comm.c rc = MPI_Cartdim_get(comm, in); comm 147 ompi/mpi/java/c/mpi_Comm.c rc = MPI_Graph_neighbors_count(comm, getRank(env, comm), in); comm 151 ompi/mpi/java/c/mpi_Comm.c rc = MPI_Dist_graph_neighbors_count(comm, in, out, &weighted); comm 197 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm) comm 200 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Comm_dup((MPI_Comm)comm, &newcomm); comm 206 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm) comm 210 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Comm_idup((MPI_Comm)comm, &newcomm, &request); comm 224 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, jlong info) comm 227 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Comm_dup_with_info((MPI_Comm)comm, (MPI_Info)info, &newcomm); comm 233 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm) comm 236 ompi/mpi/java/c/mpi_Comm.c rc = MPI_Comm_size((MPI_Comm)comm, &size); comm 242 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm) comm 244 ompi/mpi/java/c/mpi_Comm.c return getRank(env, (MPI_Comm)comm); comm 259 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)handle; comm 260 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Comm_free(&comm); comm 262 ompi/mpi/java/c/mpi_Comm.c return (jlong)comm; comm 266 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, jlong info) comm 268 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Comm_set_info((MPI_Comm)comm, (MPI_Info)info); comm 273 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm) comm 276 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Comm_get_info((MPI_Comm)comm, &info); comm 284 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)handle; comm 285 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Comm_disconnect(&comm); comm 287 ompi/mpi/java/c/mpi_Comm.c return (jlong)comm; comm 291 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm) comm 294 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Comm_group((MPI_Comm)comm, &group); comm 300 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm) comm 302 ompi/mpi/java/c/mpi_Comm.c return isInter(env, (MPI_Comm)comm) ? JNI_TRUE : JNI_FALSE; comm 306 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, jlong localComm, comm 313 ompi/mpi/java/c/mpi_Comm.c (MPI_Comm)comm, remoteLeader, tag, &newintercomm); comm 324 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 331 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Send(ptr, count, type, dest, tag, comm); comm 342 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 350 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Recv(ptr, count, type, source, tag, comm, &status); comm 368 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 380 ompi/mpi/java/c/mpi_Comm.c rPtr, rCount, rType, source, rTag, comm, &status); comm 396 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 405 ompi/mpi/java/c/mpi_Comm.c sTag, source, rTag, comm, &status); comm 418 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 425 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Bsend(ptr, count, type, dest, tag, comm); comm 435 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 442 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Ssend(ptr, count, type, dest, tag, comm); comm 452 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 459 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Rsend(ptr, count, type, dest, tag, comm); comm 465 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, comm 472 ompi/mpi/java/c/mpi_Comm.c dest, tag, (MPI_Comm)comm, &request); comm 479 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, comm 486 ompi/mpi/java/c/mpi_Comm.c dest, tag, (MPI_Comm)comm, &request); comm 493 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, comm 500 ompi/mpi/java/c/mpi_Comm.c dest, tag, (MPI_Comm)comm, &request); comm 507 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, comm 514 ompi/mpi/java/c/mpi_Comm.c dest, tag, (MPI_Comm)comm, &request); comm 521 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, comm 528 ompi/mpi/java/c/mpi_Comm.c source, tag, (MPI_Comm)comm, &request); comm 535 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, comm 542 ompi/mpi/java/c/mpi_Comm.c dest, tag, (MPI_Comm)comm, &request); comm 549 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, comm 556 ompi/mpi/java/c/mpi_Comm.c dest, tag, (MPI_Comm)comm, &request); comm 563 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, comm 570 ompi/mpi/java/c/mpi_Comm.c dest, tag, (MPI_Comm)comm, &request); comm 577 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, comm 584 ompi/mpi/java/c/mpi_Comm.c dest, tag, (MPI_Comm)comm, &request); comm 591 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, comm 598 ompi/mpi/java/c/mpi_Comm.c source, tag, (MPI_Comm)comm, &request); comm 609 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 621 ompi/mpi/java/c/mpi_Comm.c oBufPtr, outSize, &position, comm); comm 636 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 645 ompi/mpi/java/c/mpi_Comm.c oBufPtr, outCount, type, comm); comm 654 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, jint incount, jlong type) comm 657 ompi/mpi/java/c/mpi_Comm.c rc = MPI_Pack_size(incount, (MPI_Datatype)type, (MPI_Comm)comm, &size); comm 663 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, jint source, jint tag) comm 667 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Iprobe(source, tag, (MPI_Comm)comm, &flag, &status); comm 673 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, comm 677 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Probe(source, tag, (MPI_Comm)comm, &status); comm 684 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm) comm 686 ompi/mpi/java/c/mpi_Comm.c return getTopo(env, (MPI_Comm)comm); comm 690 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, jint errorcode) comm 692 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Abort((MPI_Comm)comm, errorcode); comm 697 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, jlong errhandler) comm 699 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Comm_set_errhandler((MPI_Comm)comm, (MPI_Errhandler)errhandler); comm 704 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm) comm 707 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Comm_get_errhandler((MPI_Comm)comm, &errhandler); comm 713 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, jint errorCode) comm 715 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Comm_call_errhandler((MPI_Comm)comm, errorCode); comm 748 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, jint keyval, jbyteArray jval) comm 751 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Comm_set_attr((MPI_Comm)comm, keyval, cval); comm 756 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, jint keyval) comm 759 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Comm_get_attr((MPI_Comm)comm, keyval, &val, &flag); comm 768 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, jint keyval) comm 772 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Comm_get_attr((MPI_Comm)comm, keyval, &cval, &flag); comm 781 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, jint keyval) comm 783 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Comm_delete_attr((MPI_Comm)comm, keyval); comm 788 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm) comm 790 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Barrier((MPI_Comm)comm); comm 795 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm) comm 798 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Ibarrier((MPI_Comm)comm, &request); comm 807 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 814 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Bcast(ptr, count, type, root, comm); comm 820 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, comm 827 ompi/mpi/java/c/mpi_Comm.c root, (MPI_Comm)comm, &request); comm 840 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 841 ompi/mpi/java/c/mpi_Comm.c int rank = getRank(env, comm); comm 842 ompi/mpi/java/c/mpi_Comm.c int inter = isInter(env, comm); comm 864 ompi/mpi/java/c/mpi_Comm.c int rCountTotal = rootOrInter ? rCount * getSize(env, comm, inter) : rCount; comm 893 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Gather(sPtr, sCount, sType, rPtr, rCount, rType, root, comm); comm 915 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 916 ompi/mpi/java/c/mpi_Comm.c int rank = getRank(env, comm); comm 917 ompi/mpi/java/c/mpi_Comm.c int rootOrInter = rank == root || isInter(env, comm); comm 962 ompi/mpi/java/c/mpi_Comm.c root, comm, &request); comm 975 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 976 ompi/mpi/java/c/mpi_Comm.c int rank = getRank(env, comm); comm 977 ompi/mpi/java/c/mpi_Comm.c int inter = isInter(env, comm); comm 979 ompi/mpi/java/c/mpi_Comm.c int size = rootOrInter ? getSize(env, comm, inter) : 0; comm 1023 ompi/mpi/java/c/mpi_Comm.c cDispls, rType, root, comm); comm 1046 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1047 ompi/mpi/java/c/mpi_Comm.c int rank = getRank(env, comm); comm 1048 ompi/mpi/java/c/mpi_Comm.c int rootOrInter = rank == root || isInter(env, comm); comm 1082 ompi/mpi/java/c/mpi_Comm.c root, comm, &request); comm 1102 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1103 ompi/mpi/java/c/mpi_Comm.c int rank = getRank(env, comm); comm 1104 ompi/mpi/java/c/mpi_Comm.c int inter = isInter(env, comm); comm 1124 ompi/mpi/java/c/mpi_Comm.c int sCountTotal = rootOrInter ? sCount * getSize(env, comm, inter) : sCount; comm 1143 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Scatter(sPtr, sCount, sType, rPtr, rCount, rType, root, comm); comm 1168 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1169 ompi/mpi/java/c/mpi_Comm.c int rank = getRank(env, comm); comm 1170 ompi/mpi/java/c/mpi_Comm.c int rootOrInter = rank == root || isInter(env, comm); comm 1205 ompi/mpi/java/c/mpi_Comm.c root, comm, &request); comm 1218 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1219 ompi/mpi/java/c/mpi_Comm.c int rank = getRank(env, comm); comm 1220 ompi/mpi/java/c/mpi_Comm.c int inter = isInter(env, comm); comm 1222 ompi/mpi/java/c/mpi_Comm.c int size = rootOrInter ? getSize(env, comm, inter) : 0; comm 1255 ompi/mpi/java/c/mpi_Comm.c rPtr, rCount, rType, root, comm); comm 1278 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1279 ompi/mpi/java/c/mpi_Comm.c int rank = getRank(env, comm); comm 1280 ompi/mpi/java/c/mpi_Comm.c int rootOrInter = rank == root || isInter(env, comm); comm 1314 ompi/mpi/java/c/mpi_Comm.c comm, &request); comm 1334 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1338 ompi/mpi/java/c/mpi_Comm.c int inter = isInter(env, comm), comm 1339 ompi/mpi/java/c/mpi_Comm.c size = getSize(env, comm, inter), comm 1350 ompi/mpi/java/c/mpi_Comm.c int rank = getRank(env, comm); comm 1365 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Allgather(sPtr, sCount, sType, rPtr, rCount, rType, comm); comm 1375 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, comm 1397 ompi/mpi/java/c/mpi_Comm.c (MPI_Comm)comm, &request); comm 1410 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1411 ompi/mpi/java/c/mpi_Comm.c int inter = isInter(env, comm), comm 1412 ompi/mpi/java/c/mpi_Comm.c size = getSize(env, comm, inter); comm 1429 ompi/mpi/java/c/mpi_Comm.c int rank = getRank(env, comm); comm 1446 ompi/mpi/java/c/mpi_Comm.c cRCounts, cDispls, rType, comm); comm 1460 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, comm 1487 ompi/mpi/java/c/mpi_Comm.c (MPI_Comm)comm, &request); comm 1502 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1506 ompi/mpi/java/c/mpi_Comm.c int inter = isInter(env, comm), comm 1507 ompi/mpi/java/c/mpi_Comm.c size = getSize(env, comm, inter), comm 1516 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Alltoall(sPtr, sCount, sType, rPtr, rCount, rType, comm); comm 1524 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, comm 1535 ompi/mpi/java/c/mpi_Comm.c (MPI_Comm)comm, &request); comm 1548 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1552 ompi/mpi/java/c/mpi_Comm.c int inter = isInter(env, comm), comm 1553 ompi/mpi/java/c/mpi_Comm.c size = getSize(env, comm, inter); comm 1571 ompi/mpi/java/c/mpi_Comm.c rPtr, cRCount, cRDispl, rType, comm); comm 1586 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, comm 1604 ompi/mpi/java/c/mpi_Comm.c (MPI_Comm)comm, &request); comm 1619 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1639 ompi/mpi/java/c/mpi_Comm.c rPtr, cRCount, cRDispls, cRTypes, comm); comm 1655 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1677 ompi/mpi/java/c/mpi_Comm.c rPtr, cRCount, cRDispls, cRTypes, comm, &request); comm 1697 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1702 ompi/mpi/java/c/mpi_Comm.c getNeighbors(env, comm, &sSize, &rSize); comm 1711 ompi/mpi/java/c/mpi_Comm.c sPtr, sCount, sType, rPtr, rCount, rType, comm); comm 1723 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1733 ompi/mpi/java/c/mpi_Comm.c sPtr, sCount, sType, rPtr, rCount, rType, comm, &request); comm 1746 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1751 ompi/mpi/java/c/mpi_Comm.c getNeighbors(env, comm, &sSize, &rSize); comm 1766 ompi/mpi/java/c/mpi_Comm.c sPtr, sCount, sType, rPtr, cRCount, cDispls, rType, comm); comm 1783 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1798 ompi/mpi/java/c/mpi_Comm.c cDispls, rType, comm, &request); comm 1813 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1818 ompi/mpi/java/c/mpi_Comm.c getNeighbors(env, comm, &sSize, &rSize); comm 1828 ompi/mpi/java/c/mpi_Comm.c sPtr, sCount, sType, rPtr, rCount, rType, comm); comm 1840 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1850 ompi/mpi/java/c/mpi_Comm.c sPtr, sCount, sType, rPtr, rCount, rType, comm, &request); comm 1863 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1868 ompi/mpi/java/c/mpi_Comm.c getNeighbors(env, comm, &sSize, &rSize); comm 1886 ompi/mpi/java/c/mpi_Comm.c rPtr, cRCount, cRDispl, rType, comm); comm 1905 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1923 ompi/mpi/java/c/mpi_Comm.c rPtr, cRCount, cRDispls, rType, comm, &request); comm 1939 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1942 ompi/mpi/java/c/mpi_Comm.c int rank = getRank(env, comm); comm 1943 ompi/mpi/java/c/mpi_Comm.c int rootOrInter = rank == root || isInter(env, comm); comm 1965 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Reduce(sPtr, rPtr, count, type, op, root, comm); comm 1982 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 1983 ompi/mpi/java/c/mpi_Comm.c int rank = getRank(env, comm); comm 1984 ompi/mpi/java/c/mpi_Comm.c int rootOrInter = rank == root || isInter(env, comm); comm 2012 ompi/mpi/java/c/mpi_Comm.c op, root, comm, &request); comm 2024 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 2042 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Allreduce(sPtr, rPtr, count, type, op, comm); comm 2052 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, comm 2068 ompi/mpi/java/c/mpi_Comm.c op, (MPI_Comm)comm, &request); comm 2080 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 2087 ompi/mpi/java/c/mpi_Comm.c int size = getGroupSize(env, comm), comm 2103 ompi/mpi/java/c/mpi_Comm.c rbCnt = cRCounts[getRank(env, comm)]; comm 2108 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Reduce_scatter(sPtr, rPtr, cRCounts, type, op, comm); comm 2119 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, comm 2139 ompi/mpi/java/c/mpi_Comm.c op, (MPI_Comm)comm, &request); comm 2152 ompi/mpi/java/c/mpi_Comm.c MPI_Comm comm = (MPI_Comm)jComm; comm 2158 ompi/mpi/java/c/mpi_Comm.c int count = rCount * getGroupSize(env, comm), comm 2175 ompi/mpi/java/c/mpi_Comm.c int rc = MPI_Reduce_scatter_block(sPtr, rPtr, rCount, type, op, comm); comm 2185 ompi/mpi/java/c/mpi_Comm.c JNIEnv *env, jobject jthis, jlong comm, jobject sendBuf, comm 2201 ompi/mpi/java/c/mpi_Comm.c op, (MPI_Comm)comm, &request); comm 35 ompi/mpi/java/c/mpi_File.c JNIEnv *env, jobject jthis, jlong comm, comm 41 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_open((MPI_Comm)comm, (char*)filename, comm 65 ompi/mpi/java/c/mpi_GraphComm.c JNIEnv *env, jobject jthis, jlong comm) comm 68 ompi/mpi/java/c/mpi_GraphComm.c int rc = MPI_Graphdims_get((MPI_Comm)comm, &maxInd, &maxEdg); comm 81 ompi/mpi/java/c/mpi_GraphComm.c rc = MPI_Graph_get((MPI_Comm)comm, maxInd, maxEdg, cIndex, cEdges); comm 92 ompi/mpi/java/c/mpi_GraphComm.c JNIEnv *env, jobject jthis, jlong comm, jint rank) comm 95 ompi/mpi/java/c/mpi_GraphComm.c int rc = MPI_Graph_neighbors_count((MPI_Comm)comm, rank, &maxNs); comm 105 ompi/mpi/java/c/mpi_GraphComm.c rc = MPI_Graph_neighbors((MPI_Comm)comm, rank, maxNs, cNeighbors); comm 113 ompi/mpi/java/c/mpi_GraphComm.c JNIEnv *env, jobject jthis, jlong comm) comm 118 ompi/mpi/java/c/mpi_GraphComm.c (MPI_Comm)comm, &inDegree, &outDegree, &weighted); comm 136 ompi/mpi/java/c/mpi_GraphComm.c rc = MPI_Dist_graph_neighbors((MPI_Comm)comm, comm 153 ompi/mpi/java/c/mpi_GraphComm.c JNIEnv *env, jobject jthis, jlong comm, comm 163 ompi/mpi/java/c/mpi_GraphComm.c int rc = MPI_Graph_map((MPI_Comm)comm, nNodes, cIndex, cEdges, &newrank); comm 63 ompi/mpi/java/c/mpi_Intracomm.c JNIEnv *env, jobject jthis, jlong comm, jint colour, jint key) comm 66 ompi/mpi/java/c/mpi_Intracomm.c int rc = MPI_Comm_split((MPI_Comm)comm, colour, key, &newcomm); comm 72 ompi/mpi/java/c/mpi_Intracomm.c JNIEnv *env, jobject jthis, jlong comm, jint splitType, jint key, jlong info) comm 75 ompi/mpi/java/c/mpi_Intracomm.c int rc = MPI_Comm_split_type((MPI_Comm)comm, splitType, key, (MPI_Info)info, &newcomm); comm 81 ompi/mpi/java/c/mpi_Intracomm.c JNIEnv *env, jobject jthis, jlong comm, jlong group) comm 84 ompi/mpi/java/c/mpi_Intracomm.c int rc = MPI_Comm_create((MPI_Comm)comm, (MPI_Group)group, &newcomm); comm 90 ompi/mpi/java/c/mpi_Intracomm.c JNIEnv *env, jobject jthis, jlong comm, jlong group, int tag) comm 93 ompi/mpi/java/c/mpi_Intracomm.c int rc = MPI_Comm_create_group((MPI_Comm)comm, (MPI_Group)group, tag, &newcomm); comm 99 ompi/mpi/java/c/mpi_Intracomm.c JNIEnv *env, jobject jthis, jlong comm, comm 113 ompi/mpi/java/c/mpi_Intracomm.c int rc = MPI_Cart_create((MPI_Comm)comm, ndims, cDims, comm 123 ompi/mpi/java/c/mpi_Intracomm.c JNIEnv *env, jobject jthis, jlong comm, comm 134 ompi/mpi/java/c/mpi_Intracomm.c int rc = MPI_Graph_create((MPI_Comm)comm, comm 144 ompi/mpi/java/c/mpi_Intracomm.c JNIEnv *env, jobject jthis, jlong comm, jintArray sources, comm 160 ompi/mpi/java/c/mpi_Intracomm.c int rc = MPI_Dist_graph_create((MPI_Comm)comm, comm 176 ompi/mpi/java/c/mpi_Intracomm.c JNIEnv *env, jobject jthis, jlong comm, jintArray sources, comm 201 ompi/mpi/java/c/mpi_Intracomm.c int rc = MPI_Dist_graph_create_adjacent((MPI_Comm)comm, comm 224 ompi/mpi/java/c/mpi_Intracomm.c MPI_Comm comm = (MPI_Comm)jComm; comm 242 ompi/mpi/java/c/mpi_Intracomm.c int rc = MPI_Scan(sPtr, rPtr, count, type, op, comm); comm 252 ompi/mpi/java/c/mpi_Intracomm.c JNIEnv *env, jobject jthis, jlong comm, comm 268 ompi/mpi/java/c/mpi_Intracomm.c (MPI_Comm)comm, &request); comm 280 ompi/mpi/java/c/mpi_Intracomm.c MPI_Comm comm = (MPI_Comm)jComm; comm 298 ompi/mpi/java/c/mpi_Intracomm.c int rc = MPI_Exscan(sPtr, rPtr, count, type, op, comm); comm 308 ompi/mpi/java/c/mpi_Intracomm.c JNIEnv *env, jobject jthis, jlong comm, comm 324 ompi/mpi/java/c/mpi_Intracomm.c (MPI_Comm)comm, &request); comm 350 ompi/mpi/java/c/mpi_Intracomm.c JNIEnv *env, jobject jthis, jlong comm, comm 358 ompi/mpi/java/c/mpi_Intracomm.c root, (MPI_Comm)comm, &newComm); comm 369 ompi/mpi/java/c/mpi_Intracomm.c JNIEnv *env, jobject jthis, jlong comm, comm 377 ompi/mpi/java/c/mpi_Intracomm.c root, (MPI_Comm)comm, &newComm); comm 427 ompi/mpi/java/c/mpi_Intracomm.c JNIEnv *env, jobject jthis, jlong comm, jstring jCommand, comm 459 ompi/mpi/java/c/mpi_Intracomm.c root, (MPI_Comm)comm, &intercomm, cErrCodes); comm 485 ompi/mpi/java/c/mpi_Intracomm.c JNIEnv *env, jobject jthis, jlong comm, jobjectArray jCommands, comm 542 ompi/mpi/java/c/mpi_Intracomm.c root, (MPI_Comm)comm, &intercomm, cErrCodes); comm 42 ompi/mpi/java/c/mpi_Message.c MPI_Comm comm = (MPI_Comm)jComm; comm 45 ompi/mpi/java/c/mpi_Message.c int rc = MPI_Mprobe(source, tag, comm, &message, &status); comm 56 ompi/mpi/java/c/mpi_Message.c MPI_Comm comm = (MPI_Comm)jComm; comm 60 ompi/mpi/java/c/mpi_Message.c rc = MPI_Improbe(source, tag, comm, &flag, &message, &status); comm 37 ompi/mpi/java/c/mpi_Win.c jint size, jint dispUnit, jlong info, jlong comm) comm 43 ompi/mpi/java/c/mpi_Win.c (MPI_Info)info, (MPI_Comm)comm, &win); comm 50 ompi/mpi/java/c/mpi_Win.c jint size, jint dispUnit, jlong info, jlong comm, jobject jBase) comm 56 ompi/mpi/java/c/mpi_Win.c (MPI_Info)info, (MPI_Comm)comm, basePtr, &win); comm 63 ompi/mpi/java/c/mpi_Win.c jint size, jint dispUnit, jlong info, jlong comm, jobject jBase) comm 69 ompi/mpi/java/c/mpi_Win.c (MPI_Info)info, (MPI_Comm)comm, basePtr, &win); comm 77 ompi/mpi/java/c/mpi_Win.c jlong info, jlong comm) comm 82 ompi/mpi/java/c/mpi_Win.c (MPI_Info)info, (MPI_Comm)comm, &win); comm 145 ompi/mpi/java/java/CartComm.java private native CartParms getTopo(long comm) throws MPIException; comm 160 ompi/mpi/java/java/CartComm.java private native int getRank(long comm, int[] coords) throws MPIException; comm 175 ompi/mpi/java/java/CartComm.java private native int[] getCoords(long comm, int rank) throws MPIException; comm 191 ompi/mpi/java/java/CartComm.java private native ShiftParms shift(long comm, int direction, int disp) comm 208 ompi/mpi/java/java/CartComm.java private native long sub(long comm, boolean[] remainDims) throws MPIException; comm 226 ompi/mpi/java/java/CartComm.java private native int map(long comm, int[] dims, boolean[] periods) comm 139 ompi/mpi/java/java/Comm.java protected final native long dup(long comm) throws MPIException; comm 155 ompi/mpi/java/java/Comm.java protected final native long[] iDup(long comm) throws MPIException; comm 170 ompi/mpi/java/java/Comm.java protected final native long dupWithInfo(long comm, long info) throws MPIException; comm 195 ompi/mpi/java/java/Comm.java private native int getSize(long comm) throws MPIException; comm 209 ompi/mpi/java/java/Comm.java private native int getRank(long comm) throws MPIException; comm 244 ompi/mpi/java/java/Comm.java private native long free(long comm) throws MPIException; comm 267 ompi/mpi/java/java/Comm.java private native void setInfo(long comm, long info) throws MPIException; comm 280 ompi/mpi/java/java/Comm.java private native long getInfo(long comm) throws MPIException; comm 292 ompi/mpi/java/java/Comm.java private native long disconnect(long comm) throws MPIException; comm 306 ompi/mpi/java/java/Comm.java private native long getGroup(long comm); comm 323 ompi/mpi/java/java/Comm.java private native boolean isInter(long comm) throws MPIException; comm 351 ompi/mpi/java/java/Comm.java long comm, long localComm, int localLeader, comm 383 ompi/mpi/java/java/Comm.java long comm, Object buf, boolean db, int offset, int count, comm 420 ompi/mpi/java/java/Comm.java long comm, Object buf, boolean db, int offset, int count, comm 480 ompi/mpi/java/java/Comm.java long comm, Object sbuf, boolean sdb, int soffset, int scount, comm 526 ompi/mpi/java/java/Comm.java long comm, Object buf, boolean db, int offset, int count, comm 560 ompi/mpi/java/java/Comm.java long comm, Object buf, boolean db, int offset, int count, comm 591 ompi/mpi/java/java/Comm.java long comm, Object buf, boolean db, int offset, int count, comm 622 ompi/mpi/java/java/Comm.java long comm, Object buf, boolean db, int offset, int count, comm 651 ompi/mpi/java/java/Comm.java long comm, Buffer buf, int count, long type, int dest, int tag) comm 678 ompi/mpi/java/java/Comm.java long comm, Buffer buf, int count, long type, int dest, int tag) comm 705 ompi/mpi/java/java/Comm.java long comm, Buffer buf, int count, long type, int dest, int tag) comm 732 ompi/mpi/java/java/Comm.java long comm, Buffer buf, int count, long type, int dest, int tag) comm 759 ompi/mpi/java/java/Comm.java long comm, Buffer buf, int count, long type, int source, int tag) comm 789 ompi/mpi/java/java/Comm.java long comm, Buffer buf, int count, long type, int dest, int tag) comm 816 ompi/mpi/java/java/Comm.java long comm, Buffer buf, int count, long type, int dest, int tag) comm 843 ompi/mpi/java/java/Comm.java long comm, Buffer buf, int count, long type, int dest, int tag) comm 870 ompi/mpi/java/java/Comm.java long comm, Buffer buf, int count, long type, int dest, int tag) comm 897 ompi/mpi/java/java/Comm.java long comm, Buffer buf, int count, long type, int source, int tag) comm 937 ompi/mpi/java/java/Comm.java long comm, Object inbuf, boolean indb, int offset, int incount, comm 975 ompi/mpi/java/java/Comm.java long comm, byte[] inbuf, int position, Object outbuf, boolean outdb, comm 993 ompi/mpi/java/java/Comm.java private native int packSize(long comm, int incount, long type) comm 1015 ompi/mpi/java/java/Comm.java private native Status iProbe(long comm, int source, int tag) comm 1036 ompi/mpi/java/java/Comm.java private native void probe(long comm, int source, int tag, long[] stat) comm 1082 ompi/mpi/java/java/Comm.java private native void setAttr(long comm, int keyval, byte[] value) comm 1116 ompi/mpi/java/java/Comm.java private native Object getAttr_predefined(long comm, int keyval) comm 1119 ompi/mpi/java/java/Comm.java private native byte[] getAttr(long comm, int keyval) throws MPIException; comm 1133 ompi/mpi/java/java/Comm.java private native void deleteAttr(long comm, int keyval) throws MPIException; comm 1151 ompi/mpi/java/java/Comm.java private native int getTopology(long comm) throws MPIException; comm 1167 ompi/mpi/java/java/Comm.java private native void abort(long comm, int errorcode) throws MPIException; comm 1183 ompi/mpi/java/java/Comm.java private native void setErrhandler(long comm, long errhandler) comm 1198 ompi/mpi/java/java/Comm.java private native long getErrhandler(long comm); comm 1228 ompi/mpi/java/java/Comm.java private native void barrier(long comm) throws MPIException; comm 1242 ompi/mpi/java/java/Comm.java private native long iBarrier(long comm) throws MPIException; comm 1271 ompi/mpi/java/java/Comm.java long comm, Object buf, boolean db, int offset, int count, comm 1296 ompi/mpi/java/java/Comm.java long comm, Buffer buf, int count, long type, int root) comm 1372 ompi/mpi/java/java/Comm.java long comm, Object sendBuf, boolean sdb, int sendOff, int sendCount, comm 1430 ompi/mpi/java/java/Comm.java long comm, Buffer sendbuf, int sendcount, long sendtype, comm 1542 ompi/mpi/java/java/Comm.java long comm, Object sendBuf, boolean sdb, int sendOffset, comm 1707 ompi/mpi/java/java/Comm.java long comm, Object sendBuf, boolean sdb, int sendOffset, int sendCount, comm 1764 ompi/mpi/java/java/Comm.java long comm, Buffer sendbuf, int sendcount, long sendtype, comm 1874 ompi/mpi/java/java/Comm.java long comm, Object sendBuf, boolean sdb, int sendOffset, comm 1959 ompi/mpi/java/java/Comm.java long comm, Buffer sendbuf, int[] sendcount, int[] displs, long sendtype, comm 2031 ompi/mpi/java/java/Comm.java long comm, Object sendBuf, boolean sdb, int sendOffset, int sendCount, comm 2083 ompi/mpi/java/java/Comm.java long comm, Buffer sendbuf, int sendcount, long sendtype, comm 2159 ompi/mpi/java/java/Comm.java long comm, Object sendBuf, boolean sdb, int sendOffset, int sendCount, comm 2263 ompi/mpi/java/java/Comm.java long comm, Object sendBuf, boolean sdb, int sendOffset, int sendCount, comm 2295 ompi/mpi/java/java/Comm.java long comm, Buffer sendbuf, int sendcount, long sendtype, comm 2345 ompi/mpi/java/java/Comm.java long comm, Object sendBuf, boolean sdb, int sendOffset, comm 2382 ompi/mpi/java/java/Comm.java private native long iAllToAllv(long comm, comm 2418 ompi/mpi/java/java/Comm.java private native void allToAllw(long comm, comm 2457 ompi/mpi/java/java/Comm.java private native long iAllToAllw(long comm, comm 2504 ompi/mpi/java/java/Comm.java long comm, Object sendBuf, boolean sdb, int sendOffset, comm 2537 ompi/mpi/java/java/Comm.java long comm, Buffer sendBuf, int sendCount, long sendType, comm 2584 ompi/mpi/java/java/Comm.java long comm, Object sendBuf, boolean sdb, int sendOff, comm 2617 ompi/mpi/java/java/Comm.java long comm, Buffer sendBuf, int sendCount, long sendType, comm 2663 ompi/mpi/java/java/Comm.java long comm, Object sendBuf, boolean sdb, int sendOff, comm 2696 ompi/mpi/java/java/Comm.java long comm, Buffer sendBuf, int sendCount, long sendType, comm 2744 ompi/mpi/java/java/Comm.java long comm, Object sendBuf, boolean sdb, int sendOff, comm 2779 ompi/mpi/java/java/Comm.java long comm, Buffer sendBuf, int[] sendCount, int[] sdispls, long sType, comm 2863 ompi/mpi/java/java/Comm.java long comm, Object sendbuf, boolean sdb, int sendoff, comm 2926 ompi/mpi/java/java/Comm.java long comm, Buffer sendbuf, Buffer recvbuf, int count, comm 3000 ompi/mpi/java/java/Comm.java long comm, Object sendbuf, boolean sdb, int sendoff, comm 3056 ompi/mpi/java/java/Comm.java long comm, Buffer sendbuf, Buffer recvbuf, int count, comm 3131 ompi/mpi/java/java/Comm.java long comm, Object sendbuf, boolean sdb, int sendoff, comm 3263 ompi/mpi/java/java/Comm.java long comm, Object sendBuf, boolean sdb, int sOffset, comm 53 ompi/mpi/java/java/File.java public File(Comm comm, String filename, int amode) throws MPIException comm 56 ompi/mpi/java/java/File.java handle = open(comm.handle, filename, amode, Info.NULL); comm 67 ompi/mpi/java/java/File.java public File(Comm comm, String filename, int amode, Info info) comm 71 ompi/mpi/java/java/File.java handle = open(comm.handle, filename, amode, info.handle); comm 74 ompi/mpi/java/java/File.java private native long open(long comm, String filename, int amode, long info) comm 147 ompi/mpi/java/java/GraphComm.java private native GraphParms getDims(long comm) throws MPIException; comm 164 ompi/mpi/java/java/GraphComm.java private native int[] getNeighbors(long comm, int rank) throws MPIException; comm 177 ompi/mpi/java/java/GraphComm.java private native DistGraphNeighbors getDistGraphNeighbors(long comm) comm 195 ompi/mpi/java/java/GraphComm.java private native int map(long comm, int[] index, int[] edges) throws MPIException; comm 156 ompi/mpi/java/java/Intracomm.java private native long split(long comm, int colour, int key) throws MPIException; comm 174 ompi/mpi/java/java/Intracomm.java private native long splitType(long comm, int colour, int key, long info) throws MPIException; comm 189 ompi/mpi/java/java/Intracomm.java private native long create(long comm, long group); comm 205 ompi/mpi/java/java/Intracomm.java private native long createGroup(long comm, long group, int tag); comm 234 ompi/mpi/java/java/Intracomm.java long comm, int[] dims, boolean[] periods, boolean reorder) comm 257 ompi/mpi/java/java/Intracomm.java long comm, int[] index, int[] edges, boolean reorder) comm 313 ompi/mpi/java/java/Intracomm.java long comm, int[] sources, int[] degrees, int[] destinations, comm 375 ompi/mpi/java/java/Intracomm.java long comm, int[] sources, int []sourceweights, int[] destinations, comm 450 ompi/mpi/java/java/Intracomm.java long comm, Object sendbuf, boolean sdb, int sendoff, comm 504 ompi/mpi/java/java/Intracomm.java long comm, Buffer sendbuf, Buffer recvbuf, int count, comm 577 ompi/mpi/java/java/Intracomm.java long comm, Object sendbuf, boolean sdb, int sendoff, comm 631 ompi/mpi/java/java/Intracomm.java long comm, Buffer sendbuf, Buffer recvbuf, int count, comm 700 ompi/mpi/java/java/Intracomm.java private native long accept(long comm, String port, long info, int root) comm 731 ompi/mpi/java/java/Intracomm.java private native long connect(long comm, String port, long info, int root) comm 847 ompi/mpi/java/java/Intracomm.java private native long spawn(long comm, String command, String[] argv, comm 883 ompi/mpi/java/java/Intracomm.java long comm, String[] commands, String[][] argv, int[] maxprocs, comm 83 ompi/mpi/java/java/Message.java public Status mProbe(int source, int tag, Comm comm) throws MPIException comm 87 ompi/mpi/java/java/Message.java handle = mProbe(source, tag, comm.handle, status.data); comm 91 ompi/mpi/java/java/Message.java private native long mProbe(int source, int tag, long comm, long[] status) comm 102 ompi/mpi/java/java/Message.java public Status imProbe(int source, int tag, Comm comm) throws MPIException comm 105 ompi/mpi/java/java/Message.java return imProbe(source, tag, comm.handle); comm 108 ompi/mpi/java/java/Message.java private native Status imProbe(int source, int tag, long comm) comm 47 ompi/mpi/java/java/Win.java public Win(Buffer base, int size, int dispUnit, Info info, Comm comm) comm 69 ompi/mpi/java/java/Win.java handle = createWin(base, sizeBytes, dispBytes, info.handle, comm.handle); comm 73 ompi/mpi/java/java/Win.java Buffer base, int size, int dispUnit, long info, long comm) comm 86 ompi/mpi/java/java/Win.java public Win(int size, int dispUnit, Info info, Comm comm, Buffer base, int flavor) comm 109 ompi/mpi/java/java/Win.java handle = allocateWin(sizeBytes, dispBytes, info.handle, comm.handle, base); comm 111 ompi/mpi/java/java/Win.java handle = allocateSharedWin(sizeBytes, dispBytes, info.handle, comm.handle, base); comm 116 ompi/mpi/java/java/Win.java int size, int dispUnit, long info, long comm, Buffer base) comm 120 ompi/mpi/java/java/Win.java int size, int dispUnit, long info, long comm, Buffer base) comm 129 ompi/mpi/java/java/Win.java public Win(Info info, Comm comm) comm 132 ompi/mpi/java/java/Win.java handle = createDynamicWin(info.handle, comm.handle); comm 136 ompi/mpi/java/java/Win.java long info, long comm) comm 29 ompi/mpiext/cr/c/checkpoint.c MPI_Comm comm = MPI_COMM_WORLD; comm 46 ompi/mpiext/cr/c/checkpoint.c MPI_Comm_rank(comm, &my_rank); comm 56 ompi/mpiext/cr/c/checkpoint.c MPI_Barrier(comm); comm 65 ompi/mpiext/cr/c/checkpoint.c OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OTHER, comm 81 ompi/mpiext/cr/c/checkpoint.c MPI_Bcast(&state, 1, MPI_INT, 0, comm); comm 82 ompi/mpiext/cr/c/checkpoint.c MPI_Bcast(seq, 1, MPI_INT, 0, comm); comm 83 ompi/mpiext/cr/c/checkpoint.c MPI_Bcast(*handle, HANDLE_SIZE_MAX, MPI_CHAR, 0, comm); comm 27 ompi/mpiext/cr/c/migrate.c int OMPI_CR_Migrate(MPI_Comm comm, char *hostname, int rank, MPI_Info *info) comm 50 ompi/mpiext/cr/c/migrate.c MPI_Comm_rank(comm, &my_rank); comm 51 ompi/mpiext/cr/c/migrate.c MPI_Comm_size(comm, &my_size); comm 94 ompi/mpiext/cr/c/migrate.c (datum->mig_vpids), 1, MPI_INT, 0, comm); comm 96 ompi/mpiext/cr/c/migrate.c (datum->mig_host_pref), MPI_MAX_PROCESSOR_NAME, MPI_CHAR, 0, comm); comm 98 ompi/mpiext/cr/c/migrate.c (datum->mig_vpid_pref), 1, MPI_INT, 0, comm); comm 100 ompi/mpiext/cr/c/migrate.c (datum->mig_off_node), 1, MPI_INT, 0, comm); comm 108 ompi/mpiext/cr/c/migrate.c OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OTHER, comm 119 ompi/mpiext/cr/c/migrate.c MPI_Barrier(comm); comm 34 ompi/mpiext/cr/c/mpiext_cr_c.h OMPI_DECLSPEC int OMPI_CR_Migrate(MPI_Comm comm, char *hostname, int rank, MPI_Info *info); comm 71 ompi/mpiext/cr/c/mpiext_cr_c.h OMPI_DECLSPEC int OMPI_CR_Quiesce_start(MPI_Comm comm, MPI_Info *info); comm 77 ompi/mpiext/cr/c/mpiext_cr_c.h OMPI_DECLSPEC int OMPI_CR_Quiesce_checkpoint(MPI_Comm comm, char **handle, int *seq, MPI_Info *info); comm 83 ompi/mpiext/cr/c/mpiext_cr_c.h OMPI_DECLSPEC int OMPI_CR_Quiesce_end(MPI_Comm comm, MPI_Info *info); comm 28 ompi/mpiext/cr/c/quiesce_checkpoint.c MPI_Comm comm = MPI_COMM_WORLD; /* Currently ignore provided comm */ comm 44 ompi/mpiext/cr/c/quiesce_checkpoint.c MPI_Comm_rank(comm, &my_rank); comm 28 ompi/mpiext/cr/c/quiesce_end.c MPI_Comm comm = MPI_COMM_WORLD; /* Currently ignore provided comm */ comm 44 ompi/mpiext/cr/c/quiesce_end.c MPI_Comm_rank(comm, &my_rank); comm 58 ompi/mpiext/cr/c/quiesce_end.c OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OTHER, comm 66 ompi/mpiext/cr/c/quiesce_end.c MPI_Barrier(comm); comm 32 ompi/mpiext/cr/c/quiesce_start.c MPI_Comm comm = MPI_COMM_WORLD; /* Currently ignore provided comm */ comm 48 ompi/mpiext/cr/c/quiesce_start.c MPI_Comm_rank(comm, &my_rank); comm 58 ompi/mpiext/cr/c/quiesce_start.c MPI_Barrier(comm); comm 68 ompi/mpiext/cr/c/quiesce_start.c OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OTHER, comm 28 ompi/mpiext/cr/c/restart.c MPI_Comm comm = MPI_COMM_WORLD; comm 56 ompi/mpiext/cr/c/restart.c OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OTHER, comm 21 ompi/mpiext/example/c/mpiext_example_c.h OMPI_DECLSPEC int OMPI_Progress(int count, MPI_Comm comm); comm 41 ompi/mpiext/example/c/mpiext_example_progress.c int OMPI_Progress(int count, MPI_Comm comm) comm 49 ompi/mpiext/example/c/mpiext_example_progress.c PMPI_Comm_get_name(comm, name, &len); comm 34 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_DECLSPEC void OMPI_Progress_f(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr); comm 35 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_DECLSPEC void OMPI_PROGRESS(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr); comm 36 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_DECLSPEC void ompi_progress(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr); comm 37 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_DECLSPEC void ompi_progress_(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr); comm 38 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_DECLSPEC void ompi_progress__(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr); comm 41 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c void OMPI_Progress_f(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr) comm 44 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c MPI_Comm c_comm = MPI_Comm_f2c(*comm); comm 52 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c void OMPI_PROGRESS(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr) { comm 53 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_Progress_f(count, comm, ierr); comm 56 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c void ompi_progress(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr) { comm 57 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_Progress_f(count, comm, ierr); comm 60 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c void ompi_progress_(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr) { comm 61 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_Progress_f(count, comm, ierr); comm 64 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c void ompi_progress__(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr) { comm 65 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_Progress_f(count, comm, ierr); comm 22 ompi/mpiext/example/use-mpi-f08/mpiext_example_usempif08.h subroutine ompi_progress(count, comm, ierr) comm 25 ompi/mpiext/example/use-mpi-f08/mpiext_example_usempif08.h type(MPI_Comm), intent(IN) :: comm comm 22 ompi/mpiext/example/use-mpi/mpiext_example_usempi.h subroutine ompi_progress(count, comm, ierr) comm 24 ompi/mpiext/example/use-mpi/mpiext_example_usempi.h integer, intent(IN) :: comm comm 50 ompi/mpiext/pcollreq/c/allgather_init.c MPI_Comm comm, MPI_Info info, MPI_Request *request) comm 60 ompi/mpiext/pcollreq/c/allgather_init.c rank = ompi_comm_rank(comm); comm 64 ompi/mpiext/pcollreq/c/allgather_init.c memchecker_comm(comm); comm 85 ompi/mpiext/pcollreq/c/allgather_init.c if (ompi_comm_invalid(comm)) { comm 91 ompi/mpiext/pcollreq/c/allgather_init.c } else if ((MPI_IN_PLACE == sendbuf && OMPI_COMM_IS_INTER(comm)) || comm 93 ompi/mpiext/pcollreq/c/allgather_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 97 ompi/mpiext/pcollreq/c/allgather_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 103 ompi/mpiext/pcollreq/c/allgather_init.c err = comm->c_coll->coll_allgather_init(sendbuf, sendcount, sendtype, comm 104 ompi/mpiext/pcollreq/c/allgather_init.c recvbuf, recvcount, recvtype, comm, comm 105 ompi/mpiext/pcollreq/c/allgather_init.c info, request, comm->c_coll->coll_allgather_init_module); comm 107 ompi/mpiext/pcollreq/c/allgather_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 50 ompi/mpiext/pcollreq/c/allgatherv_init.c MPI_Datatype recvtype, MPI_Comm comm, comm 61 ompi/mpiext/pcollreq/c/allgatherv_init.c rank = ompi_comm_rank(comm); comm 62 ompi/mpiext/pcollreq/c/allgatherv_init.c size = ompi_comm_size(comm); comm 66 ompi/mpiext/pcollreq/c/allgatherv_init.c memchecker_comm (comm); comm 92 ompi/mpiext/pcollreq/c/allgatherv_init.c if (ompi_comm_invalid(comm)) { comm 95 ompi/mpiext/pcollreq/c/allgatherv_init.c } else if ((MPI_IN_PLACE == sendbuf && OMPI_COMM_IS_INTER(comm)) || comm 97 ompi/mpiext/pcollreq/c/allgatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 99 ompi/mpiext/pcollreq/c/allgatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 105 ompi/mpiext/pcollreq/c/allgatherv_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 112 ompi/mpiext/pcollreq/c/allgatherv_init.c size = ompi_comm_remote_size(comm); comm 115 ompi/mpiext/pcollreq/c/allgatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 120 ompi/mpiext/pcollreq/c/allgatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_BUFFER, FUNC_NAME); comm 127 ompi/mpiext/pcollreq/c/allgatherv_init.c err = comm->c_coll->coll_allgatherv_init(sendbuf, sendcount, sendtype, comm 129 ompi/mpiext/pcollreq/c/allgatherv_init.c recvtype, comm, info, request, comm 130 ompi/mpiext/pcollreq/c/allgatherv_init.c comm->c_coll->coll_allgatherv_init_module); comm 131 ompi/mpiext/pcollreq/c/allgatherv_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 50 ompi/mpiext/pcollreq/c/allreduce_init.c MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, comm 59 ompi/mpiext/pcollreq/c/allreduce_init.c memchecker_comm(comm); comm 80 ompi/mpiext/pcollreq/c/allreduce_init.c if (ompi_comm_invalid(comm)) { comm 86 ompi/mpiext/pcollreq/c/allreduce_init.c int ret = OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OP, msg); comm 89 ompi/mpiext/pcollreq/c/allreduce_init.c } else if ((MPI_IN_PLACE == sendbuf && OMPI_COMM_IS_INTER(comm)) || comm 101 ompi/mpiext/pcollreq/c/allreduce_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 111 ompi/mpiext/pcollreq/c/allreduce_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 119 ompi/mpiext/pcollreq/c/allreduce_init.c err = comm->c_coll->coll_allreduce_init(sendbuf, recvbuf, count, datatype, comm 120 ompi/mpiext/pcollreq/c/allreduce_init.c op, comm, info, request, comm->c_coll->coll_allreduce_init_module); comm 122 ompi/mpiext/pcollreq/c/allreduce_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 50 ompi/mpiext/pcollreq/c/alltoall_init.c MPI_Comm comm, MPI_Info info, MPI_Request *request) comm 58 ompi/mpiext/pcollreq/c/alltoall_init.c memchecker_comm(comm); comm 74 ompi/mpiext/pcollreq/c/alltoall_init.c if (ompi_comm_invalid(comm)) { comm 77 ompi/mpiext/pcollreq/c/alltoall_init.c } else if ((MPI_IN_PLACE == sendbuf && OMPI_COMM_IS_INTER(comm)) || comm 84 ompi/mpiext/pcollreq/c/alltoall_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 87 ompi/mpiext/pcollreq/c/alltoall_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 90 ompi/mpiext/pcollreq/c/alltoall_init.c if (MPI_IN_PLACE != sendbuf && !OMPI_COMM_IS_INTER(comm)) { comm 94 ompi/mpiext/pcollreq/c/alltoall_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TRUNCATE, FUNC_NAME); comm 102 ompi/mpiext/pcollreq/c/alltoall_init.c err = comm->c_coll->coll_alltoall_init(sendbuf, sendcount, sendtype, comm 103 ompi/mpiext/pcollreq/c/alltoall_init.c recvbuf, recvcount, recvtype, comm, info, comm 104 ompi/mpiext/pcollreq/c/alltoall_init.c request, comm->c_coll->coll_alltoall_init_module); comm 105 ompi/mpiext/pcollreq/c/alltoall_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 49 ompi/mpiext/pcollreq/c/alltoallv_init.c const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, comm 60 ompi/mpiext/pcollreq/c/alltoallv_init.c memchecker_comm(comm); comm 70 ompi/mpiext/pcollreq/c/alltoallv_init.c size = OMPI_COMM_IS_INTER(comm)?ompi_comm_remote_size(comm):ompi_comm_size(comm); comm 91 ompi/mpiext/pcollreq/c/alltoallv_init.c if (ompi_comm_invalid(comm)) { comm 104 ompi/mpiext/pcollreq/c/alltoallv_init.c (MPI_IN_PLACE == sendbuf && OMPI_COMM_IS_INTER(comm)) || comm 106 ompi/mpiext/pcollreq/c/alltoallv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 109 ompi/mpiext/pcollreq/c/alltoallv_init.c size = OMPI_COMM_IS_INTER(comm)?ompi_comm_remote_size(comm):ompi_comm_size(comm); comm 112 ompi/mpiext/pcollreq/c/alltoallv_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 114 ompi/mpiext/pcollreq/c/alltoallv_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 117 ompi/mpiext/pcollreq/c/alltoallv_init.c if (MPI_IN_PLACE != sendbuf && !OMPI_COMM_IS_INTER(comm)) { comm 118 ompi/mpiext/pcollreq/c/alltoallv_init.c int me = ompi_comm_rank(comm); comm 123 ompi/mpiext/pcollreq/c/alltoallv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TRUNCATE, FUNC_NAME); comm 131 ompi/mpiext/pcollreq/c/alltoallv_init.c err = comm->c_coll->coll_alltoallv_init(sendbuf, sendcounts, sdispls, comm 133 ompi/mpiext/pcollreq/c/alltoallv_init.c recvtype, comm, info, request, comm->c_coll->coll_alltoallv_init_module); comm 134 ompi/mpiext/pcollreq/c/alltoallv_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 49 ompi/mpiext/pcollreq/c/alltoallw_init.c const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, comm 61 ompi/mpiext/pcollreq/c/alltoallw_init.c memchecker_comm(comm); comm 63 ompi/mpiext/pcollreq/c/alltoallw_init.c size = OMPI_COMM_IS_INTER(comm)?ompi_comm_remote_size(comm):ompi_comm_size(comm); comm 87 ompi/mpiext/pcollreq/c/alltoallw_init.c if (ompi_comm_invalid(comm)) { comm 100 ompi/mpiext/pcollreq/c/alltoallw_init.c (MPI_IN_PLACE == sendbuf && OMPI_COMM_IS_INTER(comm)) || comm 102 ompi/mpiext/pcollreq/c/alltoallw_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 105 ompi/mpiext/pcollreq/c/alltoallw_init.c size = OMPI_COMM_IS_INTER(comm)?ompi_comm_remote_size(comm):ompi_comm_size(comm); comm 108 ompi/mpiext/pcollreq/c/alltoallw_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 110 ompi/mpiext/pcollreq/c/alltoallw_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 113 ompi/mpiext/pcollreq/c/alltoallw_init.c if (MPI_IN_PLACE != sendbuf && !OMPI_COMM_IS_INTER(comm)) { comm 114 ompi/mpiext/pcollreq/c/alltoallw_init.c int me = ompi_comm_rank(comm); comm 119 ompi/mpiext/pcollreq/c/alltoallw_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TRUNCATE, FUNC_NAME); comm 127 ompi/mpiext/pcollreq/c/alltoallw_init.c err = comm->c_coll->coll_alltoallw_init(sendbuf, sendcounts, sdispls, comm 129 ompi/mpiext/pcollreq/c/alltoallw_init.c rdispls, recvtypes, comm, info, request, comm 130 ompi/mpiext/pcollreq/c/alltoallw_init.c comm->c_coll->coll_alltoallw_init_module); comm 131 ompi/mpiext/pcollreq/c/alltoallw_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 43 ompi/mpiext/pcollreq/c/barrier_init.c int MPIX_Barrier_init(MPI_Comm comm, MPI_Info info, MPI_Request *request) comm 50 ompi/mpiext/pcollreq/c/barrier_init.c memchecker_comm(comm); comm 57 ompi/mpiext/pcollreq/c/barrier_init.c if (ompi_comm_invalid(comm)) { comm 64 ompi/mpiext/pcollreq/c/barrier_init.c err = comm->c_coll->coll_barrier_init(comm, info, request, comm->c_coll->coll_barrier_init_module); comm 68 ompi/mpiext/pcollreq/c/barrier_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 37 ompi/mpiext/pcollreq/c/bcast_init.c int root, MPI_Comm comm, MPI_Info info, MPI_Request *request) comm 46 ompi/mpiext/pcollreq/c/bcast_init.c memchecker_comm(comm); comm 52 ompi/mpiext/pcollreq/c/bcast_init.c if (ompi_comm_invalid(comm)) { comm 60 ompi/mpiext/pcollreq/c/bcast_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 62 ompi/mpiext/pcollreq/c/bcast_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 67 ompi/mpiext/pcollreq/c/bcast_init.c if (OMPI_COMM_IS_INTRA(comm)) { comm 68 ompi/mpiext/pcollreq/c/bcast_init.c if ((root >= ompi_comm_size(comm)) || (root < 0)) { comm 69 ompi/mpiext/pcollreq/c/bcast_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 76 ompi/mpiext/pcollreq/c/bcast_init.c if (! ((root >= 0 && root < ompi_comm_remote_size(comm)) || comm 78 ompi/mpiext/pcollreq/c/bcast_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 87 ompi/mpiext/pcollreq/c/bcast_init.c err = comm->c_coll->coll_bcast_init(buffer, count, datatype, root, comm, comm 89 ompi/mpiext/pcollreq/c/bcast_init.c comm->c_coll->coll_bcast_init_module); comm 90 ompi/mpiext/pcollreq/c/bcast_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 47 ompi/mpiext/pcollreq/c/exscan_init.c MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, comm 57 ompi/mpiext/pcollreq/c/exscan_init.c memchecker_comm(comm); comm 64 ompi/mpiext/pcollreq/c/exscan_init.c if (ompi_comm_invalid(comm)) { comm 74 ompi/mpiext/pcollreq/c/exscan_init.c int ret = OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OP, msg); comm 80 ompi/mpiext/pcollreq/c/exscan_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 88 ompi/mpiext/pcollreq/c/exscan_init.c err = comm->c_coll->coll_exscan_init(sendbuf, recvbuf, count, comm 89 ompi/mpiext/pcollreq/c/exscan_init.c datatype, op, comm, info, request, comm 90 ompi/mpiext/pcollreq/c/exscan_init.c comm->c_coll->coll_exscan_init_module); comm 92 ompi/mpiext/pcollreq/c/exscan_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 50 ompi/mpiext/pcollreq/c/gather_init.c int root, MPI_Comm comm, MPI_Info info, MPI_Request *request) comm 60 ompi/mpiext/pcollreq/c/gather_init.c rank = ompi_comm_rank(comm); comm 63 ompi/mpiext/pcollreq/c/gather_init.c memchecker_comm(comm); comm 64 ompi/mpiext/pcollreq/c/gather_init.c if(OMPI_COMM_IS_INTRA(comm)) { comm 65 ompi/mpiext/pcollreq/c/gather_init.c if(ompi_comm_rank(comm) == root) { comm 100 ompi/mpiext/pcollreq/c/gather_init.c if (ompi_comm_invalid(comm)) { comm 103 ompi/mpiext/pcollreq/c/gather_init.c } else if ((ompi_comm_rank(comm) != root && MPI_IN_PLACE == sendbuf) || comm 104 ompi/mpiext/pcollreq/c/gather_init.c (ompi_comm_rank(comm) == root && MPI_IN_PLACE == recvbuf)) { comm 105 ompi/mpiext/pcollreq/c/gather_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 110 ompi/mpiext/pcollreq/c/gather_init.c if (OMPI_COMM_IS_INTRA(comm)) { comm 114 ompi/mpiext/pcollreq/c/gather_init.c if ((root >= ompi_comm_size(comm)) || (root < 0)) { comm 115 ompi/mpiext/pcollreq/c/gather_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 121 ompi/mpiext/pcollreq/c/gather_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 129 ompi/mpiext/pcollreq/c/gather_init.c if (ompi_comm_rank(comm) == root) { comm 131 ompi/mpiext/pcollreq/c/gather_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 135 ompi/mpiext/pcollreq/c/gather_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 143 ompi/mpiext/pcollreq/c/gather_init.c if (! ((root >= 0 && root < ompi_comm_remote_size(comm)) || comm 145 ompi/mpiext/pcollreq/c/gather_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 152 ompi/mpiext/pcollreq/c/gather_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 161 ompi/mpiext/pcollreq/c/gather_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 165 ompi/mpiext/pcollreq/c/gather_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 174 ompi/mpiext/pcollreq/c/gather_init.c err = comm->c_coll->coll_gather_init(sendbuf, sendcount, sendtype, recvbuf, comm 175 ompi/mpiext/pcollreq/c/gather_init.c recvcount, recvtype, root, comm, info, request, comm 176 ompi/mpiext/pcollreq/c/gather_init.c comm->c_coll->coll_gather_init_module); comm 177 ompi/mpiext/pcollreq/c/gather_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 48 ompi/mpiext/pcollreq/c/gatherv_init.c MPI_Datatype recvtype, int root, MPI_Comm comm, comm 58 ompi/mpiext/pcollreq/c/gatherv_init.c size = ompi_comm_remote_size(comm); comm 61 ompi/mpiext/pcollreq/c/gatherv_init.c memchecker_comm(comm); comm 62 ompi/mpiext/pcollreq/c/gatherv_init.c if(OMPI_COMM_IS_INTRA(comm)) { comm 63 ompi/mpiext/pcollreq/c/gatherv_init.c if(ompi_comm_rank(comm) == root) { comm 108 ompi/mpiext/pcollreq/c/gatherv_init.c if (ompi_comm_invalid(comm)) { comm 111 ompi/mpiext/pcollreq/c/gatherv_init.c } else if ((ompi_comm_rank(comm) != root && MPI_IN_PLACE == sendbuf) || comm 112 ompi/mpiext/pcollreq/c/gatherv_init.c (ompi_comm_rank(comm) == root && MPI_IN_PLACE == recvbuf)) { comm 113 ompi/mpiext/pcollreq/c/gatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 118 ompi/mpiext/pcollreq/c/gatherv_init.c if (OMPI_COMM_IS_INTRA(comm)) { comm 122 ompi/mpiext/pcollreq/c/gatherv_init.c if ((root >= ompi_comm_size(comm)) || (root < 0)) { comm 127 ompi/mpiext/pcollreq/c/gatherv_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 135 ompi/mpiext/pcollreq/c/gatherv_init.c if (ompi_comm_rank(comm) == root) { comm 137 ompi/mpiext/pcollreq/c/gatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 141 ompi/mpiext/pcollreq/c/gatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 144 ompi/mpiext/pcollreq/c/gatherv_init.c size = ompi_comm_size(comm); comm 147 ompi/mpiext/pcollreq/c/gatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 149 ompi/mpiext/pcollreq/c/gatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 158 ompi/mpiext/pcollreq/c/gatherv_init.c if (! ((root >= 0 && root < ompi_comm_remote_size(comm)) || comm 160 ompi/mpiext/pcollreq/c/gatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 167 ompi/mpiext/pcollreq/c/gatherv_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 176 ompi/mpiext/pcollreq/c/gatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 180 ompi/mpiext/pcollreq/c/gatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 183 ompi/mpiext/pcollreq/c/gatherv_init.c size = ompi_comm_remote_size(comm); comm 186 ompi/mpiext/pcollreq/c/gatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 188 ompi/mpiext/pcollreq/c/gatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 198 ompi/mpiext/pcollreq/c/gatherv_init.c err = comm->c_coll->coll_gatherv_init(sendbuf, sendcount, sendtype, recvbuf, comm 200 ompi/mpiext/pcollreq/c/gatherv_init.c root, comm, info, request, comm 201 ompi/mpiext/pcollreq/c/gatherv_init.c comm->c_coll->coll_gatherv_init_module); comm 202 ompi/mpiext/pcollreq/c/gatherv_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 13 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 14 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 15 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Allreduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 16 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 17 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 18 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Alltoallw_init(const void *sendbuf, const int sendcounts[], const int sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 19 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Barrier_init(MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 20 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Bcast_init(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 21 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Exscan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 22 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Gather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 23 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Gatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 24 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Reduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 25 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Reduce_scatter_init(const void *sendbuf, void *recvbuf, const int recvcounts[], MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 26 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Reduce_scatter_block_init(const void *sendbuf, void *recvbuf, int recvcount, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 27 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Scan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 28 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Scatter_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 29 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Scatterv_init(const void *sendbuf, const int sendcounts[], const int displs[], MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 31 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 32 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 33 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 34 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 35 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Neighbor_alltoallw_init(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 40 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 41 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 42 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Allreduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 43 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 44 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 45 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Alltoallw_init(const void *sendbuf, const int sendcounts[], const int sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 46 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Barrier_init(MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 47 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Bcast_init(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 48 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Exscan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 49 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Gather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 50 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Gatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 51 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Reduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 52 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Reduce_scatter_init(const void *sendbuf, void *recvbuf, const int recvcounts[], MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 53 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Reduce_scatter_block_init(const void *sendbuf, void *recvbuf, int recvcount, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 54 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Scan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 55 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Scatter_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 56 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Scatterv_init(const void *sendbuf, const int sendcounts[], const int displs[], MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 58 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_allgather_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 59 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 60 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_alltoall_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 61 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_alltoallv_init(const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 62 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Neighbor_alltoallw_init(const void *sendbuf, const int sendcounts[], const MPI_Aint sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, MPI_Info info, MPI_Request *request); comm 53 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c MPI_Comm comm, MPI_Info info, MPI_Request *request) comm 63 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c rank = ompi_comm_rank(comm); comm 67 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c memchecker_comm(comm); comm 84 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c if (ompi_comm_invalid(comm) || OMPI_COMM_IS_INTER(comm)) { comm 86 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c } else if (! OMPI_COMM_IS_TOPO(comm)) { comm 93 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 97 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 99 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c if( OMPI_COMM_IS_CART(comm) ) { comm 100 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 102 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 105 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c else if( OMPI_COMM_IS_GRAPH(comm) ) { comm 107 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c mca_topo_base_graph_neighbors_count(comm, ompi_comm_rank(comm), °ree); comm 109 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 112 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c else if( OMPI_COMM_IS_DIST_GRAPH(comm) ) { comm 113 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 117 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 125 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c err = comm->c_coll->coll_neighbor_allgather_init(sendbuf, sendcount, sendtype, recvbuf, comm 126 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c recvcount, recvtype, comm, info, request, comm 127 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c comm->c_coll->coll_neighbor_allgather_init_module); comm 129 ompi/mpiext/pcollreq/c/neighbor_allgather_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 53 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c MPI_Datatype recvtype, MPI_Comm comm, comm 64 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c rank = ompi_comm_rank(comm); comm 65 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c size = ompi_comm_size(comm); comm 69 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c memchecker_comm (comm); comm 91 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c if (ompi_comm_invalid(comm) || OMPI_COMM_IS_INTER(comm)) { comm 94 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c } else if (! OMPI_COMM_IS_TOPO(comm)) { comm 98 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 100 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 104 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 111 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c size = ompi_comm_remote_size(comm); comm 114 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 119 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_BUFFER, FUNC_NAME); comm 122 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c if( OMPI_COMM_IS_CART(comm) ) { comm 123 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 125 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 128 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c else if( OMPI_COMM_IS_GRAPH(comm) ) { comm 130 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c mca_topo_base_graph_neighbors_count(comm, ompi_comm_rank(comm), °ree); comm 132 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 135 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c else if( OMPI_COMM_IS_DIST_GRAPH(comm) ) { comm 136 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 140 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 148 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c err = comm->c_coll->coll_neighbor_allgatherv_init(sendbuf, sendcount, sendtype, comm 150 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c recvtype, comm, info, request, comm 151 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c comm->c_coll->coll_neighbor_allgatherv_init_module); comm 152 ompi/mpiext/pcollreq/c/neighbor_allgatherv_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 53 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c MPI_Comm comm, MPI_Info info, MPI_Request *request) comm 61 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c memchecker_comm(comm); comm 77 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c if (ompi_comm_invalid(comm) || OMPI_COMM_IS_INTER(comm)) { comm 80 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c } else if (! OMPI_COMM_IS_TOPO(comm)) { comm 88 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 90 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 96 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TRUNCATE, FUNC_NAME); comm 99 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c if( OMPI_COMM_IS_CART(comm) ) { comm 100 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 102 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 105 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c else if( OMPI_COMM_IS_GRAPH(comm) ) { comm 107 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c mca_topo_base_graph_neighbors_count(comm, ompi_comm_rank(comm), °ree); comm 109 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 112 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c else if( OMPI_COMM_IS_DIST_GRAPH(comm) ) { comm 113 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 117 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 125 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c err = comm->c_coll->coll_neighbor_alltoall_init(sendbuf, sendcount, sendtype, comm 126 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c recvbuf, recvcount, recvtype, comm, comm 128 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c comm->c_coll->coll_neighbor_alltoall_init_module); comm 129 ompi/mpiext/pcollreq/c/neighbor_alltoall_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 52 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm, comm 64 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c memchecker_comm(comm); comm 74 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c err = mca_topo_base_neighbor_count (comm, &indegree, &outdegree); comm 99 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c if (ompi_comm_invalid(comm) || OMPI_COMM_IS_INTER(comm)) { comm 102 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c } else if (! OMPI_COMM_IS_TOPO(comm)) { comm 108 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 111 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c err = mca_topo_base_neighbor_count (comm, &indegree, &outdegree); comm 112 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 115 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 119 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 122 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c if( OMPI_COMM_IS_CART(comm) ) { comm 123 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 125 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 128 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c else if( OMPI_COMM_IS_GRAPH(comm) ) { comm 130 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c mca_topo_base_graph_neighbors_count(comm, ompi_comm_rank(comm), °ree); comm 132 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 135 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c else if( OMPI_COMM_IS_DIST_GRAPH(comm) ) { comm 136 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 140 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 148 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c err = comm->c_coll->coll_neighbor_alltoallv_init(sendbuf, sendcounts, sdispls, comm 150 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c recvtype, comm, info, request, comm 151 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c comm->c_coll->coll_neighbor_alltoallv_init_module); comm 152 ompi/mpiext/pcollreq/c/neighbor_alltoallv_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 52 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c const MPI_Aint rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm, comm 64 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c memchecker_comm(comm); comm 66 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c err = mca_topo_base_neighbor_count (comm, &indegree, &outdegree); comm 97 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c if (ompi_comm_invalid(comm) || OMPI_COMM_IS_INTER(comm)) { comm 100 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c } else if (! OMPI_COMM_IS_TOPO(comm)) { comm 108 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 111 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c err = mca_topo_base_neighbor_count (comm, &indegree, &outdegree); comm 112 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 115 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 119 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 122 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c if( OMPI_COMM_IS_CART(comm) ) { comm 123 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c const mca_topo_base_comm_cart_2_2_0_t *cart = comm->c_topo->mtc.cart; comm 125 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 128 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c else if( OMPI_COMM_IS_GRAPH(comm) ) { comm 130 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c mca_topo_base_graph_neighbors_count(comm, ompi_comm_rank(comm), °ree); comm 132 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 135 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c else if( OMPI_COMM_IS_DIST_GRAPH(comm) ) { comm 136 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c const mca_topo_base_comm_dist_graph_2_2_0_t *dist_graph = comm->c_topo->mtc.dist_graph; comm 140 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 148 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c err = comm->c_coll->coll_neighbor_alltoallw_init(sendbuf, sendcounts, sdispls, sendtypes, comm 149 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c recvbuf, recvcounts, rdispls, recvtypes, comm, comm 151 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c comm->c_coll->coll_neighbor_alltoallw_init_module); comm 152 ompi/mpiext/pcollreq/c/neighbor_alltoallw_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 50 ompi/mpiext/pcollreq/c/reduce_init.c MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm, comm 59 ompi/mpiext/pcollreq/c/reduce_init.c memchecker_comm(comm); comm 61 ompi/mpiext/pcollreq/c/reduce_init.c if(OMPI_COMM_IS_INTRA(comm)) { comm 62 ompi/mpiext/pcollreq/c/reduce_init.c if(ompi_comm_rank(comm) == root) { comm 91 ompi/mpiext/pcollreq/c/reduce_init.c if (ompi_comm_invalid(comm)) { comm 101 ompi/mpiext/pcollreq/c/reduce_init.c int ret = OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OP, msg); comm 104 ompi/mpiext/pcollreq/c/reduce_init.c } else if ((ompi_comm_rank(comm) != root && MPI_IN_PLACE == sendbuf) || comm 105 ompi/mpiext/pcollreq/c/reduce_init.c (ompi_comm_rank(comm) == root && ((MPI_IN_PLACE == recvbuf) || (sendbuf == recvbuf)))) { comm 110 ompi/mpiext/pcollreq/c/reduce_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 114 ompi/mpiext/pcollreq/c/reduce_init.c if (!OMPI_COMM_IS_INTRA(comm)) { comm 115 ompi/mpiext/pcollreq/c/reduce_init.c if (! ((root >= 0 && root < ompi_comm_remote_size(comm)) || comm 117 ompi/mpiext/pcollreq/c/reduce_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 124 ompi/mpiext/pcollreq/c/reduce_init.c if (root < 0 || root >= ompi_comm_size(comm)) { comm 125 ompi/mpiext/pcollreq/c/reduce_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 136 ompi/mpiext/pcollreq/c/reduce_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 143 ompi/mpiext/pcollreq/c/reduce_init.c err = comm->c_coll->coll_reduce_init(sendbuf, recvbuf, count, comm 144 ompi/mpiext/pcollreq/c/reduce_init.c datatype, op, root, comm, info, request, comm 145 ompi/mpiext/pcollreq/c/reduce_init.c comm->c_coll->coll_reduce_init_module); comm 147 ompi/mpiext/pcollreq/c/reduce_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 50 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c MPI_Comm comm, MPI_Info info, MPI_Request *request) comm 57 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c memchecker_comm(comm); comm 77 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c if (ompi_comm_invalid(comm)) { comm 88 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c int ret = OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OP, msg); comm 94 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 97 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 105 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c err = comm->c_coll->coll_reduce_scatter_block_init(sendbuf, recvbuf, recvcount, comm 106 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c datatype, op, comm, info, request, comm 107 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c comm->c_coll->coll_reduce_scatter_block_init_module); comm 109 ompi/mpiext/pcollreq/c/reduce_scatter_block_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 50 ompi/mpiext/pcollreq/c/reduce_scatter_init.c MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request) comm 60 ompi/mpiext/pcollreq/c/reduce_scatter_init.c size = ompi_comm_size(comm); comm 61 ompi/mpiext/pcollreq/c/reduce_scatter_init.c rank = ompi_comm_rank(comm); comm 68 ompi/mpiext/pcollreq/c/reduce_scatter_init.c memchecker_comm(comm); comm 88 ompi/mpiext/pcollreq/c/reduce_scatter_init.c if (ompi_comm_invalid(comm)) { comm 99 ompi/mpiext/pcollreq/c/reduce_scatter_init.c int ret = OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OP, msg); comm 107 ompi/mpiext/pcollreq/c/reduce_scatter_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 112 ompi/mpiext/pcollreq/c/reduce_scatter_init.c size = ompi_comm_size(comm); comm 115 ompi/mpiext/pcollreq/c/reduce_scatter_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 123 ompi/mpiext/pcollreq/c/reduce_scatter_init.c size = ompi_comm_size(comm); comm 131 ompi/mpiext/pcollreq/c/reduce_scatter_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 139 ompi/mpiext/pcollreq/c/reduce_scatter_init.c err = comm->c_coll->coll_reduce_scatter_init(sendbuf, recvbuf, recvcounts, comm 140 ompi/mpiext/pcollreq/c/reduce_scatter_init.c datatype, op, comm, info, request, comm 141 ompi/mpiext/pcollreq/c/reduce_scatter_init.c comm->c_coll->coll_reduce_scatter_init_module); comm 143 ompi/mpiext/pcollreq/c/reduce_scatter_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 48 ompi/mpiext/pcollreq/c/scan_init.c MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, comm 57 ompi/mpiext/pcollreq/c/scan_init.c memchecker_comm(comm); comm 69 ompi/mpiext/pcollreq/c/scan_init.c if (ompi_comm_invalid(comm)) { comm 77 ompi/mpiext/pcollreq/c/scan_init.c else if (OMPI_COMM_IS_INTER(comm)) { comm 88 ompi/mpiext/pcollreq/c/scan_init.c int ret = OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_OP, msg); comm 94 ompi/mpiext/pcollreq/c/scan_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 102 ompi/mpiext/pcollreq/c/scan_init.c err = comm->c_coll->coll_scan_init(sendbuf, recvbuf, count, comm 103 ompi/mpiext/pcollreq/c/scan_init.c datatype, op, comm, comm 105 ompi/mpiext/pcollreq/c/scan_init.c comm->c_coll->coll_scan_init_module); comm 107 ompi/mpiext/pcollreq/c/scan_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 50 ompi/mpiext/pcollreq/c/scatter_init.c int root, MPI_Comm comm, MPI_Info info, MPI_Request *request) comm 57 ompi/mpiext/pcollreq/c/scatter_init.c memchecker_comm(comm); comm 58 ompi/mpiext/pcollreq/c/scatter_init.c if(OMPI_COMM_IS_INTRA(comm)) { comm 59 ompi/mpiext/pcollreq/c/scatter_init.c if(ompi_comm_rank(comm) == root) { comm 89 ompi/mpiext/pcollreq/c/scatter_init.c if (ompi_comm_invalid(comm)) { comm 92 ompi/mpiext/pcollreq/c/scatter_init.c } else if ((ompi_comm_rank(comm) != root && MPI_IN_PLACE == recvbuf) || comm 93 ompi/mpiext/pcollreq/c/scatter_init.c (ompi_comm_rank(comm) == root && MPI_IN_PLACE == sendbuf)) { comm 94 ompi/mpiext/pcollreq/c/scatter_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 99 ompi/mpiext/pcollreq/c/scatter_init.c if (OMPI_COMM_IS_INTRA(comm)) { comm 103 ompi/mpiext/pcollreq/c/scatter_init.c if ((root >= ompi_comm_size(comm)) || (root < 0)) { comm 119 ompi/mpiext/pcollreq/c/scatter_init.c else if (ompi_comm_rank(comm) == root) { comm 122 ompi/mpiext/pcollreq/c/scatter_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 128 ompi/mpiext/pcollreq/c/scatter_init.c if (! ((root >= 0 && root < ompi_comm_remote_size(comm)) || comm 150 ompi/mpiext/pcollreq/c/scatter_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 157 ompi/mpiext/pcollreq/c/scatter_init.c err = comm->c_coll->coll_scatter_init(sendbuf, sendcount, sendtype, recvbuf, comm 158 ompi/mpiext/pcollreq/c/scatter_init.c recvcount, recvtype, root, comm, info, request, comm 159 ompi/mpiext/pcollreq/c/scatter_init.c comm->c_coll->coll_scatter_init_module); comm 160 ompi/mpiext/pcollreq/c/scatter_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 48 ompi/mpiext/pcollreq/c/scatterv_init.c MPI_Datatype recvtype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request) comm 57 ompi/mpiext/pcollreq/c/scatterv_init.c size = ompi_comm_remote_size(comm); comm 60 ompi/mpiext/pcollreq/c/scatterv_init.c memchecker_comm(comm); comm 61 ompi/mpiext/pcollreq/c/scatterv_init.c if(OMPI_COMM_IS_INTRA(comm)) { comm 62 ompi/mpiext/pcollreq/c/scatterv_init.c if(ompi_comm_rank(comm) == root) { comm 99 ompi/mpiext/pcollreq/c/scatterv_init.c if (ompi_comm_invalid(comm)) { comm 102 ompi/mpiext/pcollreq/c/scatterv_init.c } else if ((ompi_comm_rank(comm) != root && MPI_IN_PLACE == recvbuf) || comm 103 ompi/mpiext/pcollreq/c/scatterv_init.c (ompi_comm_rank(comm) == root && MPI_IN_PLACE == sendbuf)) { comm 104 ompi/mpiext/pcollreq/c/scatterv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 109 ompi/mpiext/pcollreq/c/scatterv_init.c if (OMPI_COMM_IS_INTRA(comm)) { comm 113 ompi/mpiext/pcollreq/c/scatterv_init.c if ((root >= ompi_comm_size(comm)) || (root < 0)) { comm 114 ompi/mpiext/pcollreq/c/scatterv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 119 ompi/mpiext/pcollreq/c/scatterv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, comm 124 ompi/mpiext/pcollreq/c/scatterv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, comm 135 ompi/mpiext/pcollreq/c/scatterv_init.c if (ompi_comm_rank(comm) == root) { comm 137 ompi/mpiext/pcollreq/c/scatterv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 141 ompi/mpiext/pcollreq/c/scatterv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 144 ompi/mpiext/pcollreq/c/scatterv_init.c size = ompi_comm_size(comm); comm 147 ompi/mpiext/pcollreq/c/scatterv_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 155 ompi/mpiext/pcollreq/c/scatterv_init.c if (! ((root >= 0 && root < ompi_comm_remote_size(comm)) || comm 157 ompi/mpiext/pcollreq/c/scatterv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ROOT, FUNC_NAME); comm 164 ompi/mpiext/pcollreq/c/scatterv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 168 ompi/mpiext/pcollreq/c/scatterv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_TYPE, FUNC_NAME); comm 178 ompi/mpiext/pcollreq/c/scatterv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_ARG, FUNC_NAME); comm 182 ompi/mpiext/pcollreq/c/scatterv_init.c return OMPI_ERRHANDLER_INVOKE(comm, MPI_ERR_COUNT, FUNC_NAME); comm 185 ompi/mpiext/pcollreq/c/scatterv_init.c size = ompi_comm_remote_size(comm); comm 188 ompi/mpiext/pcollreq/c/scatterv_init.c OMPI_ERRHANDLER_CHECK(err, comm, err, FUNC_NAME); comm 197 ompi/mpiext/pcollreq/c/scatterv_init.c err = comm->c_coll->coll_scatterv_init(sendbuf, sendcounts, displs, comm 198 ompi/mpiext/pcollreq/c/scatterv_init.c sendtype, recvbuf, recvcount, recvtype, root, comm, comm 199 ompi/mpiext/pcollreq/c/scatterv_init.c info, request, comm->c_coll->coll_scatterv_init_module); comm 200 ompi/mpiext/pcollreq/c/scatterv_init.c OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); comm 43 ompi/mpiext/pcollreq/mpif-h/allgather_init_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 44 ompi/mpiext/pcollreq/mpif-h/allgather_init_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) ) comm 63 ompi/mpiext/pcollreq/mpif-h/allgather_init_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 64 ompi/mpiext/pcollreq/mpif-h/allgather_init_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) ) comm 73 ompi/mpiext/pcollreq/mpif-h/allgather_init_f.c MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr) comm 81 ompi/mpiext/pcollreq/mpif-h/allgather_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpiext/pcollreq/mpif-h/allgatherv_init_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 44 ompi/mpiext/pcollreq/mpif-h/allgatherv_init_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, info, request, ierr) ) comm 63 ompi/mpiext/pcollreq/mpif-h/allgatherv_init_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 64 ompi/mpiext/pcollreq/mpif-h/allgatherv_init_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, info, request, ierr) ) comm 73 ompi/mpiext/pcollreq/mpif-h/allgatherv_init_f.c MPI_Fint *recvtype, MPI_Fint *comm, comm 84 ompi/mpiext/pcollreq/mpif-h/allgatherv_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 44 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c (sendbuf, recvbuf, count, datatype, op, comm, info, request, ierr) ) comm 63 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 64 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c (sendbuf, recvbuf, count, datatype, op, comm, info, request, ierr) ) comm 72 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, comm 82 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpiext/pcollreq/mpif-h/alltoall_init_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 44 ompi/mpiext/pcollreq/mpif-h/alltoall_init_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) ) comm 63 ompi/mpiext/pcollreq/mpif-h/alltoall_init_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 64 ompi/mpiext/pcollreq/mpif-h/alltoall_init_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) ) comm 73 ompi/mpiext/pcollreq/mpif-h/alltoall_init_f.c MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr) comm 81 ompi/mpiext/pcollreq/mpif-h/alltoall_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 44 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, info, request, ierr) ) comm 63 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 64 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, info, request, ierr) ) comm 74 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr) comm 86 ompi/mpiext/pcollreq/mpif-h/alltoallv_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 44 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, info, request, ierr) ) comm 63 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 64 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, info, request, ierr) ) comm 75 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr) comm 87 ompi/mpiext/pcollreq/mpif-h/alltoallw_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 42 ompi/mpiext/pcollreq/mpif-h/barrier_init_f.c (MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 43 ompi/mpiext/pcollreq/mpif-h/barrier_init_f.c (comm, info, request, ierr) ) comm 62 ompi/mpiext/pcollreq/mpif-h/barrier_init_f.c (MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 63 ompi/mpiext/pcollreq/mpif-h/barrier_init_f.c (comm, info, request, ierr) ) comm 70 ompi/mpiext/pcollreq/mpif-h/barrier_init_f.c void ompix_barrier_init_f(MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr) comm 77 ompi/mpiext/pcollreq/mpif-h/barrier_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 44 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c (buffer, count, datatype, root, comm, info, request, ierr) ) comm 63 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 64 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c (buffer, count, datatype, root, comm, info, request, ierr) ) comm 72 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, comm 81 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 44 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c (sendbuf, recvbuf, count, datatype, op, comm, info, request, ierr) ) comm 63 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 64 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c (sendbuf, recvbuf, count, datatype, op, comm, info, request, ierr) ) comm 72 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, comm 82 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpiext/pcollreq/mpif-h/gather_init_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 44 ompi/mpiext/pcollreq/mpif-h/gather_init_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) ) comm 63 ompi/mpiext/pcollreq/mpif-h/gather_init_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 64 ompi/mpiext/pcollreq/mpif-h/gather_init_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) ) comm 73 ompi/mpiext/pcollreq/mpif-h/gather_init_f.c MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, comm 82 ompi/mpiext/pcollreq/mpif-h/gather_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpiext/pcollreq/mpif-h/gatherv_init_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 44 ompi/mpiext/pcollreq/mpif-h/gatherv_init_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, comm, info, request, ierr) ) comm 63 ompi/mpiext/pcollreq/mpif-h/gatherv_init_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request,MPI_Fint *ierr), comm 64 ompi/mpiext/pcollreq/mpif-h/gatherv_init_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, root, comm, info, request, ierr) ) comm 73 ompi/mpiext/pcollreq/mpif-h/gatherv_init_f.c MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, comm 84 ompi/mpiext/pcollreq/mpif-h/gatherv_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 83 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Allgather_init, mpix_allgather_init, MPIX_ALLGATHER_INIT, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 84 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Allgatherv_init, mpix_allgatherv_init, MPIX_ALLGATHERV_INIT, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 86 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Allreduce_init, mpix_allreduce_init, MPIX_ALLREDUCE_INIT, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 87 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Alltoall_init, mpix_alltoall_init, MPIX_ALLTOALL_INIT, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 88 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Alltoallv_init, mpix_alltoallv_init, MPIX_ALLTOALLV_INIT, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 89 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Alltoallw_init, mpix_alltoallw_init, MPIX_ALLTOALLW_INIT, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 90 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Barrier_init, mpix_barrier_init, MPIX_BARRIER_INIT, (MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 91 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Bcast_init, mpix_bcast_init, MPIX_BCAST_INIT, (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 92 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Exscan_init, mpix_exscan_init, MPIX_EXSCAN_INIT, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 93 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Gather_init, mpix_gather_init, MPIX_GATHER_INIT, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 94 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Gatherv_init, mpix_gatherv_init, MPIX_GATHERV_INIT, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 95 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Reduce_init, mpix_reduce_init, MPIX_REDUCE_INIT, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 96 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Reduce_scatter_init, mpix_reduce_scatter_init, MPIX_REDUCE_SCATTER_INIT, (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 97 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Reduce_scatter_block_init, mpix_reduce_scatter_block_init, MPIX_REDUCE_SCATTER_BLOCK_INIT, (char *sendbuf, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 98 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Scan_init, mpix_scan_init, MPIX_SCAN_INIT, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 99 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Scatter_init, mpix_scatter_init, MPIX_SCATTER_INIT, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 100 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Scatterv_init, mpix_scatterv_init, MPIX_SCATTERV_INIT, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 101 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Neighbor_allgather_init, mpix_neighbor_allgather_init, MPIX_NEIGHBOR_ALLGATHER_INIT, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 102 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Neighbor_allgatherv_init, mpix_neighbor_allgatherv_init, MPIX_NEIGHBOR_ALLGATHERV_INIT, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 103 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Neighbor_alltoall_init, mpix_neighbor_alltoall_init, MPIX_NEIGHBOR_ALLTOALL_INIT, (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 104 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Neighbor_alltoallv_init, mpix_neighbor_alltoallv_init, MPIX_NEIGHBOR_ALLTOALLV_INIT, (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 105 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Neighbor_alltoallw_init, mpix_neighbor_alltoallw_init, MPIX_NEIGHBOR_ALLTOALLW_INIT, (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr)); comm 46 ompi/mpiext/pcollreq/mpif-h/neighbor_allgather_init_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 47 ompi/mpiext/pcollreq/mpif-h/neighbor_allgather_init_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) ) comm 66 ompi/mpiext/pcollreq/mpif-h/neighbor_allgather_init_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 67 ompi/mpiext/pcollreq/mpif-h/neighbor_allgather_init_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) ) comm 76 ompi/mpiext/pcollreq/mpif-h/neighbor_allgather_init_f.c MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr) comm 84 ompi/mpiext/pcollreq/mpif-h/neighbor_allgather_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 46 ompi/mpiext/pcollreq/mpif-h/neighbor_allgatherv_init_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 47 ompi/mpiext/pcollreq/mpif-h/neighbor_allgatherv_init_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, info, request, ierr) ) comm 66 ompi/mpiext/pcollreq/mpif-h/neighbor_allgatherv_init_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 67 ompi/mpiext/pcollreq/mpif-h/neighbor_allgatherv_init_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs, recvtype, comm, info, request, ierr) ) comm 76 ompi/mpiext/pcollreq/mpif-h/neighbor_allgatherv_init_f.c MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, comm 87 ompi/mpiext/pcollreq/mpif-h/neighbor_allgatherv_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 47 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoall_init_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 48 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoall_init_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) ) comm 67 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoall_init_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 68 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoall_init_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, info, request, ierr) ) comm 77 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoall_init_f.c MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr) comm 85 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoall_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 46 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 47 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, info, request, ierr) ) comm 66 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 67 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c (sendbuf, sendcounts, sdispls, sendtype, recvbuf, recvcounts, rdispls, recvtype, comm, info, request, ierr) ) comm 77 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr) comm 89 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallv_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 46 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 47 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, info, request, ierr) ) comm 66 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Aint *sdispls, MPI_Fint *sendtypes, char *recvbuf, MPI_Fint *recvcounts, MPI_Aint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 67 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c (sendbuf, sendcounts, sdispls, sendtypes, recvbuf, recvcounts, rdispls, recvtypes, comm, info, request, ierr) ) comm 78 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr) comm 88 ompi/mpiext/pcollreq/mpif-h/neighbor_alltoallw_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 44 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c (sendbuf, recvbuf, count, datatype, op, root, comm, info, request, ierr) ) comm 63 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 64 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c (sendbuf, recvbuf, count, datatype, op, root, comm, info, request, ierr) ) comm 73 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, comm 85 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_block_init_f.c (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 44 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_block_init_f.c (sendbuf, recvbuf, recvcounts, datatype, op, comm, info, request, ierr) ) comm 63 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_block_init_f.c (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 64 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_block_init_f.c (sendbuf, recvbuf, recvcounts, datatype, op, comm, info, request, ierr) ) comm 73 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_block_init_f.c MPI_Fint *op, MPI_Fint *comm, comm 84 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_block_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_init_f.c (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 44 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_init_f.c (sendbuf, recvbuf, recvcounts, datatype, op, comm, info, request, ierr) ) comm 63 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_init_f.c (char *sendbuf, char *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 64 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_init_f.c (sendbuf, recvbuf, recvcounts, datatype, op, comm, info, request, ierr) ) comm 73 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_init_f.c MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, comm 85 ompi/mpiext/pcollreq/mpif-h/reduce_scatter_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 44 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c (sendbuf, recvbuf, count, datatype, op, comm, info, request, ierr) ) comm 63 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 64 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c (sendbuf, recvbuf, count, datatype, op, comm, info, request, ierr) ) comm 72 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, comm 84 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpiext/pcollreq/mpif-h/scatter_init_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 44 ompi/mpiext/pcollreq/mpif-h/scatter_init_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) ) comm 63 ompi/mpiext/pcollreq/mpif-h/scatter_init_f.c (char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 64 ompi/mpiext/pcollreq/mpif-h/scatter_init_f.c (sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) ) comm 74 ompi/mpiext/pcollreq/mpif-h/scatter_init_f.c MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, comm 81 ompi/mpiext/pcollreq/mpif-h/scatter_init_f.c MPI_Comm c_comm = PMPI_Comm_f2c(*comm); comm 43 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 44 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) ) comm 63 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c (char *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, char *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr), comm 64 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c (sendbuf, sendcounts, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, info, request, ierr) ) comm 75 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr) comm 85 ompi/mpiext/pcollreq/mpif-h/scatterv_init_f.c c_comm = PMPI_Comm_f2c(*comm); comm 27 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 39 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 49 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 62 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 72 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 85 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 95 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 107 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 117 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 129 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 139 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 151 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 159 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h subroutine mpix_barrier_init(comm, info, request, ierror) comm 162 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 171 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 182 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 192 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 205 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 215 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 227 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 237 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 250 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 260 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 273 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 283 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 296 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 306 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 319 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 329 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 342 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 352 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 364 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 374 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 387 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 397 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 409 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 419 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 432 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 442 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 454 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 464 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 476 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 486 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 499 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 509 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 521 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 531 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 544 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 554 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 567 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 577 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 589 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 599 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 611 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 621 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 633 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 641 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h subroutine pmpix_barrier_init(comm, info, request, ierror) comm 644 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 653 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 664 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 674 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 687 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 697 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 709 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 719 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 732 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 742 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 755 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 765 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 778 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 788 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 801 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 811 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 824 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 834 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 846 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 856 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 869 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 879 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 891 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 901 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 914 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 924 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 936 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 946 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 958 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 968 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h comm, info, request, ierror) comm 981 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h type(mpi_comm), intent(in) :: comm comm 27 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 39 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 49 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 61 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 71 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 84 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 94 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 107 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 117 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 128 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 138 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 149 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 159 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 171 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 181 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 193 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 203 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 217 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 227 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 241 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 251 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 265 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 275 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 289 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 297 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h subroutine mpix_barrier_init(comm, info, request, ierror) comm 298 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 306 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h subroutine pmpix_barrier_init(comm, info, request, ierror) comm 307 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 316 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 326 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 335 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 345 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 355 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 366 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 376 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 387 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 397 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 410 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 420 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 433 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 443 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 457 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 467 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 481 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 491 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 503 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 513 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 525 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 535 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 546 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 556 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 567 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 577 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 588 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 598 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 609 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 619 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 630 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 640 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 651 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 661 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 674 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 684 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 697 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 707 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 721 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 731 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 745 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 755 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 767 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 777 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 789 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 799 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 812 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 822 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 835 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 845 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 857 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 867 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 879 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 889 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 903 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 913 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 927 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 937 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 952 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 962 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h comm, info, request, ierror) comm 977 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h integer, intent(in) :: comm comm 33 ompi/patterns/comm/allgather.c int n_peers, int *ranks_in_comm,ompi_communicator_t *comm) comm 104 ompi/patterns/comm/allgather.c comm, MPI_STATUSES_IGNORE)); comm 120 ompi/patterns/comm/allgather.c comm)); comm 180 ompi/patterns/comm/allgather.c comm,&(requests[msg_cnt]))); comm 190 ompi/patterns/comm/allgather.c comm,&(requests[msg_cnt]))); comm 225 ompi/patterns/comm/allgather.c comm,&(requests[msg_cnt]))); comm 234 ompi/patterns/comm/allgather.c comm,&(requests[msg_cnt]))); comm 266 ompi/patterns/comm/allgather.c comm,MPI_STATUSES_IGNORE)); comm 280 ompi/patterns/comm/allgather.c comm)); comm 36 ompi/patterns/comm/allreduce.c ompi_communicator_t *comm) comm 119 ompi/patterns/comm/allreduce.c -OMPI_COMMON_TAG_ALLREDUCE, comm, comm 146 ompi/patterns/comm/allreduce.c comm)); comm 175 ompi/patterns/comm/allreduce.c comm, MPI_STATUS_IGNORE); comm 206 ompi/patterns/comm/allreduce.c -OMPI_COMMON_TAG_ALLREDUCE, comm, comm 225 ompi/patterns/comm/allreduce.c comm)); comm 35 ompi/patterns/comm/bcast.c int n_peers, int *ranks_in_comm,ompi_communicator_t *comm) comm 69 ompi/patterns/comm/bcast.c -OMPI_COMMON_TAG_BCAST, comm, MPI_STATUSES_IGNORE)); comm 83 ompi/patterns/comm/bcast.c comm,&(requests[msg_cnt]))); comm 32 ompi/patterns/comm/coll_ops.h int *ranks_in_comm,ompi_communicator_t *comm); comm 36 ompi/patterns/comm/coll_ops.h ompi_communicator_t *comm); comm 40 ompi/patterns/comm/coll_ops.h *comm); comm 36 ompi/peruse/peruse-internal.h ompi_communicator_t* comm; /**< Corresponding communicator */ comm 78 ompi/peruse/peruse-internal.h _comm_spec.comm = (base_req)->req_comm; \ comm 96 ompi/peruse/peruse-internal.h _comm_spec.comm = (base_req)->req_comm; \ comm 114 ompi/peruse/peruse-internal.h _comm_spec.comm = (ompi_communicator_t*) (comm_ptr); \ comm 147 ompi/peruse/peruse.c MPI_Comm comm, comm 160 ompi/peruse/peruse.c if( (MPI_COMM_NULL == comm) || ompi_comm_invalid (comm) ) comm 178 ompi/peruse/peruse.c handle->comm = comm; comm 185 ompi/peruse/peruse.c OPAL_THREAD_LOCK (&comm->c_lock); comm 186 ompi/peruse/peruse.c if( NULL == comm->c_peruse_handles ) { comm 187 ompi/peruse/peruse.c comm->c_peruse_handles = (ompi_peruse_handle_t**)calloc( PERUSE_num_events, sizeof(ompi_peruse_handle_t*) ); comm 189 ompi/peruse/peruse.c OPAL_THREAD_UNLOCK (&comm->c_lock); comm 190 ompi/peruse/peruse.c comm->c_peruse_handles[event] = handle; comm 278 ompi/peruse/peruse.c PERUSE_MPI_PARAM_CHECK (COMM, comm); comm 295 ompi/peruse/peruse.c PERUSE_MPI_PARAM_CHECK (COMM, comm); comm 340 ompi/peruse/peruse.c *mpi_object = p->comm; comm 25 ompi/peruse/peruse.h MPI_Comm comm; comm 124 ompi/peruse/peruse.h MPI_Comm comm, comm 33 ompi/peruse/peruse_module.c p->comm = MPI_COMM_NULL; comm 69 ompi/request/grequest.c greq->greq_base.req_mpi_object.comm = &(ompi_mpi_comm_world.comm); comm 65 ompi/request/request.c req->req_mpi_object.comm = (struct ompi_communicator_t*) NULL; comm 131 ompi/request/request.c ompi_request_null.request.req_mpi_object.comm = &ompi_mpi_comm_world.comm; comm 164 ompi/request/request.c ompi_request_empty.req_mpi_object.comm = &ompi_mpi_comm_world.comm; comm 117 ompi/request/request.h struct ompi_communicator_t *comm; comm 211 ompi/runtime/mpiruntime.h OMPI_DECLSPEC int ompi_mpi_abort(struct ompi_communicator_t* comm, comm 99 ompi/runtime/ompi_cr.c #define SIGNAL(comm, modules, highest_module, msg, ret, func) \ comm 104 ompi/runtime/ompi_cr.c comm->c_coll->coll_ ## func ## _module; \ comm 132 ompi/runtime/ompi_cr.c ompi_communicator_t *comm = comm 134 ompi/runtime/ompi_cr.c if (NULL == comm) continue; comm 136 ompi/runtime/ompi_cr.c SIGNAL(comm, modules, highest_module, msg, ret, allgather); comm 137 ompi/runtime/ompi_cr.c SIGNAL(comm, modules, highest_module, msg, ret, allgatherv); comm 138 ompi/runtime/ompi_cr.c SIGNAL(comm, modules, highest_module, msg, ret, allreduce); comm 139 ompi/runtime/ompi_cr.c SIGNAL(comm, modules, highest_module, msg, ret, alltoall); comm 140 ompi/runtime/ompi_cr.c SIGNAL(comm, modules, highest_module, msg, ret, alltoallv); comm 141 ompi/runtime/ompi_cr.c SIGNAL(comm, modules, highest_module, msg, ret, alltoallw); comm 142 ompi/runtime/ompi_cr.c SIGNAL(comm, modules, highest_module, msg, ret, barrier); comm 143 ompi/runtime/ompi_cr.c SIGNAL(comm, modules, highest_module, msg, ret, bcast); comm 144 ompi/runtime/ompi_cr.c SIGNAL(comm, modules, highest_module, msg, ret, exscan); comm 145 ompi/runtime/ompi_cr.c SIGNAL(comm, modules, highest_module, msg, ret, gather); comm 146 ompi/runtime/ompi_cr.c SIGNAL(comm, modules, highest_module, msg, ret, gatherv); comm 147 ompi/runtime/ompi_cr.c SIGNAL(comm, modules, highest_module, msg, ret, reduce); comm 148 ompi/runtime/ompi_cr.c SIGNAL(comm, modules, highest_module, msg, ret, reduce_scatter); comm 149 ompi/runtime/ompi_cr.c SIGNAL(comm, modules, highest_module, msg, ret, scan); comm 150 ompi/runtime/ompi_cr.c SIGNAL(comm, modules, highest_module, msg, ret, scatter); comm 151 ompi/runtime/ompi_cr.c SIGNAL(comm, modules, highest_module, msg, ret, scatterv); comm 72 ompi/runtime/ompi_mpi_abort.c static void try_kill_peers(ompi_communicator_t *comm, comm 78 ompi/runtime/ompi_mpi_abort.c nprocs = ompi_comm_size(comm); comm 81 ompi/runtime/ompi_mpi_abort.c nprocs += ompi_comm_remote_size(comm); comm 91 ompi/runtime/ompi_mpi_abort.c rank = ompi_comm_rank(comm); comm 92 ompi/runtime/ompi_mpi_abort.c for (count = i = 0; i < ompi_comm_size(comm); ++i) { comm 99 ompi/runtime/ompi_mpi_abort.c *OMPI_CAST_RTE_NAME(&ompi_group_get_proc_ptr(comm->c_remote_group, i, true)->super.proc_name); comm 104 ompi/runtime/ompi_mpi_abort.c for (i = 0; i < ompi_comm_remote_size(comm); ++i) { comm 107 ompi/runtime/ompi_mpi_abort.c *OMPI_CAST_RTE_NAME(&ompi_group_get_proc_ptr(comm->c_remote_group, i, true)->super.proc_name); comm 121 ompi/runtime/ompi_mpi_abort.c ompi_mpi_abort(struct ompi_communicator_t* comm, comm 182 ompi/runtime/ompi_mpi_abort.c NULL != comm) { comm 183 ompi/runtime/ompi_mpi_abort.c try_kill_peers(comm, errcode); comm 146 ompi/runtime/ompi_mpi_finalize.c if (NULL != ompi_mpi_comm_self.comm.c_keyhash) { comm 148 ompi/runtime/ompi_mpi_finalize.c ompi_mpi_comm_self.comm.c_keyhash); comm 149 ompi/runtime/ompi_mpi_finalize.c OBJ_RELEASE(ompi_mpi_comm_self.comm.c_keyhash); comm 150 ompi/runtime/ompi_mpi_finalize.c ompi_mpi_comm_self.comm.c_keyhash = NULL; comm 274 ompi/runtime/ompi_mpi_finalize.c ompi_communicator_t *comm = &ompi_mpi_comm_world.comm; comm 275 ompi/runtime/ompi_mpi_finalize.c comm->c_coll->coll_barrier(comm, comm->c_coll->coll_barrier_module); comm 872 ompi/runtime/ompi_mpi_init.c MCA_PML_CALL(add_comm(&ompi_mpi_comm_world.comm)); comm 873 ompi/runtime/ompi_mpi_init.c MCA_PML_CALL(add_comm(&ompi_mpi_comm_self.comm)); comm 879 ompi/runtime/ompi_mpi_init.c ompi_show_all_mca_params(ompi_mpi_comm_world.comm.c_my_rank, comm 271 ompi/runtime/ompi_spc.c ompi_comm_dup(&ompi_mpi_comm_world.comm, &ompi_spc_comm); comm 55 ompi/tools/mpisync/mpigclock.c static double mpigclock_measure_offset_adaptive(MPI_Comm comm, int root, int peer, double *min_rtt, double root_offset); comm 61 ompi/tools/mpisync/mpigclock.c double mpigclock_sync_linear(MPI_Comm comm, int root, double *rtt) comm 66 ompi/tools/mpisync/mpigclock.c MPI_Comm_rank(comm, &rank); comm 67 ompi/tools/mpisync/mpigclock.c MPI_Comm_size(comm, &commsize); comm 70 ompi/tools/mpisync/mpigclock.c MPI_Barrier(comm); comm 72 ompi/tools/mpisync/mpigclock.c ret = mpigclock_measure_offset_adaptive(comm, root, peer, rtt, 0.0); comm 82 ompi/tools/mpisync/mpigclock.c double mpigclock_sync_log(MPI_Comm comm, int root, double *rtt) comm 88 ompi/tools/mpisync/mpigclock.c MPI_Comm_rank(comm, &rank); comm 89 ompi/tools/mpisync/mpigclock.c MPI_Comm_size(comm, &commsize); comm 94 ompi/tools/mpisync/mpigclock.c MPI_Recv(&root_offset, 1, MPI_DOUBLE, root, MPIGCLOCK_MSGTAG, comm, MPI_STATUS_IGNORE); comm 95 ompi/tools/mpisync/mpigclock.c ret = mpigclock_measure_offset_adaptive(comm, root, rank, rtt, root_offset); comm 104 ompi/tools/mpisync/mpigclock.c MPI_Send(&root_offset, 1, MPI_DOUBLE, peer, MPIGCLOCK_MSGTAG, comm); comm 105 ompi/tools/mpisync/mpigclock.c mpigclock_measure_offset_adaptive(comm, rank, peer, rtt, root_offset); comm 111 ompi/tools/mpisync/mpigclock.c MPI_Send(&root_offset, 1, MPI_DOUBLE, peer, MPIGCLOCK_MSGTAG, comm); comm 112 ompi/tools/mpisync/mpigclock.c mpigclock_measure_offset_adaptive(comm, rank, peer, rtt, root_offset); comm 119 ompi/tools/mpisync/mpigclock.c static double mpigclock_measure_offset_adaptive(MPI_Comm comm, int root, int peer, double *min_rtt, double root_offset) comm 125 ompi/tools/mpisync/mpigclock.c MPI_Comm_rank(comm, &rank); comm 126 ompi/tools/mpisync/mpigclock.c MPI_Comm_size(comm, &commsize); comm 133 ompi/tools/mpisync/mpigclock.c MPI_Send(&starttime, 1, MPI_DOUBLE, root, MPIGCLOCK_MSGTAG, comm); comm 134 ompi/tools/mpisync/mpigclock.c MPI_Recv(&peertime, 1, MPI_DOUBLE, root, MPIGCLOCK_MSGTAG, comm, comm 146 ompi/tools/mpisync/mpigclock.c comm); comm 152 ompi/tools/mpisync/mpigclock.c MPI_Recv(&starttime, 1, MPI_DOUBLE, peer, MPIGCLOCK_MSGTAG, comm, comm 158 ompi/tools/mpisync/mpigclock.c MPI_Send(&peertime, 1, MPI_DOUBLE, peer, MPIGCLOCK_MSGTAG, comm); comm 54 ompi/tools/mpisync/mpigclock.h double mpigclock_sync_linear(MPI_Comm comm, int root, double *rtt); comm 55 ompi/tools/mpisync/mpigclock.h double mpigclock_sync_log(MPI_Comm comm, int root, double *rtt); comm 76 ompi/tools/mpisync/sync.c MPI_Comm comm = MPI_COMM_WORLD; comm 81 ompi/tools/mpisync/sync.c MPI_Comm_rank(comm, &rank); comm 82 ompi/tools/mpisync/sync.c MPI_Comm_size(comm, &commsize); comm 121 ompi/tools/mpisync/sync.c offs = mpigclock_sync_log(comm, 0, &rtt); comm 123 ompi/tools/mpisync/sync.c offs = mpigclock_sync_linear(comm, 0, &rtt); comm 143 ompi/win/win.c static int alloc_window(struct ompi_communicator_t *comm, opal_info_t *info, int flavor, ompi_win_t **win_out) comm 179 ompi/win/win.c group = comm->c_local_group; comm 233 ompi/win/win.c int disp_unit, ompi_communicator_t *comm, comm 241 ompi/win/win.c ret = alloc_window (comm, info, MPI_WIN_FLAVOR_CREATE, &win); comm 246 ompi/win/win.c ret = ompi_osc_base_select(win, &base, size, disp_unit, comm, info, MPI_WIN_FLAVOR_CREATE, &model); comm 266 ompi/win/win.c ompi_communicator_t *comm, void *baseptr, ompi_win_t **newwin) comm 273 ompi/win/win.c ret = alloc_window (comm, info, MPI_WIN_FLAVOR_ALLOCATE, &win); comm 278 ompi/win/win.c ret = ompi_osc_base_select(win, &base, size, disp_unit, comm, info, MPI_WIN_FLAVOR_ALLOCATE, &model); comm 299 ompi/win/win.c ompi_communicator_t *comm, void *baseptr, ompi_win_t **newwin) comm 306 ompi/win/win.c ret = alloc_window (comm, info, MPI_WIN_FLAVOR_SHARED, &win); comm 311 ompi/win/win.c ret = ompi_osc_base_select(win, &base, size, disp_unit, comm, info, MPI_WIN_FLAVOR_SHARED, &model); comm 331 ompi/win/win.c ompi_win_create_dynamic(opal_info_t *info, ompi_communicator_t *comm, ompi_win_t **newwin) comm 337 ompi/win/win.c ret = alloc_window (comm, info, MPI_WIN_FLAVOR_DYNAMIC, &win); comm 342 ompi/win/win.c ret = ompi_osc_base_select(win, MPI_BOTTOM, 0, 1, comm, info, MPI_WIN_FLAVOR_DYNAMIC, &model); comm 137 ompi/win/win.h ompi_communicator_t *comm, opal_info_t *info, comm 140 ompi/win/win.h ompi_communicator_t *comm, void *baseptr, ompi_win_t **newwin); comm 142 ompi/win/win.h ompi_communicator_t *comm, void *baseptr, ompi_win_t **newwin); comm 143 ompi/win/win.h int ompi_win_create_dynamic(opal_info_t *info, ompi_communicator_t *comm, ompi_win_t **newwin); comm 113 opal/mca/hwloc/hwloc201/hwloc/include/netlocscotch.h int netlocscotch_get_mapping_from_comm_matrix(double **comm, int num_vertices, comm 16 orte/test/mpi/loop_spawn.c MPI_Comm comm, merged; comm 33 orte/test/mpi/loop_spawn.c 0, MPI_COMM_WORLD, &comm, &err); comm 36 orte/test/mpi/loop_spawn.c MPI_Intercomm_merge(comm, 0, &merged); comm 42 orte/test/mpi/loop_spawn.c MPI_Comm_disconnect(&comm); comm 35 orte/test/mpi/no-disconnect.c static int nice_send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) { comm 37 orte/test/mpi/no-disconnect.c return MPI_Send(buf, count, datatype, dest, tag, comm); comm 41 orte/test/mpi/no-disconnect.c static int nice_recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) { comm 57 orte/test/mpi/no-disconnect.c MPI_Irecv(buf, count, datatype, source, tag, comm, &req); comm 68 orte/test/mpi/no-disconnect.c static void nice_barrier(MPI_Comm comm) { comm 71 orte/test/mpi/no-disconnect.c MPI_Comm_rank(comm,&me); comm 72 orte/test/mpi/no-disconnect.c MPI_Comm_size(comm,&np); comm 77 orte/test/mpi/no-disconnect.c nice_send(&buf, 1, MPI_INT, me - jump, 343, comm); comm 80 orte/test/mpi/no-disconnect.c nice_recv(&buf, 1, MPI_INT, me + jump, 343, comm, MPI_STATUS_IGNORE); comm 86 orte/test/mpi/no-disconnect.c nice_recv(&buf, 1, MPI_INT, me - jump, 344, comm, MPI_STATUS_IGNORE); comm 91 orte/test/mpi/no-disconnect.c nice_send(&buf, 1, MPI_INT, me + jump, 344, comm); comm 169 orte/test/mpi/no-disconnect.c MPI_Comm comm[2]; comm 184 orte/test/mpi/no-disconnect.c &comm[i], errcodes); comm 185 orte/test/mpi/no-disconnect.c MPI_Send(&bufs, sizeof(char)*NCHARS, MPI_CHAR, 0, 100, comm[i]); comm 187 orte/test/mpi/no-disconnect.c MPI_ANY_TAG, comm[i], &req[i]); comm 9 orte/test/mpi/spawn-problem/ch_rec.c MPI_Comm comm[2], parent; comm 28 orte/test/mpi/spawn-problem/ch_rec.c &comm[0], errcodes); comm 30 orte/test/mpi/spawn-problem/ch_rec.c MPI_Send(&buff, sizeof(char)*30, MPI_CHAR, 0, 100, comm[0]); comm 32 orte/test/mpi/spawn-problem/ch_rec.c MPI_ANY_TAG, comm[0], &req[0]); comm 37 orte/test/mpi/spawn-problem/ch_rec.c &comm[1], errcodes); comm 39 orte/test/mpi/spawn-problem/ch_rec.c MPI_Send(&buff, sizeof(char)*30, MPI_CHAR, 0, 100, comm[1]); comm 41 orte/test/mpi/spawn-problem/ch_rec.c MPI_ANY_TAG, comm[1], &req[1]); comm 9 orte/test/mpi/spawn-problem/start.c MPI_Comm comm; comm 18 orte/test/mpi/spawn-problem/start.c &comm, errcodes); comm 20 orte/test/mpi/spawn-problem/start.c MPI_Send(&buff, sizeof(char)*30, MPI_CHAR, 0, 100, comm); comm 23 orte/test/mpi/spawn-problem/start.c MPI_ANY_TAG, comm, &st); comm 36 oshmem/mca/scoll/basic/scoll_basic_module.c struct oshmem_group_t *comm) comm 61 oshmem/mca/scoll/mpi/scoll_mpi.h ompi_communicator_t *comm; comm 52 oshmem/mca/scoll/mpi/scoll_mpi_module.c if (mpi_module->comm != &(ompi_mpi_comm_world.comm) && (NULL != mpi_module->comm)) { comm 53 oshmem/mca/scoll/mpi/scoll_mpi_module.c ompi_comm_free(&mpi_module->comm); comm 129 oshmem/mca/scoll/mpi/scoll_mpi_module.c osh_group->ompi_comm = &(ompi_mpi_comm_world.comm); comm 132 oshmem/mca/scoll/mpi/scoll_mpi_module.c err = ompi_comm_group(&(ompi_mpi_comm_world.comm), &world_group); comm 160 oshmem/mca/scoll/mpi/scoll_mpi_module.c err = ompi_comm_create_group(&(ompi_mpi_comm_world.comm), new_group, tag, &newcomm); comm 182 oshmem/mca/scoll/mpi/scoll_mpi_module.c mpi_module->comm = osh_group->ompi_comm; comm 25 oshmem/mca/scoll/mpi/scoll_mpi_ops.c rc = mpi_module->comm->c_coll->coll_barrier(mpi_module->comm, mpi_module->comm->c_coll->coll_barrier_module); comm 87 oshmem/mca/scoll/mpi/scoll_mpi_ops.c rc = mpi_module->comm->c_coll->coll_bcast(buf, nlong, dtype, root, mpi_module->comm, mpi_module->comm->c_coll->coll_bcast_module); comm 147 oshmem/mca/scoll/mpi/scoll_mpi_ops.c rc = mpi_module->comm->c_coll->coll_allgather(sbuf, (int)nlong, stype, rbuf, (int)nlong, rtype, mpi_module->comm, mpi_module->comm->c_coll->coll_allgather_module); comm 149 oshmem/mca/scoll/mpi/scoll_mpi_ops.c rc = mpi_module->comm->c_coll->coll_allgather(sbuf, nlong, stype, rbuf, nlong, rtype, mpi_module->comm, mpi_module->comm->c_coll->coll_allgather_module); comm 187 oshmem/mca/scoll/mpi/scoll_mpi_ops.c rc = mpi_module->comm->c_coll->coll_allgather(&len, sizeof(len), stype, recvcounts, comm 188 oshmem/mca/scoll/mpi/scoll_mpi_ops.c sizeof(len), rtype, mpi_module->comm, comm 189 oshmem/mca/scoll/mpi/scoll_mpi_ops.c mpi_module->comm->c_coll->coll_allgather_module); comm 199 oshmem/mca/scoll/mpi/scoll_mpi_ops.c rc = mpi_module->comm->c_coll->coll_allgatherv(source, nlong, stype, target, recvcounts, comm 200 oshmem/mca/scoll/mpi/scoll_mpi_ops.c disps, rtype, mpi_module->comm, comm 201 oshmem/mca/scoll/mpi/scoll_mpi_ops.c mpi_module->comm->c_coll->coll_allgatherv_module); comm 259 oshmem/mca/scoll/mpi/scoll_mpi_ops.c rc = mpi_module->comm->c_coll->coll_allreduce(sbuf, rbuf, (int)count, dtype, h_op, mpi_module->comm, mpi_module->comm->c_coll->coll_allreduce_module); comm 261 oshmem/mca/scoll/mpi/scoll_mpi_ops.c rc = mpi_module->comm->c_coll->coll_allreduce(sbuf, rbuf, count, dtype, h_op, mpi_module->comm, mpi_module->comm->c_coll->coll_allreduce_module); comm 91 oshmem/mca/scoll/scoll.h struct oshmem_group_t *comm); comm 49 oshmem/mca/spml/base/spml_base_atomicreq.h comm, \ comm 53 oshmem/mca/spml/base/spml_base_atomicreq.h OBJ_RETAIN(comm); \ comm 56 oshmem/mca/spml/base/spml_base_atomicreq.h (request)->req_base.req_oshmem.req_shmem_object.comm = comm; \ comm 61 oshmem/mca/spml/base/spml_base_atomicreq.h (request)->req_base.req_comm = comm; \ comm 800 oshmem/mca/spml/ucx/spml_ucx.c &(ompi_mpi_comm_world.comm), comm 820 oshmem/mca/spml/ucx/spml_ucx.c &(ompi_mpi_comm_world.comm))); comm 55 oshmem/request/request.c req->req_shmem_object.comm = (oshmem_group_t*) NULL; /* TODO: Implement*/ comm 123 oshmem/request/request.c oshmem_request_null.request.req_shmem_object.comm = comm 124 oshmem/request/request.c (oshmem_group_t*) &ompi_mpi_comm_world.comm; comm 156 oshmem/request/request.c oshmem_request_empty.req_shmem_object.comm = comm 157 oshmem/request/request.c (oshmem_group_t*) &ompi_mpi_comm_world.comm; comm 105 oshmem/request/request.h struct oshmem_group_t *comm; comm 46 test/monitoring/check_monitoring.c MPI_Comm comm = MPI_COMM_WORLD; \ comm 61 test/monitoring/check_monitoring.c &comm, &(pvar_prefix ## _handle), \ comm 24 test/monitoring/example_reduce_count.c MPI_Comm comm = MPI_COMM_WORLD; comm 54 test/monitoring/example_reduce_count.c &comm, &count_handle, &count); comm 81 test/monitoring/monitoring_test.c MPI_Comm comm = MPI_COMM_WORLD; comm 124 test/monitoring/monitoring_test.c &comm, &flush_handle, &count); comm 70 test/monitoring/test_pvar_access.c MPI_Comm comm = MPI_COMM_WORLD; comm 114 test/monitoring/test_pvar_access.c &comm, &count_handle, &count); comm 121 test/monitoring/test_pvar_access.c &comm, &msize_handle, &count);