https://github.com/N-BodyShop/changa
Raw File
Tip revision: 0e3ac2956c45944789042947ce452701b1f4563e authored by Tim Haines on 29 July 2016, 02:32:32 UTC
Add declaration of TreePiece::walkBucketTree
Tip revision: 0e3ac29
MultistepLB_notopo.ci
module MultistepLB_notopo {

extern module CentralLB;
initnode void lbinit(void);

group [migratable] MultistepLB_notopo : CentralLB {
  entry void MultistepLB_notopo(const CkLBOptions &);
};

};
back to top