https://github.com/N-BodyShop/changa
Raw File
Tip revision: 4c04992f1c5dc44720acfce1a23209c9800287be authored by Thomas Quinn on 18 September 2014, 03:07:50 UTC
Put the registerCaches() calls after load balancing calls.
Tip revision: 4c04992
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