https://github.com/N-BodyShop/changa
Raw File
Tip revision: c7a6e8b734c578f3965207cef24f349b846316d2 authored by Tim Haines on 30 April 2017, 03:54:12 UTC
Use KeyType from keytype.h for NodeKey
Tip revision: c7a6e8b
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