https://github.com/N-BodyShop/changa
Raw File
Tip revision: b078a7a6bc15f16e6b3bcff35e87e8e21e851a1e authored by Tim Haines on 30 July 2016, 07:52:18 UTC
Fix rebase errors in Makefile.in
Tip revision: b078a7a
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