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