𝔖 Bobbio Scriptorium
✦   LIBER   ✦

Experience with parallel programming using code templates

✍ Scribed by SINGH, AJIT; SCHAEFFER, JONATHAN; SZAFRON, DUANE


Publisher
John Wiley and Sons
Year
1998
Tongue
English
Weight
215 KB
Volume
10
Category
Article
ISSN
1040-3108

No coin nor oath required. For personal study only.

✦ Synopsis


For almost a decade we have been working at developing and using template-based models for parallel computing. Template-based models separate the specification of the parallel structuring aspects from the application code that is to be parallelized. A user provides the application code and specifies the parallel structure of the application using high-level icons, called templates. The parallel programming system then generates the code necessary for parallelizing the application. The goal here is to provide a mechanism for quick and reliable development of coarse-grain parallel applications that employ frequently occurring parallel structures. Our initial template-based system, FrameWorks, was positively received but had a number of shortcomings. The Enterprise parallel programming environment evolved out of this work. Now, after several years of experience with the system, its shortcomings are becoming evident. Controlled experiments have been conducted to assess the usability of our system in comparison with other systems. The paper outlines our experiences in developing and using these systems. A list of desirable characteristics of template-based models is given. The FrameWorks and Enterprise systems are discussed in the context of these characteristics and the results of our usability experiments. Many of our observations are relevant to other parallel programming systems, even though they may be based on different assumptions. Although template-base models have the potential for simplifying the complexities of parallel programming, they have yet to realize these expectations for high-performance applications.


πŸ“œ SIMILAR VOLUMES


On the use of diagnostic dependence-anal
✍ Leslie A. Henderson; Robert E. Hiromoto; Olaf M. Lubeck; Margaret L. Simmons πŸ“‚ Article πŸ“… 1990 πŸ› Springer US 🌐 English βš– 863 KB

Although considerable technology has been developed for debugging and developing sequential programs, producing verifiably correct parallel code is a much harder task. In view of the large number of possible scheduling sequences, exhaustive testing is not a feasible method for determining whether a