https://github.com/N-BodyShop/changa
Raw File
Tip revision: a7237be2b3e3038baef561d0f5611bcc6b04420f authored by Tom Quinn on 08 May 2019, 16:32:23 UTC
Use static storage for dummy parameter.
Tip revision: a7237be
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