https://github.com/N-BodyShop/changa
Raw File
Tip revision: bbf099d993e8315da842a2b12875b3edd45c47b3 authored by Collin J. Sutton on 05 March 2014, 23:09:39 UTC
HostCUDA.cu: typo fix re: recent changes to nodeGravityComputation
Tip revision: bbf099d
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