https://github.com/N-BodyShop/changa
Raw File
Tip revision: 1d96c6ec6a005673e4154592bda0577b0e520609 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: 1d96c6e
Orb3dLB_notopo.ci
module Orb3dLB_notopo {

extern module CentralLB;
initnode void lbinit(void);

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

};
back to top