https://github.com/N-BodyShop/changa
Raw File
Tip revision: 124beb1b3fa6346a1a8298fc8ae181596bb1e94e authored by Collin J. Sutton on 09 January 2014, 21:30:03 UTC
configure.ac: moved CUDA detection script to a separate file `cuda.ac`
Tip revision: 124beb1
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