https://github.com/N-BodyShop/changa
Raw File
Tip revision: e532d1895f3abfb06a07c0a4241a6108fcdb142d authored by Tom Quinn on 20 February 2017, 22:46:01 UTC
Merge branch 'master' into trq/document2
Tip revision: e532d18
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