https://github.com/N-BodyShop/changa
Raw File
Tip revision: f575d640ed8710f44f69a1e11eefbf2ed29768f8 authored by Tom Quinn on 18 September 2015, 01:01:03 UTC
Rewrite of the "newOrder" function in addDelParticles() to avoid non-scaling
Tip revision: f575d64
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