https://github.com/N-BodyShop/changa
Raw File
Tip revision: 5cdf993a49f8319ed0b8026a1dc03094e02b2ba2 authored by Tom Quinn on 13 January 2019, 04:50:02 UTC
Added a "childrenRadius" to the moments structure, separate from "radius".
Tip revision: 5cdf993
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