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> 44 SST_ELI_REGISTER_PARTITIONER(
48 SST_ELI_ELEMENT_VERSION(1,0,0),
49 "Partitions components by dividing Component ID space into roughly equal portions. Components with sequential IDs will be placed close together.")
71 bool requiresConfigGraph()
override {
return false; }
72 bool spawnOnAllRanks()
override {
return false; }
Output object provides consistant method for outputing data to stdout, stderr and/or sst debug file...
Definition: output.h:54
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