https://github.com/N-BodyShop/changa
Raw File
Tip revision: c7ff5343fb1d57444c68f0b190b0d9e89d66af19 authored by Collin J. Sutton on 17 February 2014, 21:33:38 UTC
cuda.{ac,mk.in}: added a --with-cuda-level option
Tip revision: c7ff534
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