13 #ifndef SST_CORE_PART_SELF
14 #define SST_CORE_PART_SELF
16 #include <sst/core/part/sstpart.h>
45 bool requiresConfigGraph() {
return true; }
46 bool spawnOnAllRanks() {
return false; }
53 static bool initialized;
Self partitioner actually does nothing.
Definition: selfpart.h:31
A Configuration Graph A graph representing Components and Links.
Definition: configGraph.h:202
Definition: rankInfo.h:21
Base class for Partitioning graphs.
Definition: sstpart.h:27