https://github.com/N-BodyShop/changa
Raw File
Tip revision: f5b3139efadeec119a167bf647738f74623b13e5 authored by Tom Quinn on 29 June 2012, 22:23:23 UTC
Changed periodic offsets to cosmoType.
Tip revision: f5b3139
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