https://github.com/N-BodyShop/changa
Raw File
Tip revision: 543a18828234b0da54d9d1731e1b478ccca433c9 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: 543a188
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