Author Login Editor-in-Chief Peer Review Editor Work Office Work

Computer Engineering ›› 2012, Vol. 38 ›› Issue (11): 66-68. doi: 10.3969/j.issn.1000-3428.2012.11.021

• Networks and Communications • Previous Articles     Next Articles

DAG Pattern Reuse Technology for Parallel Application Programs

SUN Chao, YU Ce, SUN Ji-zhou, WANG Meng-meng, DU Jun   

  1. (School of Computer Science and Technology, Tianjin University, Tianjin 300072, China)
  • Received:2011-10-12 Online:2012-06-05 Published:2012-06-05

面向并行应用程序的DAG模式复用技术

孙 超,于 策,孙济洲,王萌萌,杜 君   

  1. (天津大学计算机科学与技术学院,天津 300072)
  • 作者简介:孙 超(1987-),男,硕士研究生,主研方向:并行程序设计;于 策,讲师、博士;孙济洲,教授、博士、博士生导师;王萌萌、杜 君,硕士研究生
  • 基金资助:
    国家自然科学基金资助项目(10978016, 11003027);天津市科技支撑计划基金资助重点项目(09ZCKFGX00400, 11ZCKFGX 01000)

Abstract: Directed Acyclic Graph(DAG) is used to represent the dependencies between the subtasks for scheduling in parallel programming. To enhance reuse of DAG pattern in DAG data driven model, this paper proposes a plug-in DAG pattern library which separates the DAG pattern module from the runtime system module. The new library improves the reusability and the scalability of this model. It is implemented in Easy PDP, and proves this technology can reduce the cost to extend the system by solving checkerboard problem.

Key words: parallel computing, Directed Acyclic Graph(DAG) pattern, reuse technology, DAG data driven model, plug-in DAG pattern library, Easy PDP system

摘要: 在并行应用程序设计中可以用有向无环图(DAG)表示子任务之间的依赖关系,从而实现子任务的调度。为此,针对DAG数据驱动模型中的DAG模式复用问题,提出插件式DAG模式图库。将DAG模式图模块和运行时系统模块分离,增强模块的复用性和扩展性。在Easy PDP系统中实现并扩展该模式图库。以棋盘问题为例,证明该技术可降低扩展系统所需的代价。

关键词: 并行计算, 有向无环图模式, 复用技术, DAG数据驱动模型, 插件式DAG模式图库, Easy PDP系统

CLC Number: