Revision 461127194ea3a543db392e41bc5d3f7b1fe31947 authored by Tom Quinn on 25 September 2015, 23:35:34 UTC, committed by Tom Quinn on 03 September 2016, 00:33:05 UTC
Change-Id: I4a58ab197339960f15730e83095538dced6d5305
1 parent dd76f84
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