https://github.com/N-BodyShop/changa
Raw File
Tip revision: 32daab9c0472ebaef51759e1b0cc9710bc3c353d authored by Tim Haines on 11 December 2017, 02:43:31 UTC
Ensure CMK_HAS_INT16 is properly defined for node keys.
Tip revision: 32daab9
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