13 #ifndef SST_CORE_PART_SELF 14 #define SST_CORE_PART_SELF 16 #include <sst/core/part/sstpart.h> 17 #include <sst/core/elementinfo.h> 35 SST_ELI_REGISTER_PARTITIONER(
39 SST_ELI_ELEMENT_VERSION(1,0,0),
40 "Used when partitioning is already specified in the configuration file.")
53 bool requiresConfigGraph() {
return true; }
54 bool spawnOnAllRanks() {
return false; }
Self partitioner actually does nothing.
Definition: selfpart.h:32
A Configuration Graph A graph representing Components and Links.
Definition: configGraph.h:294
void performPartition(ConfigGraph *UNUSED(graph))
Performs a partition of an SST simulation configuration.
Definition: selfpart.h:51
Definition: rankInfo.h:21
Base class for Partitioning graphs.
Definition: sstpart.h:31