SST
8.0.0
StructuralSimulationToolkit
|
Public Member Functions | |
RankInfo | convertPartNum (uint32_t partNum) |
void | simple_partition_step (PartitionComponentMap_t &component_map, ComponentId_t *setA, const int lengthA, int rankA, ComponentId_t *setB, const int lengthB, int rankB, std::map< ComponentId_t, std::map< ComponentId_t, SimTime_t > * > timeTable, int step) |
SimplePartitioner (RankInfo total_ranks, RankInfo my_rank, int verbosity) | |
void | performPartition (PartitionGraph *graph) override |
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 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... | |
Data Fields | |
SST_ELI_REGISTER_PARTITIONER(SimplePartitioner,"sst","simple", SST_ELI_ELEMENT_VERSION(1, 0, 0),"Simple partitioning scheme which attempts to partition on high latency links while balancing number of components per rank.") private uint32_t | total_parts |