https://github.com/N-BodyShop/changa
Raw File
Tip revision: f1843514f3c97ea2084429405b83404eb0d3e114 authored by Tim Haines on 04 November 2018, 02:59:16 UTC
Remove dead code
Tip revision: f184351
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