Bounding the minimal completion time in high-performance parallel processing

  • Authors:
  • Lars Lundberg;Magnus Broberg;Kamilla Klonowska

  • Affiliations:
  • Blekinge Institute of Technology, 372 25 Ronneby, Sweden.;Blekinge Institute of Technology, 372 25 Ronneby, Sweden.;Blekinge Institute of Technology, 372 25 Ronneby, Sweden

  • Venue:
  • International Journal of High Performance Computing and Networking
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

Many parallel systems used in high-performance computing do not allow process relocation at run-time. It is thus important to find a good allocation of processes to processors. As the problem of finding an allocation that results in minimal completion time is NP-hard, one has to resort to heuristic algorithms for finding good allocations. One major drawback with heuristic algorithms is that we do not know whether the result is close to optimal or it is worthwhile to continue the heuristic search for better allocations. In this paper, we present a method for finding an upper bound on the minimal completion time for a given program. If the completion time using the current allocation is above this bound, we know that it is worthwhile to continue the search for better allocations. The bound, which is optimally tight using the available information, is based on some parameters derived from the program and describing the hardware platform. A practical demonstration of the method is presented using a tool that produces the bound for multithreaded C-programs executing in a parallel Sun/Solaris environment.