#include <CommLB.h>
Public Member Functions | |
CommLB (const CkLBOptions &) | |
CommLB (CkMigrateMessage *m) | |
Data Fields | |
int | nobj |
int | npe |
alloc_struct ** | alloc_array |
graph * | object_graph |
Private Member Functions | |
bool | QueryBalanceNow (int step) |
void | work (LDStats *stats) |
void | alloc (int pe, int id, double load, int nmsg, int nbyte) |
double | compute_cost (int id, int pe, int n_alloc, int &out_msg, int &out_byte) |
void | add_graph (int x, int y, int data, int nmsg) |
Definition at line 25 of file CommLB.h.
CommLB::CommLB | ( | const CkLBOptions & | ) |
CommLB::CommLB | ( | CkMigrateMessage * | m | ) | [inline] |