https://github.com/N-BodyShop/changa
Raw File
Tip revision: 9b3c95beaf6d82323ae57b8170fdb1b294a434db authored by Thomas Quinn on 29 January 2017, 01:47:16 UTC
Use std::unordered_map to track nodes sent to GPU on the remote resume walk.
Tip revision: 9b3c95b
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