https://github.com/N-BodyShop/changa
Raw File
Tip revision: 0770b1ddfdf8ff5004c05b54eea65f1cd31199c5 authored by Tom Quinn on 27 December 2021, 20:26:33 UTC
Make JEANSSOFTONLY configurable and enabled by default.
Tip revision: 0770b1d
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