https://github.com/N-BodyShop/changa
Raw File
Tip revision: 8e1e0337b36474e902f5be8e6b8592fc76ed91f1 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: 8e1e033
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