#include <TeamLB.h>
Public Member Functions | |
TeamLB (const CkLBOptions &) | |
TeamLB (CkMigrateMessage *m) | |
void | work (LDStats *stats) |
METIS function that performs a balanced k-way partitioning of the graph, considering the communication volume (hence the "V" in the name of the function). | |
void | pup (PUP::er &p) |
Private Member Functions | |
bool | QueryBalanceNow (int step) |
Private Attributes | |
idx_t | teamSize |
idx_t | numberTeams |
Definition at line 16 of file TeamLB.h.
TeamLB::TeamLB | ( | const CkLBOptions & | ) |
TeamLB::TeamLB | ( | CkMigrateMessage * | m | ) | [inline] |
idx_t TeamLB::teamSize [private] |
idx_t TeamLB::numberTeams [private] |