SST
7.0.0
StructuralSimulationToolkit
|
Single partitioner is a virtual partitioner used for serial jobs. More...
#include <singlepart.h>
Public Member Functions | |
SSTSinglePartition (RankInfo total_ranks, RankInfo my_rank, int verbosity) | |
Creates a new single partition scheme. | |
void | performPartition (PartitionGraph *graph) override |
Performs a partition of an SST simulation configuration. More... | |
bool | requiresConfigGraph () override |
bool | spawnOnAllRanks () override |
Public Member Functions inherited from SST::Partition::SSTPartitioner | |
virtual void | performPartition (PartitionGraph *UNUSED(graph)) |
Function to be overriden by subclasses. More... | |
virtual void | performPartition (ConfigGraph *UNUSED(graph)) |
Function to be overriden by subclasses. More... | |
Single partitioner is a virtual partitioner used for serial jobs.
It simply ensures that all components are assigned to rank 0.
|
override |
Performs a partition of an SST simulation configuration.
graph | The simulation configuration to partition |