A Malleable-Job System for Timeshared Parallel Machines

  • Authors:
  • Laxmikant V. Kalé;Sameer Kumar;Jayant DeSouza

  • Affiliations:
  • -;-;-

  • Venue:
  • CCGRID '02 Proceedings of the 2nd IEEE/ACM International Symposium on Cluster Computing and the Grid
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Malleable jobs are parallel programs that can change thenumber of processors on which they are executing at run time in response to an external command.One of the advantages of such jobs is that a job scheduler for malleable jobs can provide improved system utilization and average response time over a scheduler for traditional jobs.In this paper, we present a programming system for creating malleable jobs that is more general than other current malleable systems. In particular, it is not limited to the master-worker paradigmor the Fortran SPMD programming model, but can also support general purpose parallel programs including those written in MPI and Charm++, and has built-in migration and load-balancing, among other features.