#include <NeighborCommLB.h>
Inheritance diagram for NeighborCommLB:


Public Member Functions | |
| NeighborCommLB (const CkLBOptions &) | |
| NeighborCommLB (CkMigrateMessage *m) | |
Private Member Functions | |
| CmiBool | QueryBalanceNow (int step) |
| virtual int | max_neighbors () |
| virtual int | num_neighbors () |
| virtual void | neighbors (int *_n) |
| LBMigrateMsg * | Strategy (NborBaseLB::LDStats *stats, int count) |
Definition at line 23 of file NeighborCommLB.h.
| NeighborCommLB::NeighborCommLB | ( | CkMigrateMessage * | m | ) | [inline] |
Definition at line 26 of file NeighborCommLB.h.
| virtual int NeighborCommLB::max_neighbors | ( | ) | [inline, private, virtual] |
| virtual int NeighborCommLB::num_neighbors | ( | ) | [inline, private, virtual] |
| virtual void NeighborCommLB::neighbors | ( | int * | _n | ) | [inline, private, virtual] |
Definition at line 35 of file NeighborCommLB.h.
References Converse::CkMyPe(), and Converse::CkNumPes().
Referenced by Strategy().
1.5.1