13 #ifndef SST_CORE_PART_LINEAR
14 #define SST_CORE_PART_LINEAR
16 #include <sst/core/part/sstpart.h>
56 bool requiresConfigGraph() {
return false; }
57 bool spawnOnAllRanks() {
return false; }
69 static bool initialized;
Output object provides consistant method for outputing data to stdout, stderr and/or sst debug file...
Definition: output.h:54
Output * partOutput
Output object to print partitioning information.
Definition: linpart.h:67
Definition: configGraph.h:397
Performs a linear partition scheme of an SST simulation configuration.
Definition: linpart.h:40
Definition: rankInfo.h:21
Base class for Partitioning graphs.
Definition: sstpart.h:27
RankInfo rankcount
Number of ranks in the simulation.
Definition: linpart.h:65