文件名称:MPI_example
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
The traditional logical view of a sequential computer consists of a memory connected to a processor via a datapath. All three components – processor, memory, and datapath – present bottlenecks to the overall processing rate of a computer system. A number of architectural innovations over the years have addressed these bottlenecks. One of the most important innovations is multiplicity – in processing units, datapaths, and memory units. This multiplicity is either entirely hidden from the programmer, as in the case of implicit parallelism, or exposed to the programmer in different forms. In this chapter, we present an overview of important architectural concepts as they relate to parallel processing.MPI examples.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MPI_example\MPI_example\datatype.c
...........\...........\first.c
...........\...........\gather.c
...........\...........\mesh.c
...........\...........\scatter.c
...........\...........\scatterv.c
...........\...........\send-recv3.c
...........\...........\send-recv4.c
...........\...........\send-recv5.c
...........\...........\send-recv6.c
...........\...........\send-recv7.c
...........\...........\sendcol.c
...........\MPI_example
MPI_example