暂无分享,去创建一个
Summary Parallel programming models exist as an abstraction of hardware and memory architectures. There are several parallel programming models in commonly use; they are shared memory model, thread model, message passing model, data parallel model, hybrid model, Flynn’s models, embarrassingly parallel computations model, pipelined computations model. These models are not specific to a particular type of machine or memory architecture. This paper focuses the concurrent approach to Flynn’s MPMD classification in single processing environment through java program.
[1] David Holmes,et al. Java Concurrency in Practice , 2006 .
[2] Charles W. Kann. Creating Components: Object Oriented, Concurrent, and Distributed Computing in Java , 2003 .
[3] Through Java. Concurrent Approach to Flynn's SPMD Classification , 2010 .
[4] Peter S. Pacheco. An Introduction to Parallel Programming , 2011 .