https://github.com/N-BodyShop/changa
Raw File
Tip revision: 9b165b9554d6389a52ebda8825ac12b68facb47f authored by Lukasz Wesolowski on 03 April 2015, 09:24:34 UTC
Change type of thread indices on the GPU from char to int to support large bucket sizes
Tip revision: 9b165b9
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