13 #ifndef SST_CORE_PART_SINGLE
14 #define SST_CORE_PART_SINGLE
16 #include <sst/core/part/sstpart.h>
44 bool requiresConfigGraph() {
return false; }
45 bool spawnOnAllRanks() {
return false; }
52 static bool initialized;
Definition: configGraph.h:397
Definition: rankInfo.h:21
Base class for Partitioning graphs.
Definition: sstpart.h:27
Single partitioner is a virtual partitioner used for serial jobs.
Definition: singlepart.h:30