Go to the source code of this file.
Namespaces | |
namespace | topo |
namespace | topo::impl |
Data Structures | |
class | topo::SpanningTreeStrategy_nodeAware_minGens< Iterator, ValueType > |
A concrete tree builder that is aware of cpu topology (ie, node aware) while constructing spanning trees. More... | |
class | topo::topo::SpanningTreeStrategy_nodeAware_minGens< Iterator, SpanningTreeVertex > |
Partial specialization for the scenario of a container of SpanningTreeVertices. More... | |
class | topo::impl::vtxEqual |
Hack for PGI and Fujitsu STLport-using compilers because of their incorrect implementation of an STL routine. More... | |
Functions | |
template<typename Iterator> | |
SpanningTreeVertex * | topo::impl::buildNextGen_nodeAware_minGens (const vtxType parentPE, const Iterator firstVtx, const Iterator beyondLastVtx, const int maxBranches) |
Common implementation for all value_types. |