引用本文:肖骊,康继昌.流场类问题并行化中数组共享变量的自动搜索.软件学报,1997,8(11):871-874
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览 4235次   下载 5158 本文二维码信息
码上扫一扫!
分享到: 微信 更多
流场类问题并行化中数组共享变量的自动搜索
肖骊1, 康继昌1
西北工业大学计算机科学与工程系,西安,710072
摘要:
本文的目的是解决流场类问题的自动并行化.首先将流场数据均匀划分,并以SPMD模式对流场计算串行程序进行并行化;引入数组共享变量,着重讨论一种新方法──用递归函数实现数组共享变量的自动搜索.用本文方法的并行化工具已初步实现.
关键词:  并行处理  并行化  流场计算  数据并行  数组共享变量  递归函数  
DOI:
分类号:
基金项目:本文研究得到航空科学基金资助.
AUTOMATIC SEARCHING FOR ARRAYS SHARED VARIABLES IN PARALLELIZING FLOWFIELD APPLICATIONS
XIAO Li,KANG Jichang
Abstract:
This paper aims at parallelizing flowfield computation applications automatically. Flowfield data and serial flowfield computation programs are partitioned evenly in SPMD model. Arrays shared variables are introduced and the recursive function that automatically searches for arrays shared variables is discussed in detail. An automatic parallelizer has been implemented preliminarily to support the approach in this paper.
Key words:  Parallel processing  parallelization  flowfield computation  data parallel  arrays shared variables  recursive function