作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2010, Vol. 36 ›› Issue (24): 12-14. doi: 10.3969/j.issn.1000-3428.2010.24.005

• 博士论文 • 上一篇    下一篇

基于拉丁方的短消息全交换通信算法

刘 勇,刘 丽,何王全   

  1. (江南计算技术研究所,江苏 无锡 214083)
  • 出版日期:2010-12-20 发布日期:2010-12-14
  • 作者简介:刘 勇(1981-),男,博士研究生,主研方向:并行计算,并行编程模型,并行语言,编译器;刘 丽,工程师;何王全,高级工程师
  • 基金资助:
    国家“973”计划基金资助项目(2007CB310900)

Short-message All-to-All Communication Algorithm Based on Latin-square

LIU Yong, LIU Li, HE Wang-quan   

  1. (Jiangnan Institute of Computer Technology, Wuxi 214083, China)
  • Online:2010-12-20 Published:2010-12-14

摘要: 并行算法中的全交换通信类似于方阵转置变换,拉丁方在这个变换中可起着重要的承接作用。为此,提出一种基于拉丁方有效实现短消息全交换通信的软件方法。利用拉丁方将全交换通信划分为本地内存拷贝和集合消息2个部分。通过模型分析出短消息全交换通信优于直接通信的消息量的上界。实验验证了该方法的有效性。

关键词: 拉丁方, 全交换, 短消息

Abstract: All-to-all communication in parallel algorithm is similar to transposing a square matrix. The Latin-square plays an important role as commutator in the process. This paper proposes an efficiently realization of short-message all-to-all communication algorithm based on Latin Square, and constructs a model analysis on this maximum message-volume, which is prior to the direct algorithm. Some tests verify this algorithm and model without considering the detail of network topology.

Key words: Latin-square, all-to-all, short-message

中图分类号: