DAG Pattern Reuse Technology for Parallel Application Programs

SUN Chao,YU Ce,SUN Ji-zhou,WANG Meng-meng,DU Jun
DOI: https://doi.org/10.3969/j.issn.1000-3428.2012.11.021
2012-01-01
Abstract:Directed Acyclic Graph(DAG) is used to represent the dependencies between the subtasks for scheduling in parallel programming.To enhance reuse of DAG pattern in DAG data driven model,this paper proposes a plug-in DAG pattern library which separates the DAG pattern module from the runtime system module.The new library improves the reusability and the scalability of this model.It is implemented in Easy PDP,and proves this technology can reduce the cost to extend the system by solving checkerboard problem.
What problem does this paper attempt to address?