Revision 5dfe48ba8684b34080d95fa045be4282b8bdab08 authored by Harshitha on 16 March 2016, 19:50:35 UTC, committed by Harshitha on 16 March 2016, 19:50:35 UTC
Change-Id: I78ccaedcf3eea7e07b820ef4ae9ad8356ce11f88
1 parent b79547b
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