
#include <NullLB.h>


Public Member Functions | |
| NullLB (const CkLBOptions &opt) | |
| NullLB (CkMigrateMessage *m) | |
| ~NullLB () | |
| void | AtSync (void) |
| void | migrationsDone (void) |
| void | pup (PUP::er &p) |
Static Public Member Functions | |
| static void | staticAtSync (void *) |
Private Member Functions | |
| void | init () |
It has all the strategy's API, but doing nothing but resume from sync NullLB only is functioning when there is no other strategy created.
Definition at line 17 of file NullLB.h.
| NullLB::NullLB | ( | const CkLBOptions & | opt | ) | [inline] |
| NullLB::NullLB | ( | CkMigrateMessage * | m | ) | [inline] |
| void NullLB::pup | ( | PUP::er & | p | ) | [inline] |
Definition at line 29 of file NullLB.h.
References init(), and PUP::er::isUnpacking().

1.5.5