https://github.com/N-BodyShop/changa
Raw File
Tip revision: 73165b59dcd34d25e0d7d47bfda8fbbd95cde76b authored by Thomas R. Quinn on 17 September 2016, 23:14:05 UTC
Scaled moments: handle case with all particles at the same position in a bucket.
Tip revision: 73165b5
Orb3dLB_notopo.ci
module Orb3dLB_notopo {

extern module CentralLB;
initnode void lbinit(void);

group [migratable] Orb3dLB_notopo : CentralLB {
  entry void Orb3dLB_notopo(const CkLBOptions &);  
};

};
back to top