https://github.com/N-BodyShop/changa
Raw File
Tip revision: 2ba10fcefc8ad7307983e24b610b92802245bbb5 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: 2ba10fc
MultistepLB_notopo.ci
module MultistepLB_notopo {

extern module CentralLB;
initnode void lbinit(void);

group [migratable] MultistepLB_notopo : CentralLB {
  entry void MultistepLB_notopo(const CkLBOptions &);  
  entry void receiveCentroids(CkReductionMsg *msg);
};

};
back to top