https://github.com/N-BodyShop/changa
Raw File
Tip revision: ba171740289763b19b84a2bc63eefc5aae6ff17b authored by Jaemin Choi on 29 November 2018, 20:00:15 UTC
Testing Jenkins
Tip revision: ba17174
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