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

extern module CentralLB;
initnode void lbinit(void);

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

};
back to top