https://github.com/N-BodyShop/changa
Raw File
Tip revision: 597de731c7db375dbc315711767503e9b0102a4b authored by Harshitha on 02 May 2014, 19:17:23 UTC
Call TPWorkDone before finishWalk
Tip revision: 597de73
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