https://github.com/N-BodyShop/changa
Raw File
Tip revision: a36cde4621947f1a2d309a9e0b77aed35650e688 authored by Harshitha on 10 May 2014, 01:33:10 UTC
Intra node load balancing using CkLoop
Tip revision: a36cde4
MultistepLB_notopo.ci
module MultistepLB_notopo {

extern module CentralLB;
initnode void lbinit(void);

group [migratable] MultistepLB_notopo : CentralLB {
  entry void MultistepLB_notopo(const CkLBOptions &);
};

};
back to top