Survey of algorithms for static load balancing
暂无分享,去创建一个
Load balancing is an optimization method that maps a number of jobs on a processor architecture. It consists of four interacting subtasks: partitioning, assignment, routing, and scheduling. Loadbalancing algorithms may be classified as static or dynamic depend ing on whether they are performed at compile-time or at run-time. This paper presents a survey of static load-balancing algorithms.