
#include <NeighborCommLB.h>


Public Member Functions | |
| NeighborCommLB (const CkLBOptions &) | |
| NeighborCommLB (CkMigrateMessage *m) | |
Private Member Functions | |
| bool | QueryBalanceNow (int step) |
| virtual int | max_neighbors () |
| virtual int | num_neighbors () |
| virtual void | neighbors (int *_n) |
| LBMigrateMsg * | Strategy (NborBaseLB::LDStats *stats, int n_nbrs) |
Definition at line 16 of file NeighborCommLB.h.
| NeighborCommLB::NeighborCommLB | ( | const CkLBOptions & | ) |
| NeighborCommLB::NeighborCommLB | ( | CkMigrateMessage * | m | ) | [inline] |
Definition at line 19 of file NeighborCommLB.h.
Definition at line 21 of file NeighborCommLB.h.
| virtual int NeighborCommLB::max_neighbors | ( | ) | [inline, private, virtual] |
Definition at line 22 of file NeighborCommLB.h.
References Converse::CkNumPes().

| virtual int NeighborCommLB::num_neighbors | ( | ) | [inline, private, virtual] |
Definition at line 25 of file NeighborCommLB.h.
References Converse::CkNumPes().

| virtual void NeighborCommLB::neighbors | ( | int * | _n | ) | [inline, private, virtual] |
Definition at line 28 of file NeighborCommLB.h.
References Converse::CkMyPe(), and Converse::CkNumPes().
Referenced by Strategy().


1.5.5