Revision 2e136806641e07f27204b988e2c48cc79c90531b authored by Harshitha on 06 October 2014, 18:27:42 UTC, committed by Harshitha on 06 October 2014, 18:27:42 UTC
1 parent 878a622
Raw File
Orb3dLB_notopo.ci
module Orb3dLB_notopo {

extern module CentralLB;
initnode void lbinit(void);

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

};
back to top