13 #ifndef SST_CORE_PART_SINGLE 
   14 #define SST_CORE_PART_SINGLE 
   16 #include <sst/core/part/sstpart.h> 
   17 #include <sst/core/elementinfo.h> 
   45     bool requiresConfigGraph()
 override { 
return false; }
 
   46     bool spawnOnAllRanks()
 override { 
return false; }
 
   49     SST_ELI_REGISTER_PARTITIONER(
SSTSinglePartition,
"sst",
"single",
"Allocates all components to rank 0.  Automatically selected for serial jobs.")
 
   51     SST_ELI_DOCUMENT_VERSION(1,0,0)
 
Definition: configGraph.h:530
 
Definition: rankInfo.h:21
 
Base class for Partitioning graphs. 
Definition: sstpart.h:31
 
Single partitioner is a virtual partitioner used for serial jobs. 
Definition: singlepart.h:31