https://github.com/N-BodyShop/changa
Raw File
Tip revision: 7b3624cb367f19d41365fec9b3ac7a68f4f97977 authored by Michael Robson on 10 May 2017, 20:42:11 UTC
cuda: Update to new GPU Manager 6.9 API
Tip revision: 7b3624c
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