https://github.com/N-BodyShop/changa
Raw File
Tip revision: 4a25d12d42472e3c395b49e57e183cae841b33f3 authored by Tom Quinn on 04 September 2019, 22:33:53 UTC
Remove commented, obsolete CUDA runt routine.
Tip revision: 4a25d12
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