https://github.com/N-BodyShop/changa
Raw File
Tip revision: b04c546a8a331c2acce4eebc06545f67bdcfae86 authored by Collin J. Sutton on 28 March 2014, 22:06:01 UTC
Revert "HostCUDA.cu: use sqrt(1.0/rsq) instead of the approximate rsqrt(rsq)"
Tip revision: b04c546
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