https://github.com/N-BodyShop/changa
Raw File
Tip revision: 4a5b6264b8043367313a04ff7738d7c9781a74c0 authored by Harshitha on 10 May 2014, 01:33:10 UTC
Intra node load balancing using CkLoop
Tip revision: 4a5b626
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