13 #ifndef SST_CORE_PART_LINEAR
14 #define SST_CORE_PART_LINEAR
16 #include <sst/core/part/sstpart.h>
17 #include <sst/core/elementinfo.h>
63 bool requiresConfigGraph()
override {
return false; }
64 bool spawnOnAllRanks()
override {
return false; }
70 SST_ELI_REGISTER_PARTITIONER(
SSTLinearPartition,
"sst",
"linear",
"Partitions components by dividing Component ID space into roughly equal portions. Components with sequential IDs will be placed close together.")
72 SST_ELI_DOCUMENT_VERSION(1,0,0)
Output object provides consistant method for outputing data to stdout, stderr and/or sst debug file...
Definition: output.h:54
Output * partOutput
Output object to print partitioning information.
Definition: linpart.h:47
Definition: configGraph.h:530
Performs a linear partition scheme of an SST simulation configuration.
Definition: linpart.h:41
Definition: rankInfo.h:21
Base class for Partitioning graphs.
Definition: sstpart.h:31
RankInfo rankcount
Number of ranks in the simulation.
Definition: linpart.h:45