NAMD
Public Member Functions | List of all members
NamdDummyLB Class Reference

#include <NamdDummyLB.h>

Inheritance diagram for NamdDummyLB:

Public Member Functions

 NamdDummyLB (const CkLBOptions &opt)
 
 NamdDummyLB (CkMigrateMessage *)
 
void work (LDStats *stats)
 

Detailed Description

Definition at line 23 of file NamdDummyLB.h.

Constructor & Destructor Documentation

NamdDummyLB::NamdDummyLB ( const CkLBOptions &  opt)

Definition at line 28 of file NamdDummyLB.C.

28  : CentralLB(opt) {
29  lbname = (char*)"NamdDummyLB";
30  if (CkMyPe() == 0)
31  CkPrintf("[%d] DummyLB created\n",CkMyPe());
32 }
NamdDummyLB::NamdDummyLB ( CkMigrateMessage *  msg)

Definition at line 24 of file NamdDummyLB.C.

24  : CentralLB(msg) {
25  lbname = (char*)"NamdDummyLB";
26 }

Member Function Documentation

void NamdDummyLB::work ( LDStats *  stats)

Definition at line 44 of file NamdDummyLB.C.

44  {
45  // CkPrintf("[%d] NamdDummyLB At WORK\n",CkMyPe());
46 }

The documentation for this class was generated from the following files: