Self partitioner actually does nothing. More...
#include <selfpart.h>
Public Member Functions | |
SSTSelfPartition () | |
Creates a new self partition scheme. | |
void | performPartition (ConfigGraph *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) |
Self partitioner actually does nothing.
It is simply a pass through for graphs which have been partitioned during graph creation.
void SSTSelfPartition::performPartition | ( | ConfigGraph * | graph | ) | [virtual] |
Performs a partition of an SST simulation configuration.
graph | The simulation configuration to partition |
Reimplemented from SST::Partition::SSTPartitioner.