https://github.com/N-BodyShop/changa
Raw File
Tip revision: d2637cbaaa42821c6efcbe76b7191570dce5a52d authored by Tom Quinn on 17 June 2022, 19:11:37 UTC
Disable LW output by default if we are not forming stars.
Tip revision: d2637cb
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