https://github.com/N-BodyShop/changa
Raw File
Tip revision: 50d5c9d4aff2d32ab4da85e448ef699c16929dec authored by Thomas Quinn on 24 August 2015, 21:49:50 UTC
Temporary fix for Ewald to avoid bad buffers.
Tip revision: 50d5c9d
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