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