https://github.com/N-BodyShop/changa
Raw File
Tip revision: 7231ca66620309d2965dabb9d9963da7728ad767 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: 7231ca6
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