Revision 03773984565f987b2950dd0429e04e2fdd4c86d8 authored by Harshit Dokania on 18 September 2014, 02:12:15 UTC, committed by Tim Haines on 12 August 2016, 05:27:26 UTC
Change-Id: Id4504b89a4358baeb6e5e383ce1216a482eb067e
1 parent 4aff741
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