CLUSTER OF WORKSTATIONS BASED ON DYNAMIC LOAD BALANCING FOR PARALLEL TREE COMPUTATION DEPTH-FIRST-SEARCH

加力,陆鑫达,张健
2002-01-01
Abstract:The real problem in cluster of workstations is the changes in workstation power or number of workstations or dynmaic changes in the run-time behavior of the application hamper the efficient use of resources. Dynamic load balancing is a technique for the parallel implementation of problems, which generate unpredictable workloads by migration work units from heavily loaded processor to lightly loaded processors at run-time. This paper proposed an efficient load balancing method in which parallel tree computations depth-first-search (DFS) generates unpredictable, highly imbalance workloads and moves through different phases detectable at run-time, where dynamic load balancing strategy is applicable in each phase running under the MPI(message passing interface) and Unix operating system on cluster of workstations parallel platform computing.
What problem does this paper attempt to address?