11 #ifndef SST_CORE_PART_RROBIN_H
12 #define SST_CORE_PART_RROBIN_H
14 #include <sst/core/part/sstpart.h>
30 bool requiresConfigGraph() {
return false; }
31 bool spawnOnAllRanks() {
return false; }
39 static bool initialized;
44 #endif //SST_CORE_PART_RROBIN_H
Definition: configGraph.h:397
void performPartition(PartitionGraph *graph)
Performs a partition of an SST simulation configuration.
Definition: rrobin.cc:32
Definition: rankInfo.h:21
Base class for Partitioning graphs.
Definition: sstpart.h:27