Revision 9ee5623b9ef54c254fc3b8ba709b646feb438696 authored by Thomas Quinn on 16 February 2013, 18:25:25 UTC, committed by Thomas Quinn on 16 February 2013, 18:25:25 UTC
1 parent 4c6c637
Raw File
Orb3dLB.ci
module Orb3dLB {

extern module CentralLB;
initnode void lbinit(void);

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

};
back to top