https://github.com/N-BodyShop/changa
Raw File
Tip revision: d92091fd40241a9566fe1eee4b524cdf0c6432da authored by Collin J. Sutton on 28 January 2014, 22:27:29 UTC
HostCUDA.h: follow convention for "local" vs. <non-local> #includes
Tip revision: d92091f
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