Revision 8655dffe71f44f69c699722f5cb4c3bc68f42fb5 authored by Thomas Quinn on 24 June 2014, 22:13:51 UTC, committed by Thomas Quinn on 24 June 2014, 22:13:51 UTC
2 parent s fcf9383 + e8a5b4b
Raw File
MultistepLB.ci
module MultistepLB {

extern module CentralLB;
initnode void lbinit(void);

group [migratable] MultistepLB : CentralLB {
  entry void MultistepLB(const CkLBOptions &);  
  entry void receiveCentroids(CkReductionMsg *msg);
};

};
back to top