https://github.com/N-BodyShop/changa
Raw File
Tip revision: c8767e43fcc198f71f1029a3705355261b6a1f71 authored by Tom Quinn on 20 February 2017, 20:01:08 UTC
More documentation and some dead code removal.
Tip revision: c8767e4
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