SST  10.1.0
StructuralSimulationToolkit
SST::IMPL::Partition::SSTRoundRobinPartition Class Reference
Inheritance diagram for SST::IMPL::Partition::SSTRoundRobinPartition:
SST::Partition::SSTPartitioner

Public Member Functions

 SSTRoundRobinPartition (RankInfo world_size, RankInfo my_rank, int verbosity)
 
void performPartition (PartitionGraph *graph) override
 Performs a partition of an SST simulation configuration. More...
 
void performPartition (ConfigGraph *graph) override
 Function to be overridden by subclasses. More...
 
bool requiresConfigGraph () override
 
bool spawnOnAllRanks () override
 
- Public Member Functions inherited from SST::Partition::SSTPartitioner
virtual void performPartition (PartitionGraph *UNUSED(graph))
 Function to be overridden by subclasses. More...
 
virtual void performPartition (ConfigGraph *UNUSED(graph))
 Function to be overridden by subclasses. More...
 

Member Function Documentation

void SST::IMPL::Partition::SSTRoundRobinPartition::performPartition ( PartitionGraph graph)
overridevirtual

Performs a partition of an SST simulation configuration.

Parameters
graphThe simulation configuration to partition

Reimplemented from SST::Partition::SSTPartitioner.

void SST::IMPL::Partition::SSTRoundRobinPartition::performPartition ( ConfigGraph graph)
inlineoverridevirtual

Function to be overridden by subclasses.

Performs the partitioning of the Graph using the ConfigGraph object. The consequence of using ConfigGraphs is that no-cut links are not supported.

Result of this function is that every ConfigComponent in graph has a Rank applied to it.

Reimplemented from SST::Partition::SSTPartitioner.

References SST::Partition::SSTPartitioner::performPartition().


The documentation for this class was generated from the following files: