https://github.com/N-BodyShop/changa
Raw File
Tip revision: e8d91e2762bfadeae87eba7494d5097824c6adc3 authored by Collin J. Sutton on 27 March 2014, 20:56:03 UTC
Some header changes for Charm-less unit tests, missing #includes
Tip revision: e8d91e2
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