SST  7.1.0
StructuralSimulationToolkit
SST::Partition::SSTSelfPartition Class Reference

Self partitioner actually does nothing. More...

#include <selfpart.h>

Inheritance diagram for SST::Partition::SSTSelfPartition:
SST::Partition::SSTPartitioner

Public Member Functions

 SST_ELI_REGISTER_PARTITIONER (SSTSelfPartition, "sst", "self", SST_ELI_ELEMENT_VERSION(1, 0, 0), "Used when partitioning is already specified in the configuration file.") SSTSelfPartition(RankInfo total_ranks
 Creates a new self partition scheme.
 
- 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...
 
virtual bool requiresConfigGraph ()
 
virtual bool spawnOnAllRanks ()
 

Data Fields

RankInfo my_rank
 

Detailed Description

Self partitioner actually does nothing.

It is simply a pass through for graphs which have been partitioned during graph creation.


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