Title :
Using recorded values for bounding the minimum completion time in multiprocessors
Author :
Lundberg, Lars ; Lennerstad, Håkan
Author_Institution :
Dept. of Comput. Sci, Univ. of Karlskronal/Ronneby, Sweden
fDate :
4/1/1998 12:00:00 AM
Abstract :
The way the processes in a parallel program are scheduled on the processors of a multiprocessor system affects the performance significantly. Finding a schedule of processes to processors which results in minimum completion time is NP-hard. Therefore, one has to resort to heuristic schedules. However, it is often difficult to determine if a specific schedule is close to the optimal case or if it is worthwhile to look for other schedules. Based on information from previous executions of the parallel program, we present a formula for an upper bound on the minimum completion time of the program. The bound is a function of a set of parameters. Some of these parameters are obtained from the previous executions of the program and the others describe the target multiprocessor architecture for which we want to bound the minimum completion time. The bound is optimal when it is based on information from one previous execution. Using these results, we are able to decide if a certain schedule is close to optimal or if it is worthwhile to look for other schedules. This is demonstrated by evaluating the completion time of a specific schedule of a particular program. The proofs used for obtaining the bound are based on program transformations and combinatorial mathematics
Keywords :
computational complexity; multiprocessing systems; parallel programming; performance evaluation; processor scheduling; NP-hard; combinatorial mathematics; completion time; heuristic schedules; minimum completion time; multiprocessors; parallel program; performance; program transformations; recorded values; upper bound; Combinatorial mathematics; Java; Multiprocessing systems; Operating systems; Parallel programming; Processor scheduling; Programming environments; Sun; Upper bound; Yarn;
Journal_Title :
Parallel and Distributed Systems, IEEE Transactions on