https://github.com/N-BodyShop/changa
Raw File
Tip revision: a7859531514b5ca741aa3ebe3b1413a28bc9d92e authored by Lukasz Wesolowski on 16 April 2014, 19:33:08 UTC
Add softening support when running on the GPU
Tip revision: a785953
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