https://github.com/N-BodyShop/changa
Raw File
Tip revision: 9c51f2d8a93f9e56d49c1d3462f28d4f59c50996 authored by Tom Quinn on 31 March 2016, 22:50:01 UTC
Make 35 the default CUDA level. (K20s or better).
Tip revision: 9c51f2d
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