Four styles of parallel and net programming
Institute of Computing Technology, Chinese Academy of Sciences, 100190, Beijing, China
Frontiers of Computer Science in China, Vol. 3, No. 3. (1 September 2009), pp. 290-301.
@article{xu2009four,
title={Four styles of parallel and net programming},
author={Xu, Z. and He, Y. and Lin, W. and Zha, L.},
journal={Frontiers of Computer Science in China},
volume={3},
number={3},
pages={290–301},
issn={1673-7350},
year={2009},
publisher={Springer}
}
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. The four styles are concerned with and emphasize different issues, which are needed by systems at different scales. This paper discusses issues related to efficiency, ease of use, and expressiveness.
January 8, 2011 by hgpu