https://github.com/N-BodyShop/changa
Raw File
Tip revision: 06f668f14966f876a155d23f98415ab08eed4bfd authored by Harshit Dokania on 18 September 2014, 02:12:15 UTC
changed buffer size to 4 to prevent flaky seg faults
Tip revision: 06f668f
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