List Scheduling Algorithm for Heterogeneous Systems by an Optimistic Cost Table

Efficient application scheduling algorithms are important for obtaining high performance in heterogeneous computingsystems. In this paper, we present a novel list-based scheduling algorithm called Predict Earliest Finish Time (PEFT) forheterogeneous computing systems. The algorithm has the same time...

Full description

Bibliographic Details
Main Author: Hamid Arabnejad (author)
Other Authors: Jorge Manuel Gomes Barbosa (author)
Format: article
Language:eng
Published: 2014
Subjects:
Online Access:https://repositorio-aberto.up.pt/handle/10216/97674
Country:Portugal
Oai:oai:repositorio-aberto.up.pt:10216/97674
Description
Summary:Efficient application scheduling algorithms are important for obtaining high performance in heterogeneous computingsystems. In this paper, we present a novel list-based scheduling algorithm called Predict Earliest Finish Time (PEFT) forheterogeneous computing systems. The algorithm has the same time complexity as the state-of-the-art algorithm for the samepurpose, that is, O(v^2.p) for v tasks and p processors, but offers significant makespan improvements by introducing a look-aheadfeature without increasing the time complexity associated with computation of an Optimistic Cost Table (OCT). The calculatedvalue is an optimistic cost because processor availability is not considered in the computation. Our algorithm is only based on anOCT table that is used to rank tasks and for processor selection. The analysis and experiments based on randomly generatedgraphs 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 bestresults.