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