Go to the source code of this file.
Namespaces | |
namespace | topo |
Data Structures | |
class | topo::SpanningTreeVertex |
Contains indices to direct children. More... | |
Functions | |
int | topo::getProcID (const vtxType vtx) |
int | topo::getProcID (const SpanningTreeVertex &vtx) |
int | topo::numHops (const SpanningTreeVertex &vtx1, const SpanningTreeVertex &vtx2) |
Return the number of hops (on the machine network) between two vertices in the tree. | |
template<typename Iterator> | |
Iterator | topo::pickClosest (const SpanningTreeVertex &parent, const Iterator start, const Iterator end) |
Pick the vertex closes to the parent in the given range. |