Interactive Fortran 77 parallel system

Wenguang Chen,Bo Yang,Ziyao Wang,Fengzhou Zheng,Weimin Zheng
1999-01-01
Abstract:Parallel compiler can transform serial programs to parallel programs automatically or semiautomatically. The up-to-date automatic parallel 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. There are some semantic information in the program that the automatic tools can never know without user's knowledge. TIPS (Tsinghua interactive parallel 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 parallel compiler.
What problem does this paper attempt to address?