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