https://github.com/N-BodyShop/changa
Raw File
Tip revision: 2c290d0833fd262a5a48983659451c435ebe193a authored by Lukasz Wesolowski on 20 February 2013, 20:39:23 UTC
OCT decomposition with splitting bins into 8 sub-bins instead of 2.
Tip revision: 2c290d0
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