引用本文:张德富,吴巧泉.基于任务图的一种并行程序设计方法(Ⅰ)──任务图的设计.软件学报,1995,6(6):379-384
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览 4229次   下载 5935 本文二维码信息
码上扫一扫!
分享到: 微信 更多
基于任务图的一种并行程序设计方法(Ⅰ)──任务图的设计
张德富1, 吴巧泉1
南京大学计算机科学系,南京,210093
摘要:
本文提出一种基于任务图的并行程序设计方法.首先分析欲解的问题,产生数据流程图,并以此设计出表示并行算法的任务图,然后根据任务图选择合适的系统拓扑结构,最后完成并行程序的设计.该方法思路清晰,富有条理,产生的并行程序质量较高.
关键词:  任务图  并行程度设计方法  并行算法  
DOI:
分类号:
基金项目:本研究得到国家863计划资助.
A METHOD OF PARALLEL PROGRAM DESIGN BASED ON TASK GRAPH(Ⅰ)── DESIGN OF TASK GRAPH
Zhang Defu,Wu Qiaoquan
Abstract:
This paper presents a method of parallel program design on task graph. At first, the authors can produce a dataflow chart by analyzing a given problem to get the task graph, i. e., a representation of the parallel algorithm for the problem, and then,choose the topologic structure according the task graph, at last parallel program is written in parallel programming languages. This method is lucid and most of the parallel programs designed by the method are of high quality.
Key words:  Task graph  method of parallel program design  parallel algorithm.