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
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