Scheduling Monotone Moldable Jobs in Linear Time

October 31, 2017 Β· Declared Dead Β· πŸ› IEEE International Parallel and Distributed Processing Symposium

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Klaus Jansen, Felix Land arXiv ID 1711.00103 Category cs.DS: Data Structures & Algorithms Citations 31 Venue IEEE International Parallel and Distributed Processing Symposium Last Checked 3 months ago
Abstract
A moldable job is a job that can be executed on an arbitrary number of processors, and whose processing time depends on the number of processors allotted to it. A moldable job is monotone if its work doesn't decrease for an increasing number of allotted processors. We consider the problem of scheduling monotone moldable jobs to minimize the makespan. We argue that for certain compact input encodings a polynomial algorithm has a running time polynomial in n and log(m), where n is the number of jobs and m is the number of machines. We describe how monotony of jobs can be used to counteract the increased problem complexity that arises from compact encodings, and give tight bounds on the approximability of the problem with compact encoding: it is NP-hard to solve optimally, but admits a PTAS. The main focus of this work are efficient approximation algorithms. We describe different techniques to exploit the monotony of the jobs for better running times, and present a (3/2+Ξ΅)-approximate algorithm whose running time is polynomial in log(m) and 1/Ξ΅, and only linear in the number n of jobs.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted