https://github.com/N-BodyShop/changa
Raw File
Tip revision: fca72d548c4092347ab5a17bc506a2ea57febe25 authored by Thomas Quinn on 12 June 2019, 20:52:13 UTC
TreePiece::startGravity(): make the initial CUDA lists smaller.
Tip revision: fca72d5
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