Graphical Composition and Visualization of Message-Passing Programs

Nenad Stankovic,Kang Zhang
1997-01-01
Abstract: Writing programs for parallel processing is a difficulttask and there is a need for programming tools to helpwith the process. This paper describes a softwarevisualization tool for developing parallel programs. Thetool is graph-based and correlates both the control anddata flow graphs into a Process Communication Graph(PCG), without a need for complex textual annotation.The graph can express communication and replicationstructures determined statically and at run-time, asfound in...
What problem does this paper attempt to address?