Four styles of parallel and net programming

作者:Zhiwei Xu, Yongqiang He, Wei Lin, Li Zha

摘要

This paper reviews the programming landscape for parallel and network computing systems, focusing on four styles of concurrent programming models, and example languages/libraries. The four styles correspond to four scales of the targeted systems. At the smallest coprocessor scale, Single Instruction Multiple Thread (SIMT) and Compute Unified Device Architecture (CUDA) are considered. Transactional memory is discussed at the multicore or process scale. The MapReduce style is examined at the datacenter scale. At the Internet scale, Grid Service Markup Language (GSML) is reviewed, which intends to integrate resources distributed across multiple datacenters.

论文关键词:concurrent programming, CUDA, SIMT, transactional memory, MapReduce, GSML

论文评审过程:

论文官网地址:https://doi.org/10.1007/s11704-009-0028-0