https://github.com/N-BodyShop/changa
Raw File
Tip revision: 7c4d6f555efb42514ee809d50e7dadb24d4c81e7 authored by Tim Haines on 31 January 2018, 18:37:01 UTC
Pass CkCallback by const& during CUDA instrumentation
Tip revision: 7c4d6f5
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