SST
7.0.0
StructuralSimulationToolkit
|
Self partitioner actually does nothing. More...
#include <selfpart.h>
Public Member Functions | |
SSTSelfPartition (RankInfo total_ranks, RankInfo my_rank, int verbosity) | |
Creates a new self partition scheme. | |
void | performPartition (ConfigGraph *graph) |
Performs a partition of an SST simulation configuration. More... | |
bool | requiresConfigGraph () |
bool | spawnOnAllRanks () |
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... | |
Self partitioner actually does nothing.
It is simply a pass through for graphs which have been partitioned during graph creation.
|
inline |
Performs a partition of an SST simulation configuration.
graph | The simulation configuration to partition |