https://github.com/N-BodyShop/changa
Raw File
Tip revision: 6d5e939b327b31c7805f9bc0d5427ffe5762f637 authored by Tom Quinn on 11 July 2022, 17:08:21 UTC
Clean up many warnings from gcc v12.
Tip revision: 6d5e939
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