https://github.com/N-BodyShop/changa
Raw File
Tip revision: 7240d5ef30c17d8ebfb0f4ea65802f262cb93156 authored by Harshitha on 11 May 2015, 20:12:25 UTC
Perform LB only when there is sufficient active TPs
Tip revision: 7240d5e
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