Single partitioner is a virtual partitioner used for serial jobs. More...
#include <singlepart.h>
Public Member Functions | |
SSTSinglePartition () | |
Creates a new single partition scheme. | |
void | performPartition (PartitionGraph *graph) |
Performs a partition of an SST simulation configuration. | |
bool | requiresConfigGraph () |
bool | spawnOnAllRanks () |
Static Public Member Functions | |
static SSTPartitioner * | allocate (int total_ranks, int my_rank, int verbosity) |
Single partitioner is a virtual partitioner used for serial jobs.
It simply ensures that all components are assigned to rank 0.
void SSTSinglePartition::performPartition | ( | PartitionGraph * | graph | ) | [virtual] |
Performs a partition of an SST simulation configuration.
graph | The simulation configuration to partition |
Reimplemented from SST::Partition::SSTPartitioner.