https://github.com/N-BodyShop/changa
Raw File
Tip revision: 067dfb543ee368b274c6aa1261b8b74518b75141 authored by Thomas R. Quinn on 24 August 2017, 04:13:52 UTC
Fixes to handle empty TreePieces.
Tip revision: 067dfb5
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