https://github.com/N-BodyShop/changa
Raw File
Tip revision: 4201e32cbe0d612854c81c5686dc55af16ba5dc5 authored by Collin J. Sutton on 27 March 2014, 20:35:59 UTC
HostCUDA.cu: use sqrt(1.0/rsq) instead of the approximate rsqrt(rsq)
Tip revision: 4201e32
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