indeg 43 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c int res, indeg, outdeg; indeg 47 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c res = NBC_Comm_neighbors_count(comm, &indeg, &outdeg); indeg 52 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c *source_count = indeg; indeg 55 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c if (indeg) { indeg 56 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c *sources = malloc (sizeof (int) * indeg); indeg 76 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c if (0 == indeg && 0 == outdeg) { indeg 85 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c assert (indeg == outdeg); indeg 94 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c mca_topo_base_graph_neighbors (comm, ompi_comm_rank (comm), indeg, sources[0]); indeg 95 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c memcpy (destinations[0], sources[0], indeg * sizeof (int)); indeg 98 ompi/mca/coll/libnbc/nbc_neighbor_helpers.c mca_topo_base_dist_graph_neighbors (comm, indeg, sources[0], MPI_UNWEIGHTED, outdeg, destinations[0],