https://github.com/N-BodyShop/changa
Raw File
Tip revision: 8a2f3b414d0aa0bcab2d6dbc12f06f945c00c423 authored by Thomas Quinn on 26 August 2022, 16:08:14 UTC
Add github action for moving mesh. (#128)
Tip revision: 8a2f3b4
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