项目作者: TILhub

项目描述 :
Task Scheduling For Heterogeneous Computing System
高级语言: C++
项目地址: git://github.com/TILhub/OCT-Algorithm.git
创建时间: 2017-09-14T08:32:15Z
项目社区:https://github.com/TILhub/OCT-Algorithm

开源协议:

下载


Cloud-Algorithms

PEFT (OCT Rank) Algorithm
Efficient application scheduling algorithms are important for obtaining high performance in heterogeneous computing
systems. In this paper, we present a novel list-based scheduling algorithm called Predict Earliest Finish Time (PEFT) for
heterogeneous computing systems. The algorithm has the same time complexity as the state-of-the-art algorithm for the same
purpose, that is, O(n^2logn):pÞ for v tasks and p processors, but offers significant makespan improvements by introducing a look-ahead
feature without increasing the time complexity associated with computation of an optimistic cost table (OCT). The calculated value is
an optimistic cost because processor availability is not considered in the computation. Our algorithm is only based on an OCT that is
used to rank tasks and for processor selection. The analysis and experiments based on randomly generated graphs with various
characteristics and graphs of real-world applications show that the PEFT algorithm outperforms the state-of-the-art list-based
algorithms for heterogeneous systems in terms of schedule length ratio, efficiency, and frequency of best results.