https://github.com/N-BodyShop/changa
Raw File
Tip revision: 94a8282668bf7a8f3883b2a3466ba5862a265fd5 authored by Lukasz Wesolowski on 03 March 2015, 09:44:45 UTC
Further bug fixes
Tip revision: 94a8282
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