Revision 12a5b50a394997436516fb0a6564785bb235f384 authored by Harshitha on 11 May 2015, 20:12:25 UTC, committed by Harshitha on 02 July 2015, 01:01:48 UTC
Change-Id: Ic202e142a906c7bcdbfdedcc8da96a2f09ebd052
1 parent 39951f1
Raw File
MultistepLB_notopo.ci
module MultistepLB_notopo {

extern module CentralLB;
initnode void lbinit(void);

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

};
back to top