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

计算机工程 ›› 2010, Vol. 36 ›› Issue (9): 73-76,7. doi: 10.3969/j.issn.1000-3428.2010.09.025

• 软件技术与数据库 • 上一篇    下一篇

基于多区域多代码问题的自动分块算法

张 娟,陆林生   

  1. (江南计算技术研究所,无锡 214083)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2010-05-05 发布日期:2010-05-05

Automatic Partition Algorithm Based on Multi-region and Multi-code Problem

ZHANG Juan, LU Lin-sheng   

  1. (Jiangnan Institute of Computing Technology, Wuxi 214083)
  • Received:1900-01-01 Revised:1900-01-01 Online:2010-05-05 Published:2010-05-05

摘要: 针对现有分块算法并行度低、负载不平衡的缺陷,提出一种基于多区域多代码问题的自动分块算法。通过循环分配算法实现计算区域间的处理器分配,基于Block的递归二分法对无向图进行剖分,实现计算区域内的任务分配。实验结果表明,该算法可使整个计算空间分配到的处理器量大致相等,处理器间的通信量最小。

关键词: 多区域多代码, 并行计算, 自动划分, 负载平衡

Abstract: Aiming at the shortage of low parallelism degree and load imbalance in existing partition algorithm, this paper presents an automatic partition algorithm based on multi-region and multi-code problem. This algorithm uses loop distribution algorithm to realize processor distribution between computational domain, uses recursion dichotomy based on Block for splitting undirected graph to realize task distribution in computational domain. Experimental results show that this algorithm can make allocated number of processor equation all of the computational space, and the communication traffic between processors is least.

Key words: multi-region and multi-code, parallel computing, automatic partition, load balance

中图分类号: