#include <unistd.h>#include <fcntl.h>#include "InfoStream.h"#include "NamdNborLB.h"#include "NamdNborLB.def.h"#include "Node.h"#include "PatchMap.h"#include "ComputeMap.h"#include "LdbCoordinator.h"Go to the source code of this file.
Defines | |
| #define | SEQ(x, y) ((x)*yDim + (y)) |
| #define | WRAP 0 |
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