11 #ifndef SST_CORE_PART_SIMPLEPART_H
12 #define SST_CORE_PART_SIMPLEPART_H
14 #include "sst/core/part/sstpart.h"
23 static bool initialized;
33 bool requiresConfigGraph() {
return false; }
34 bool spawnOnAllRanks() {
return false; }
44 #endif //SST_CORE_PART_SIMPLERPART_H
Definition: simplepart.h:19
Definition: configGraph.h:397
void performPartition(PartitionGraph *graph)
Function to be overriden by subclasses.
Definition: simplepart.cc:184
Definition: rankInfo.h:21
Base class for Partitioning graphs.
Definition: sstpart.h:27