https://github.com/N-BodyShop/changa
Raw File
Tip revision: c81d3b44130697d16ad0bc43b695ca164ef4dfb9 authored by Tim Haines on 04 October 2018, 14:33:05 UTC
Force recompilation when compiler flags change
Tip revision: c81d3b4
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