| 
    SST 12.1.0
    
   Structural Simulation Toolkit 
   | 
 
  
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... | |
| 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... | |
| virtual bool | requiresConfigGraph () | 
| virtual bool | spawnOnAllRanks () | 
| virtual void | performPartition (PartitionGraph *graph) | 
| Function to be overridden by subclasses.  More... | |
| virtual void | performPartition (ConfigGraph *graph) | 
| Function to be overridden by subclasses.  More... | |
| virtual bool | requiresConfigGraph () | 
| virtual bool | spawnOnAllRanks () | 
      
  | 
  overridevirtual | 
Performs a partition of an SST simulation configuration.
| graph | The simulation configuration to partition | 
Reimplemented from SST::Partition::SSTPartitioner.
References SST::SparseVectorMap< keyT, classT >::begin(), and SST::SparseVectorMap< keyT, classT >::end().
      
  | 
  inlineoverridevirtual | 
Reimplemented from SST::Partition::SSTPartitioner.
      
  | 
  inlineoverridevirtual | 
Reimplemented from SST::Partition::SSTPartitioner.