https://github.com/N-BodyShop/changa
Raw File
Tip revision: 56e71e0dbaf67238e9c31c42aa6eeb07d3e1c17e authored by Thomas Quinn on 19 November 2018, 22:38:13 UTC
Fix bad debug compile with HostCUDA.cu
Tip revision: 56e71e0
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