#include "NeighborLB.h"#include "NamdNborLB.decl.h"#include "Node.h"#include "PatchMap.h"#include "SimParameters.h"#include "AlgNbor.h"#include "InfoStream.h"Go to the source code of this file.
Classes | |
| class | NamdNborLB |
Functions | |
| void | CreateNamdNborLB () |
|
|
Definition at line 15 of file NamdNborLB.C. Referenced by LdbCoordinator::initialize(). 00016 {
00017 // CkPrintf("[%d] creating NamdNborLB %d\n",CkMyPe(),loadbalancer);
00018 CProxy_NamdNborLB::ckNew();
00019 // CkPrintf("[%d] created NamdNborLB %d\n",CkMyPe(),loadbalancer);
00020 }
|
1.3.9.1