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

文章基本信息

  • 标题:Design and Implementation of a High Productivity Language with Communication Aggregation for Parallel Scientific Computation
  • 本地全文:下载
  • 作者:Katsuaki Ikegami ; Kenjiro Taura
  • 期刊名称:Information and Media Technologies
  • 电子版ISSN:1881-0896
  • 出版年度:2012
  • 卷号:7
  • 期号:2
  • 页码:676-684
  • DOI:10.11185/imt.7.676
  • 出版社:Information and Media Technologies Editorial Board
  • 摘要:Message passing model is a popular programming model in which users explicitly write both “send” and “receive” commands in programs and locate shared data on each process's local memory address. Consequently, it is difficult to write a program with complicated algorithms using a message passing model. This problem can be solved using a partitioned global address space (PGAS) model, which can provide virtual global address space and users can effortlessly write programs with complex data sharing. The PGAS model hides the network communication as implicit global memory access. This leads to better programmability, but there can be additional network communication overhead compared to a message passing model. We can reduce the overhead if programs read or write global memory in bulk, but this complicates writing programs. This paper presents the programming language and its runtime to achieve both the programmability and the performance with automatic communication aggregation. The programmer can write global memory accesses in the normal memory access style; then, the compiler and runtime aggregate the communication. In particular, the most time-consuming network accesses are placed in loops, and therefore, this paper suggests how the compiler detects global memory accesses in loops and aggregates them and how to implement that idea.
  • 关键词:PGAS;parallel programming;communication optimization
国家哲学社会科学文献中心版权所有