https://github.com/N-BodyShop/changa
Raw File
Tip revision: 4619439973a65d9693d910520b28b45ad4a8a3df authored by Phil Miller on 21 January 2015, 05:21:05 UTC
Adapt load balancers to modern style inheriting from CBase classes
Tip revision: 4619439
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