首页    期刊浏览 2024年09月19日 星期四
登录注册

文章基本信息

  • 标题:The Parallel C Preprocessor
  • 本地全文:下载
  • 作者:Eugene D. Brooks III, Brent C. Gorda ; Karen H. Warren
  • 期刊名称:Scientific Programming
  • 印刷版ISSN:1058-9244
  • 出版年度:1992
  • 卷号:1
  • DOI:10.1155/1992/708085
  • 出版社:Hindawi Publishing Corporation
  • 摘要:We describe a parallel extension of the C programming language designed for multiprocessors that provide a facility for sharing memory between processors. The programming model was initially developed on conventional shared memory machines with small processor counts such as the Sequent Balance and Alliant FX/8, but has more recently been used on a scalable massively parallel machine, the BBN TC2000. The programming model is split-join rather than fork-join. Concurrency is exploited to use a fixed number of processors more efficiently rather than to exploit more processors as in the fork-join model. Team splitting, a mechanism to split the team of processors executing a code into subteams to handle parallel subtasks, is used to provide an efficient mechanism to exploit nested concurrency. We have found the split-join programming model to have an inherent implementation advantage, compared to the fork-join model, when the number of processors in a machine becomes large.
国家哲学社会科学文献中心版权所有