ParaModel

Yu Ce,Zhen Xu,Jizhou Sun,Xiaojing Meng,Yanyan Huang,Huabei Wu
DOI: https://doi.org/10.1145/1374752.1374753
2008-01-01
ACM SIGPLAN Notices
Abstract:ParaModel is an extensible system for simplifying the development of parallel applications, by providing a unified user interface for modeling visually while generating different code skeletons according to specific runtime environment automatically. A set of construction blocks and rules is designed to describe parallel applications in form of graph, and parsers for different parallel environments are implemented to translate graph to source code skeletons. ParaModel is implemented basing on Eclipse and compatible with its plug-in architecture. With the help of ParaModel, developers can focus on high level design and obtain code skeletons from visually constructed graphical models.
What problem does this paper attempt to address?