https://github.com/N-BodyShop/changa
Raw File
Tip revision: 93919ef695304eb9b2d8ebdbf9a56aa6bea3a84b authored by Harshitha on 02 March 2015, 21:01:30 UTC
In the load balancers check whether the object is migratable before accessing its obj userdata
Tip revision: 93919ef
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