๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

Bulk synchronous parallel: practical experience with a model for parallel computing

โœ Scribed by Danny Krizanc; Anton Saarimaki


Publisher
Elsevier Science
Year
1999
Tongue
English
Weight
339 KB
Volume
25
Category
Article
ISSN
0167-8191

No coin nor oath required. For personal study only.

โœฆ Synopsis


Valiant proposed the Bulk Synchronous Parallel (BSP) model as a possible model for parallel computing. He refers to BSP as a ``bridging'' model, being applicable to both system and algorithm design. The model allows hardware and software design to proceed independently but ensures compatibility between parallel computers and parallel programs. This paper explores the practical use of BSP, focusing on the portability and predictability it oers, without incurring any signiยฎcant loss in performance. A BSP algorithm for sorting proposed by Gerbessiotis and Valiant is implemented in a portable fashion on three dierent parallel computers, speciยฎcally an Intel iPSC/860, a Transtech Parastation and an Alex AVX Series 2. The program uses a standard library of communication functions designed and implemented for each machine to support the BSP model. The measured performance of the program is compared to the BSP predictions and to other sorting results on similar machines to provide evidence for the utility of the BSP model.


๐Ÿ“œ SIMILAR VOLUMES


Computational Experience with a Parallel
โœ Kumar Rajan; Narsingh Deo ๐Ÿ“‚ Article ๐Ÿ“… 1999 ๐Ÿ› Springer ๐ŸŒ English โš– 195 KB

Determining molecular structure from interatomic distances is an important and challenging problem. Given a molecule with n atoms, lower and upper bounds on interatomic distances can usually be obtained only for a small subset of the n(n-1) 2 atom pairs, using NMR. Given the bounds so obtained on th

An Effective and Practical Performance P
โœ Yong Yang; Xiaodong Zhang; Yongsheng Song ๐Ÿ“‚ Article ๐Ÿ“… 1996 ๐Ÿ› Elsevier Science ๐ŸŒ English โš– 487 KB

riously hard because of the heterogeneity and non-dedicated system effects of the underlying system. In this paper, we focus on developing a practical performance prediction methodology for such a network of workstations. Quite a few researchers [1,3,7,8,9,12] have contributed useful results to the