Revision 726b099653edc6a4b34606251ad6969742d17d41 authored by PPL Gerrit on 02 March 2017, 05:00:06 UTC, committed by PPL Gerrit on 02 March 2017, 05:00:06 UTC
2 parent s 4277144 + 8333cb2
Raw File
MultistepLB.ci
module MultistepLB {

extern module CentralLB;
initnode void lbinit(void);

group [migratable] MultistepLB : CentralLB {
  entry void MultistepLB(const CkLBOptions &);
};

};
back to top