https://github.com/N-BodyShop/changa
Raw File
Tip revision: 07431c1f6bfc85b33437d11d832573ce83943146 authored by Tim Haines on 30 July 2016, 08:30:31 UTC
Add dist-clean target
Tip revision: 07431c1
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