Revision 8dfaf509de85637f689a696e8d608d1d173068ab authored by Harshitha on 02 March 2015, 21:01:30 UTC, committed by Harshitha on 02 March 2015, 21:01:30 UTC
1 parent 731b61c
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