|
NAMD
|
#include <unistd.h>#include <fcntl.h>#include "InfoStream.h"#include "NamdCentLB.h"#include "NamdCentLB.def.h"#include "Node.h"#include "PatchMap.h"#include "ComputeMap.h"#include "LdbCoordinator.h"Go to the source code of this file.
Macros | |
| #define | IF_NEW_NODE |
Functions | |
| void | CreateNamdCentLB () |
| NamdCentLB * | AllocateNamdCentLB () |
| int | isPmeProcessor (int) |
Variables | |
| double * | cpuloads = NULL |
| #define IF_NEW_NODE |
| NamdCentLB* AllocateNamdCentLB | ( | ) |
Definition at line 38 of file NamdCentLB.C.
Referenced by NamdHybridLB::NamdHybridLB().
| void CreateNamdCentLB | ( | ) |
Definition at line 26 of file NamdCentLB.C.
References cpuloads.
Referenced by LdbCoordinator::createLoadBalancer().
| int isPmeProcessor | ( | int | ) |
Definition at line 626 of file ComputePme.C.
| double* cpuloads = NULL |
Definition at line 24 of file NamdCentLB.C.
Referenced by compLoad(), CreateNamdCentLB(), CreateNamdHybridLB(), processCpuLoad(), NamdCentLB::Strategy(), and NamdHybridLB::UpdateLocalLBInfo().
1.8.14