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
MultistepOrbLB.ci
module MultistepOrbLB {

extern module OrbLB;
initnode void lbinit(void);

group [migratable] MultistepOrbLB : OrbLB {
  entry void MultistepOrbLB(const CkLBOptions &);
};

};
back to top