https://github.com/N-BodyShop/changa
Raw File
Tip revision: 1549da61c915da1a4f57fb445ae0283a3e1f316a authored by Collin J. Sutton on 04 March 2014, 06:37:22 UTC
Makefile.in: corrected references to Makefile.dep (lives in SOURCE dir)
Tip revision: 1549da6
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