DocumentCode :
558956
Title :
Parallel quick sort algorithms analysis using OpenMP 3.0 in embedded system
Author :
Kim, Kil Jae ; Cho, Seong Jin ; Jeon, Jae-Wook
Author_Institution :
Mobile Syst. Eng. Dept., SungKyunKwan Univ., Suwon, South Korea
fYear :
2011
fDate :
26-29 Oct. 2011
Firstpage :
757
Lastpage :
761
Abstract :
A multi-core system is commonly used in the general PC (Personal Computer) environment. There is a growing need for multi-core system in embedded environments with increasing usage of multi-core systems. Parallel programming is an important issue of a multi-core system, since it enables full use of the core system. Especially, OpenMP API provides an easy low-burdensome method for threading applications. However, it is more difficult to develop parallel programming in the embedded level due to the memory size limitation and number of cores. For example, limitation of cache memory and data sharing architecture induce frequent data movement overhead between cache and main memory. Use of an excessive number of threads, regardless of number of cores, induces the ´Heavy Contention´ problem. In this paper, we parallelize the a lot of kinds of quick sort algorithm using OpenMP 3.0 in the OMAP-4430 embedded environment and analyze the effect of parallelization considering memory size and number of cores with the ´GNU Gprof profiler.
Keywords :
embedded systems; multiprocessing systems; parallel algorithms; parallel programming; sorting; GNU Gprof profiler; OMAP-4430 embedded environment; OpenMP 3.0; OpenMP API; heavy contention problem; memory size; multicore system; parallel programming; parallel quick sort algorithms; personal computer environment; Algorithm design and analysis; Arrays; Hardware; Message systems; Random access memory; Sorting; OMAP-4430; OpenMP 3.0; Parallel program; SMP model; sorting algorithm;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Control, Automation and Systems (ICCAS), 2011 11th International Conference on
Conference_Location :
Gyeonggi-do
ISSN :
2093-7121
Print_ISBN :
978-1-4577-0835-0
Type :
conf
Filename :
6106294
Link To Document :
بازگشت