https://github.com/N-BodyShop/changa
Raw File
Tip revision: 220234863fb1fade374a6cc76f3cf8b264d8a886 authored by Collin J. Sutton on 23 March 2014, 08:13:37 UTC
HostCUDA.cu: typo fixes to hexadecapole-enabled nodeGravityComputation
Tip revision: 2202348
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