https://github.com/N-BodyShop/changa
Raw File
Tip revision: f29092e21016e26e4019f76e67b91513420e8066 authored by Tom Quinn on 19 June 2018, 20:54:33 UTC
Check GPU kernel launches.
Tip revision: f29092e
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