13 #ifndef SST_CORE_PART_SINGLE 14 #define SST_CORE_PART_SINGLE 16 #include <sst/core/part/sstpart.h> 17 #include <sst/core/elementinfo.h> 34 SST_ELI_REGISTER_PARTITIONER(
38 SST_ELI_ELEMENT_VERSION(1,0,0),
39 "Allocates all components to rank 0. Automatically selected for serial jobs.")
52 bool requiresConfigGraph()
override {
return false; }
53 bool spawnOnAllRanks()
override {
return false; }
Definition: configGraph.h:530
Definition: rankInfo.h:21
Base class for Partitioning graphs.
Definition: sstpart.h:31
Single partitioner is a virtual partitioner used for serial jobs.
Definition: singlepart.h:31