
Go to the source code of this file.
Data Structures | |
| class | GreedyRefineLB::Solution |
| class | GreedyRefineLB::PHeap |
Functions | |
| CreateLBFunc_Def (GreedyRefineLB,"Greedy refinement-based algorithm") | |
| static void | getGreedyRefineParams (int rank, float &A, float &B) |
Variables | |
| int | quietModeRequested |
| Author: jjgalvez@illinois.edu (Juan Galvez) Greedy algorithm to minimize cpu max_load and object migrations. | |
| static const float | Avals [] = {1.0, 1.005, 1.01, 1.015, 1.02, 1.03, 1.04, 1.05, 1.06, 1.07, 1.08, 1.16, 1.20, 1.30} |
| static const float | Bvals [] = {1.0, 1.05, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2.0, 2.1, 2.2, 2.3, FLT_MAX} |
1.5.5