https://github.com/N-BodyShop/changa
Raw File
Tip revision: 787a9f0ab8028893a02962f922b52950596d8e6e authored by Collin J. Sutton on 26 February 2014, 09:22:45 UTC
cuda_typedef.h: added hexadecapole members to CudaMultipoleMoments
Tip revision: 787a9f0
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