https://github.com/N-BodyShop/changa
Raw File
Tip revision: e715d1ccde761d3238526d5c028d1563fac54e60 authored by Thomas Quinn on 02 April 2015, 04:23:58 UTC
Ewald CUDA kernels: pass particleTable length instead of getting it from cachedData.
Tip revision: e715d1c
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