https://github.com/N-BodyShop/changa
Raw File
Tip revision: b6d32f25207d5eab68f35298c1ef5ed8e40efbe3 authored by Cambridge on 03 February 2018, 23:52:16 UTC
start the traversal from the leaf node that each paritcle belongs to
Tip revision: b6d32f2
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