Publication:
GTCS: A Greedy Task Clustering and Scheduling algorithm for distributed memory processor architecture

Loading...
Thumbnail Image

Journal Title

Journal ISSN

Volume Title

Publisher

Research Projects

Organizational Units

Journal Issue

Abstract

Presents a task-clustering algorithm named GTCS (Greedy Task Clustering and Scheduling). The algorithm represents the tasks of a parallel program as nodes and schedules them with a directed acyclic task graph (DAG). The parallel hardware architecture focused on in this paper is the distributed memory architecture. GTCS implements the task-clustering method by partitioning the nodes on a DAG. Each group or cluster within the DAG is placed on only one processor. The algorithm partitions the DAG into several clusters to reduce the communication overhead between the processors, because the network has a lot of communication overhead, which increases the total execution time or makespan of the tasks, especially in parallel programs that perform fine-grained tasks on a network. The GTCS algorithm produces a schedule whose makespan is at most twice that of the optimal cluster. GTCS has a time complexity equal to O[m(|V|·lg|V|+|E|)] where m is the number of clusters and 1≤m≤V.

Description

Keywords

Citation

Proceedings 4th International Conference Exhibition on High Performance Computing in the Asia Pacific Region HPC Asia 2000, 1, 310-314, 2000

Collections

Endorsement

Review

Supplemented By

Referenced By