12#ifndef SST_CORE_IMPL_PARTITONERS_SELF_H
13#define SST_CORE_IMPL_PARTITONERS_SELF_H
15#include "sst/core/eli/elementinfo.h"
16#include "sst/core/sstpart.h"
35 SST_ELI_ELEMENT_VERSION(1,0,0),
36 "Used when partitioning is already specified in the configuration file.")
49 bool requiresConfigGraph()
override {
return true; }
50 bool spawnOnAllRanks()
override {
return false; }
A Configuration Graph A graph representing Components and Links.
Definition: configGraph.h:390
Self partitioner actually does nothing.
Definition: selfpart.h:28
void performPartition(ConfigGraph *UNUSED(graph)) override
Performs a partition of an SST simulation configuration.
Definition: selfpart.h:47
SST_ELI_REGISTER_PARTITIONER(SSTSelfPartition, "sst", "self", SST_ELI_ELEMENT_VERSION(1, 0, 0), "Used when partitioning is already specified in the configuration file.") SSTSelfPartition(RankInfo UNUSED(total_ranks)
Creates a new self partition scheme.
Base class for Partitioning graphs.
Definition: sstpart.h:32
Definition: rankInfo.h:22