SST
9.0.0
StructuralSimulationToolkit
|
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... | |
|
overridevirtual |
Performs a partition of an SST simulation configuration.
graph | The simulation configuration to partition |
Reimplemented from SST::Partition::SSTPartitioner.
|
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().