https://github.com/N-BodyShop/changa
Raw File
Tip revision: fcf938319dce2f5524323ab349ea22e29f8adb5b authored by Thomas Quinn on 17 May 2013, 16:59:38 UTC
Merge branch 'master' into jetley/smp
Tip revision: fcf9383
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