LilyTask programming model and its implementations on SMP & Cluster

Tao Wang,Nan Di,Jian Shen,Yan Tang
2003-01-01
Abstract:In this paper, we introduce an easy-to-use, platform senseless task parallel programming model called Lily Task, as well as its implementations on SMP and Cluster. Lily Task programming model reflects directly the human thoughts in the parallelism process of a problem. LilyTask supports both data and function parallelisms, as well as dynamic task creation and scheduling. It is very suitable for solving irregular problems. And its performance is satisfying.
What problem does this paper attempt to address?