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>
46 bool requiresConfigGraph() {
return true; }
47 bool spawnOnAllRanks() {
return false; }
50 SST_ELI_REGISTER_PARTITIONER(
SSTSelfPartition,
"sst",
"self",
"Used when partitioning is already specified in the configuration file.")
52 SST_ELI_DOCUMENT_VERSION(1,0,0)
Self partitioner actually does nothing.
Definition: selfpart.h:32
A Configuration Graph A graph representing Components and Links.
Definition: configGraph.h:337
void performPartition(ConfigGraph *graph)
Performs a partition of an SST simulation configuration.
Definition: selfpart.h:44
Definition: rankInfo.h:21
Base class for Partitioning graphs.
Definition: sstpart.h:31
SSTSelfPartition(RankInfo total_ranks, RankInfo my_rank, int verbosity)
Creates a new self partition scheme.
Definition: selfpart.h:38