NBC_Comm_neighbors   81 ompi/mca/coll/libnbc/nbc_ineighbor_allgather.c     res = NBC_Comm_neighbors (comm, &srcs, &indegree, &dsts, &outdegree);
NBC_Comm_neighbors   81 ompi/mca/coll/libnbc/nbc_ineighbor_allgatherv.c     res = NBC_Comm_neighbors(comm, &srcs, &indegree, &dsts, &outdegree);
NBC_Comm_neighbors   84 ompi/mca/coll/libnbc/nbc_ineighbor_alltoall.c     res = NBC_Comm_neighbors(comm, &srcs, &indegree, &dsts, &outdegree);
NBC_Comm_neighbors   87 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallv.c     res = NBC_Comm_neighbors (comm, &srcs, &indegree, &dsts, &outdegree);
NBC_Comm_neighbors   73 ompi/mca/coll/libnbc/nbc_ineighbor_alltoallw.c     res = NBC_Comm_neighbors (comm, &srcs, &indegree, &dsts, &outdegree);
NBC_Comm_neighbors  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);