NAMD
|
#include <unistd.h>
#include <fcntl.h>
#include "InfoStream.h"
#include "NamdHybridLB.h"
#include "Node.h"
#include "PatchMap.h"
#include "ComputeMap.h"
#include "LdbCoordinator.h"
#include "NamdHybridLB.def.h"
Go to the source code of this file.
Classes | |
class | SplitComputesMsg |
Macros | |
#define | IF_NEW_NODE |
Functions | |
int | isPmeProcessor (int) |
void | CreateNamdHybridLB () |
Variables | |
double * | cpuloads |
void CreateNamdHybridLB | ( | ) |
Creates the chare array for the hybrid load balancer.
Definition at line 49 of file NamdHybridLB.C.
References cpuloads.
Referenced by LdbCoordinator::createLoadBalancer().
int isPmeProcessor | ( | int | ) |
Definition at line 604 of file ComputePme.C.
References Node::Object(), pencilPMEProcessors, Node::simParameters, simParams, and SimParameters::usePMECUDA.
double* cpuloads |
Definition at line 24 of file NamdCentLB.C.