文件名称:mpi_array
介绍说明--下载内容均来自于网络,请自行研究使用
这个程序演示了一个简单的数据分解。主任务首先初始化数组,然后分配相等的部分该数组的其他任务。后的其他任务接收其阵列的一部分,它们执行加法运算,以每个数组元素。-This program demonstrates a simple data decomposition. The master task first initializes an array and then distributes an equal portion that array to the other tasks. After the other tasks receive their portion of the array, they perform an addition operation to each array element.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mpi_array\mpi_array.c
mpi_array