https://github.com/N-BodyShop/changa
Raw File
Tip revision: 4279a19b4b3dd7fa0ac39ce755d5bf1e7a393db6 authored by Collin J. Sutton on 12 February 2014, 20:13:57 UTC
cuda.ac, configure: disabled CUDA auto-enable
Tip revision: 4279a19
Orb3dLB_notopo.ci
module Orb3dLB_notopo {

extern module CentralLB;
initnode void lbinit(void);

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

};
back to top