https://github.com/N-BodyShop/changa
Raw File
Tip revision: ad8fbddf0117741faa2988d4c62db9f5ff82128a authored by Collin J. Sutton on 14 January 2014, 02:33:18 UTC
HostCUDA.cu: use a macro to simplify host-memory allocation code.
Tip revision: ad8fbdd
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