SST  7.0.0
StructuralSimulationToolkit
SST::Partition::SSTSinglePartition Class Reference

Single partitioner is a virtual partitioner used for serial jobs. More...

#include <singlepart.h>

Inheritance diagram for SST::Partition::SSTSinglePartition:
SST::Partition::SSTPartitioner

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...
 

Detailed Description

Single partitioner is a virtual partitioner used for serial jobs.

It simply ensures that all components are assigned to rank 0.

Member Function Documentation

void SSTSinglePartition::performPartition ( PartitionGraph graph)
override

Performs a partition of an SST simulation configuration.

Parameters
graphThe simulation configuration to partition

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