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