maxindegree       189 ompi/mca/topo/base/base.h                                    int maxindegree,
maxindegree        23 ompi/mca/topo/base/topo_base_dist_graph_neighbors.c                                        int maxindegree,
maxindegree        34 ompi/mca/topo/base/topo_base_dist_graph_neighbors.c     if (maxindegree > dg->indegree) {
maxindegree        35 ompi/mca/topo/base/topo_base_dist_graph_neighbors.c         maxindegree = dg->indegree;
maxindegree        41 ompi/mca/topo/base/topo_base_dist_graph_neighbors.c     for (i = 0; i < maxindegree; ++i) {
maxindegree       274 ompi/mca/topo/topo.h                      int maxindegree,
maxindegree        38 ompi/mpi/c/dist_graph_neighbors.c int MPI_Dist_graph_neighbors(MPI_Comm comm, int maxindegree,
maxindegree        54 ompi/mpi/c/dist_graph_neighbors.c         } else if (maxindegree < 0 || maxoutdegree < 0 ||
maxindegree        55 ompi/mpi/c/dist_graph_neighbors.c                    (maxindegree > 0 &&
maxindegree        68 ompi/mpi/c/dist_graph_neighbors.c     err = comm->c_topo->topo.dist_graph.dist_graph_neighbors(comm, maxindegree,
maxindegree        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),
maxindegree        37 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_f.c                             (comm, maxindegree, sources, sourceweights, maxoutdegree, destinations, destweights, ierr) )
maxindegree        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),
maxindegree        57 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_f.c                             (comm, maxindegree, sources, sourceweights, maxoutdegree, destinations, destweights, ierr) )
maxindegree        66 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_f.c void ompi_dist_graph_neighbors_f(MPI_Fint* comm, MPI_Fint* maxindegree,
maxindegree        80 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_f.c     OMPI_ARRAY_FINT_2_INT_ALLOC(sources, *maxindegree);
maxindegree        82 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_f.c         OMPI_ARRAY_FINT_2_INT_ALLOC(sourceweights, *maxindegree);
maxindegree        89 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_f.c     *ierr = OMPI_INT_2_FINT(PMPI_Dist_graph_neighbors(c_comm, OMPI_FINT_2_INT(*maxindegree),
maxindegree        95 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_f.c         OMPI_ARRAY_INT_2_FINT(sources, *maxindegree);
maxindegree        97 ompi/mpi/fortran/mpif-h/dist_graph_neighbors_f.c             OMPI_ARRAY_INT_2_FINT(sourceweights, *maxindegree);
maxindegree       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));
maxindegree      1748 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_dist_graph_neighbors_f(comm,maxindegree,sources,sourceweights, &
maxindegree      1753 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: maxindegree, maxoutdegree
maxindegree      1754 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: sources(maxindegree), destinations(maxoutdegree)
maxindegree      1755 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: sourceweights(maxindegree), destweights(maxoutdegree)
maxindegree      2393 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Dist_graph_neighbors(comm, maxindegree, sources, sourceweights, &
maxindegree      2396 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: maxindegree
maxindegree      2397 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(maxindegree), intent(out) :: sources
maxindegree      2398 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(maxindegree), intent(out) :: sourceweights
maxindegree      2395 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Dist_graph_neighbors(comm, maxindegree, sources, sourceweights, &
maxindegree      2398 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: maxindegree
maxindegree      2399 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(maxindegree), intent(out) :: sources
maxindegree      2400 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(maxindegree), intent(out) :: sourceweights