Affiliation:
1. Univ. of Wisconsin, Madison
Abstract
DIB is a general-purpose package that allows a wide range of applications such as recursive backtrack, branch and bound, and alpha-beta search to be implemented on a multicomputer. It is very easy to use. The application program needs to specify only the root of the recursion tree, the computation to be performed at each node, and how to generate children at each node. In addition, the application program may optionally specify how to synthesize values of tree nodes from their children's values and how to disseminate information (such as bounds) either globally or locally in the tree. DIB uses a distributed algorithm, transparent to the application programmer, that divides the problem into subproblems and dynamically allocates them to any number of (potentially nonhomogeneous) machines. This algorithm requires only minimal support from the distributed operating system. DIB can recover from failures of machines even if they are not detected. DIB currently runs on the Crystal multicomputer at the University of Wisconsin-Madison. Many applications have been implemented quite easily, including exhaustive traversal (
N
queens, knight's tour, negamax tree evaluation), branch and bound (traveling salesman) and alpha-beta search (the game of NIM). Speedup is excellent for exhaustive traversal and quite good for branch and bound.
Publisher
Association for Computing Machinery (ACM)
Reference22 articles.
1. Parallelism in alpha-beta search. Arti{;FINKEL R. A.;InteU.,1982
2. Improved speedup bounds for parallel alpha-beta search;FINKEL R. A.;IEEE Trans. Pattern Analysis and Machine Intelligence PAMI-5,1983
Cited by
91 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Connecting MapReduce Computations to Realistic Machine Models;2020 IEEE International Conference on Big Data (Big Data);2020-12-10
2. YewPar;Proceedings of the 25th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming;2020-02-19
3. Efficient Parallel Random Sampling—Vectorized, Cache-Efficient, and Online;ACM Transactions on Mathematical Software;2018-09-30
4. On-the-Fly Pipeline Parallelism;ACM Transactions on Parallel Computing;2015-11-02
5. On scalable parallel recursive backtracking;Journal of Parallel and Distributed Computing;2015-10