https://github.com/N-BodyShop/changa
Raw File
Tip revision: 5b9f655f6757d71b72ac35d4e6ee2ae869c7747b authored by Phil Miller on 07 November 2017, 16:22:32 UTC
NodeType and GenericTrees enums: move PUP into namespace for proper ADL resolution
Tip revision: 5b9f655
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