https://github.com/N-BodyShop/changa
Raw File
Tip revision: 5d5fe68fcd1bb466c8c3f06c7deaab9d771c41cd authored by Tom Quinn on 06 July 2022, 03:43:47 UTC
Main::writeOutput(): don't write igasorder if not doing gas.
Tip revision: 5d5fe68
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