Chapter 3

作者: SunANDrain | 来源:发表于2017-12-25 09:11 被阅读0次

Task/Channel Model

channel is a message queue that connect one task's output port with another task's input port.

Send : asynchronous

Receive: synchronous

Foster Design Methology

Partitioning : is the process of diving the computation and the data into pieces

        Domain decomposition

        Functional decomposition

Communication

Agglomeration

Mapping:assigning tasks to process

   

相关文章

网友评论

      本文标题:Chapter 3

      本文链接:https://www.haomeiwen.com/subject/scwkgxtx.html