https://github.com/N-BodyShop/changa
Raw File
Tip revision: 5d4961fc8a9c20cc9b735e0a723899892a78dd21 authored by Harshitha on 10 May 2014, 01:33:10 UTC
Intra node load balancing using CkLoop
Tip revision: 5d4961f
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