科技报告详细信息
PRAM C:a new programming environment for fine-grain and coarse-grain parallelism.
Brown, Jonathan Leighton ; Wen, Zhaofang.
Sandia National Laboratories
关键词: P Codes;    99 General And Miscellaneous//Mathematics, Computing, And Information Science;    Computers;    Parallel Algorithms.;    Programming;   
DOI  :  10.2172/877738
RP-ID  :  SAND2004-6171
RP-ID  :  AC04-94AL85000
RP-ID  :  877738
美国|英语
来源: UNT Digital Library
PDF
【 摘 要 】

In the search for ''good'' parallel programming environments for Sandia's current and future parallel architectures, they revisit a long-standing open question. Can the PRAM parallel algorithms designed by theoretical computer scientists over the last two decades be implemented efficiently? This open question has co-existed with ongoing efforts in the HPC community to develop practical parallel programming models that can simultaneously provide ease of use, expressiveness, performance, and scalability. Unfortunately, no single model has met all these competing requirements. Here they propose a parallel programming environment, PRAM C, to bridge the gap between theory and practice. This is an attempt to provide an affirmative answer to the PRAM question, and to satisfy these competing practical requirements. This environment consists of a new thin runtime layer and an ANSI C extension. The C extension has two control constructs and one additional data type concept, ''shared''. This C extension should enable easy translation from PRAM algorithms to real parallel programs, much like the translation from sequential algorithms to C programs. The thin runtime layer bundles fine-grained communication requests into coarse-grained communication to be served by message-passing. Although the PRAM represents SIMD-style fine-grained parallelism, a stand-alone PRAM C environment can support both fine-grained and coarse-grained parallel programming in either a MIMD or SPMD style, interoperate with existing MPI libraries, and use existing hardware. The PRAM C model can also be integrated easily with existing models. Unlike related efforts proposing innovative hardware with the goal to realize the PRAM, ours can be a pure software solution with the purpose to provide a practical programming environment for existing parallel machines; it also has the potential to perform well on future parallel architectures.

【 预 览 】
附件列表
Files Size Format View
877738.pdf 412KB PDF download
  文献评价指标  
  下载次数:11次 浏览次数:77次