#include "InfoStream.h"#include "Node.h"#include "Rebalancer.h"#include "ProxyMgr.h"#include "PatchMap.h"#include "memusage.h"#include <iomanip>Go to the source code of this file.
Defines | |
| #define | ST_NODE_LOAD 0.005 |
| #define | PROXY_LOAD 0.001 |
| #define | COMPUTE_LOAD 0.00005 |
| #define | INGROUP(PROC) ((PROC) >= beginGroup && (PROC) < endGroup) |
| #define | REASSIGN(GRID) |
|
|
Definition at line 24 of file Rebalancer.C. |
|
|
Referenced by RefineTorusLB::newRefine(), Rebalancer::numAvailable(), Rebalancer::Rebalancer(), and Rebalancer::~Rebalancer(). |
|
|
Definition at line 23 of file Rebalancer.C. |
|
|
Value: if (GRID.c) { \
deAssign(GRID.c, donor); \
assign(GRID.c, GRID.p); \
bestP = GRID.p; \
}
Referenced by RefineTorusLB::newRefine(), and Rebalancer::refine(). |
|
|
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved. Definition at line 22 of file Rebalancer.C. |
1.3.9.1