摘要
并行化编译器可以把现有的串行程序自动或半自动地转换为并行程序 .现有并行化系统的自动并行化效果与手工并行化的效果相比还有一定的差距 ,这是由于并行化工具的分析能力不足以及程序中所固有的语义信息无法被并行化工具所理解而造成的 .TIPS(Tsinghua interactiveparallelizing system)系统通过提供一些友好的交互式工具 ,使用户与编译器紧密协作 ,是提高并行化系统的能力和效率的一条有效途径 .
Parallelizing compiler can transform serial programs to parallel programs automatically or semi automatically. The up to date automatic parallelizing systems cannot generate parallel codes as good as hand coding for many applications. The main reason is that they cannot manipulate the complexities of real applications. What's more, there are some semantic information in the program that the automatic tools can never know without user's knowledge. TIPS (Tsinghua interactive parallelizing system) provides some user friendly interactive tools so that the compiler and user can cooperate with each other. It is an effective way to improve the capability and efficiency of parallelizing compiler.
出处
《软件学报》
EI
CSCD
北大核心
1999年第12期1259-1267,共9页
Journal of Software
基金
国家 8 6 3高科技项目基金
关键词
并行化编译器
增量编译
FORTRAN77
并行程序
Parallelizing compiler, interactive system, dependence query, incremental compilation, performance estimation.