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