Title :
Coarse grained parallel next element search
Author :
Chan, Albert ; Dehne, Frank ; Rau-Chaplin, Andrew
Author_Institution :
Sch. of Comput. Sci., Carleton Univ., Ottawa, Ont., Canada
Abstract :
The authors present a parallel algorithm for solving the next element search problem on a set of line segments, using a BSP like model referred to as the coarse grained multicomputer (CGM). The algorithm requires O(1) communication rounds (h-relations with h=O(n/p)), O((n/p) log n) local computation, and O((n/p) log n) storage per processor. The result implies solutions to the point location, trapezoidal decomposition and polygon triangulation problems. A simplified version for axis parallel segments requires only O(n/p) storage per processor, and they discuss an implementation of this version. As in a previous paper by Develliers and Fabri (1993), their algorithm is based on a distributed implementation of segment trees which are of size O(n log n). The paper improves on the work of Develliers and Fabri which presented a CGM algorithm for the special case of trapezoidal decomposition only and requires O((n/p)*log p*log n) local computation
Keywords :
communication complexity; computational geometry; multiprocessing systems; parallel algorithms; search problems; trees (mathematics); BSP like model; axis parallel segments; coarse grained multicomputer; coarse grained parallel next element search; communication rounds; line segments; local computation; parallel algorithm; point location; polygon triangulation; segment trees; storage; trapezoidal decomposition; Algorithm design and analysis; Bandwidth; Computational geometry; Computational modeling; Computer science; Costs; Parallel algorithms; Phase change random access memory; Search problems; User-generated content;
Conference_Titel :
Parallel Processing Symposium, 1997. Proceedings., 11th International
Conference_Location :
Genva
Print_ISBN :
0-8186-7793-7
DOI :
10.1109/IPPS.1997.580919