https://github.com/N-BodyShop/changa
Raw File
Tip revision: 966163928900096789c5f49a6955605f205e06f2 authored by Tom Quinn on 31 March 2016, 22:50:01 UTC
Make 35 the default CUDA level. (K20s or better).
Tip revision: 9661639
Orb3dLB.ci
module Orb3dLB {

extern module CentralLB;
initnode void lbinit(void);

group [migratable] Orb3dLB : CentralLB {
  entry void Orb3dLB(const CkLBOptions &);
};

};
back to top