https://github.com/N-BodyShop/changa
Raw File
Tip revision: ccb40fb2a7399fd31a4a758135ca29ba8a6b0415 authored by Tom Quinn on 16 March 2018, 23:40:48 UTC
Refactor buildTree in Main.
Tip revision: ccb40fb
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