// Load balancing algorithm
extern std::string loba_algo;
extern bool bookkeeping;
+ extern bool egocentric;
extern double min_transfer_amount;
extern double max_transfer_amount;
extern double min_lb_iter_duration;
+ extern bool integer_transfer;
// Application parameters
extern cost_func comp_cost;