https://github.com/N-BodyShop/changa
Raw File
Tip revision: 666f71e9fa822a5fd6861ceba676abb363af596e authored by Lukasz Wesolowski on 02 March 2015, 11:18:03 UTC
Fix for the bug when running CUDA version of ChaNGa in smp mode. Work in progress.
Tip revision: 666f71e
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