https://github.com/N-BodyShop/changa
Raw File
Tip revision: 606864d29fb15f150335234a2b3541b8a9264615 authored by Tim Haines on 02 November 2018, 01:50:14 UTC
Remove TreePiece::buildOctTree
Tip revision: 606864d
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