DocumentCode :
2260215
Title :
Evaluation of the Task Programming Model in the Parallelization of Wavefront Problems
Author :
Dios, Antonio J. ; Asenjo, Rafael ; Navarro, Angeles ; Corbera, Francisco ; Zapata, Emilio L.
Author_Institution :
Dept. of Comput. Archit., Univ. of Malaga, Malaga, Spain
fYear :
2010
fDate :
1-3 Sept. 2010
Firstpage :
257
Lastpage :
264
Abstract :
This paper analyzes the applicability of the task programming model in the parallelization of generic wave front problems. Computations on this type of problems are characterized by a data dependency pattern across a data space, which can produce a variable number of independent tasks through the traversal of such space. Precisely, we think that it is better to formulate the parallelization of this wave front-based programs in terms of logical tasks, instead of threads for several reasons: more efficient matching of computations to available resources, faster start-up and creation task times, improved load balancing and higher level thinking. To implement the parallel wave front we have used two state-of-the art task libraries: TBB and OpenMP 3.0. In this work, we highlight the differences between both implementations, from a programmer standpoint and from the performance point of view. For it, we conduct several experiments to identify the factors that can limit the performance on each case. Besides, we present in the paper a wave front template based on tasks, template that makes easier the coding of parallel wave front codes. We have validated this template with three real dynamic programming algorithms, finding that the TBB-coded template always outperforms the OpenMP based-one.
Keywords :
dynamic programming; parallel programming; resource allocation; task analysis; OpenMP 3.0; TBB coded template; data dependency pattern; dynamic programming algorithms; load balancing; parallel wave front codes; programmer standpoint; task programming model; wave front based programs; wavefront problems parallelization; performance analysis; task programming; wavefront pattern;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
High Performance Computing and Communications (HPCC), 2010 12th IEEE International Conference on
Conference_Location :
Melbourne, VIC
Print_ISBN :
978-1-4244-8335-8
Electronic_ISBN :
978-0-7695-4214-0
Type :
conf
DOI :
10.1109/HPCC.2010.78
Filename :
5581345
Link To Document :
بازگشت