https://github.com/N-BodyShop/changa
Raw File
Tip revision: e5ead98625127c61d65a3887cd56e8e97f7dc6dd authored by Harshitha on 25 October 2013, 20:56:15 UTC
Use lbuserdata to send centroid data to the load balancers. Remove the logic to
Tip revision: e5ead98
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