https://github.com/N-BodyShop/changa
Raw File
Tip revision: c0089f2ce5ad102a3c2cd5a54e441ec24e2d2767 authored by Tom Quinn on 05 July 2017, 17:48:22 UTC
Particle attribute documentation.
Tip revision: c0089f2
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