Load balancing in homogeneous pipeline based applications

  • Authors:
  • A. Moreno;E. Cesar;A. Guevara;J. Sorribes;T. Margalef

  • Affiliations:
  • Escola Universitaria Salesiana de Sarria (EUSS), Passeig Sant Joan Bosco, 74, 08017 Barcelona, Spain;Departament Arquitectura de Computadors i Sistemes Operatius, Universitat Autonoma de Barcelona, 08193 Bellaterra, Spain;Departament Arquitectura de Computadors i Sistemes Operatius, Universitat Autonoma de Barcelona, 08193 Bellaterra, Spain;Departament Arquitectura de Computadors i Sistemes Operatius, Universitat Autonoma de Barcelona, 08193 Bellaterra, Spain;Departament Arquitectura de Computadors i Sistemes Operatius, Universitat Autonoma de Barcelona, 08193 Bellaterra, Spain

  • Venue:
  • Parallel Computing
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

We propose to use knowledge about a parallel application's structure that was acquired with the use of a skeleton based development strategy to dynamically improve its performance. Parallel/distributed programming provides the possibility of solving highly demanding computational problems. However, this type of application requires support tools in all phases of the development cycle because the implementation is extremely difficult, especially for non-expert programmers. This work shows a new strategy for dynamically improving the performance of pipeline applications. We call this approach Dynamic Pipeline Mapping (DPM), and the key idea is to have free computational resources by gathering the pipeline's fastest stages and then using these resources to replicate the slowest stages. We present two versions of this strategy, both with complexity O(Nlog(N)) on the number of pipe stages, and we compare them to an optimal mapping algorithm and to the Binary Search Closest (BSC) algorithm [1]. Our results show that the DPM leads to significant performance improvements, increasing the application throughput up to 40% on average.