#include <BaseLB.h>
Inheritance diagram for LBMigrateMsg:


Public Member Functions | |
| LBMigrateMsg () | |
Data Fields | |
| int | level |
| int | n_moves |
| MigrateInfo * | moves |
| char * | avail_vector |
| int | next_lb |
| double * | expectedLoad |
Definition at line 144 of file BaseLB.h.
Definition at line 148 of file BaseLB.h.
Referenced by CentralLB::createMigrateMsg(), getPredictedLoadWithMsg(), ComlibManager::lbUpdate(), HybridBaseLB::ReceiveMigration(), CentralLB::ReceiveMigration(), WSLB::ReceiveStats(), NborBaseLB::ReceiveStats(), CentralLB::simulationRead(), WSLB::Strategy(), NeighborLB::Strategy(), and NborBaseLB::Strategy().
Definition at line 149 of file BaseLB.h.
Referenced by CMessage_LBMigrateMsg::alloc(), CentralLB::createMigrateMsg(), getPredictedLoadWithMsg(), ComlibManager::lbUpdate(), CMessage_LBMigrateMsg::pack(), WSLB::ReceiveMigration(), NborBaseLB::ReceiveMigration(), HybridBaseLB::ReceiveMigration(), CentralLB::ReceiveMigration(), WSLB::ReceiveStats(), NborBaseLB::ReceiveStats(), WSLB::Strategy(), NeighborLB::Strategy(), and CMessage_LBMigrateMsg::unpack().
Definition at line 151 of file BaseLB.h.
Referenced by CMessage_LBMigrateMsg::alloc(), and CentralLB::LoadBalance().
| double* LBMigrateMsg::expectedLoad |
Definition at line 154 of file BaseLB.h.
Referenced by CMessage_LBMigrateMsg::alloc(), CentralLB::LoadBalance(), and CentralLB::ReceiveMigration().
1.5.1