https://github.com/N-BodyShop/changa
Raw File
Tip revision: 2be7c1d009ef8a673170ea07244634335552c179 authored by Tom Quinn on 07 October 2017, 22:54:07 UTC
Fix AGORApreCheckSmoothParams::isSmoothActive() bug.
Tip revision: 2be7c1d
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