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