文件名称:sort-mpi

  • 所属分类:
  • 并行运算
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 3kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • l**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

* 算法描述: 分段 -> 段内排序 -> 归约结果。

* 1,根进程读取输入,将元素个数广播给各个进程。

* 2,然后各进程计算段长度和段偏移。

* 3,然后根进程选择第一个段,标记站位符。

* 4,跟进程将剩余元素发送给下一进程,下一进程选择段的同时,根进程排序。

* 5,下一进程继续此过程,直到最后一个进程,所有元素都进行排序。

* 6,进程将排序好的元素,按照段偏移归约给根进程。

* 7,根进程输入结果。

* -* Algorithm descr iption: Sub--> paragraph sort-> reduce the results.* 1, the root process to read input, will be broadcast to all elements of the process.* 2, and then the process of calculating the length and offset paragraph.* 3, and then the root process, select the first paragraph, mark at stations.* 4, with the remaining elements of the process sent to the next process, the process of choosing the next paragraph, the root process of sorting.* 5, the next process to continue this process until the last process, all the elements are sorted.* 6, the process will be good to sort elements, in accordance with the above offset to the root process of reduction.* 7, enter the results of the root process.*
相关搜索: mpi
MPI
rank
sort
mpi
reduce
mpi
sort

(系统自动生成,下载前可以参看下载内容)

下载文件列表

MPI.cpp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org