원문정보
초록
영어
New performance leaps has been achieved with multiprogramming and multi-core systems. Present parallel programming techniques and environment needs significant changes in programs to accomplish parallelism and also constitute complex, confusing and error-prone constructs and rules. Intel Cilk Plus is a C based computing system that presents a straight forward and well-structured model for the development, verification and analysis of multi-core and parallel programming. In this article, two programs are developed using Intel Cilk Plus. Two sequential sorting programs in C/C++ language are converted to multi-core programs in Intel Cilk Plus framework to achieve parallelism and better performance. Converted program in Cilk Plus is then checked for various conditions using tools of Cilk and after that, comparison of performance and speedup achieved over the single-core sequential program is discussed and reported.
목차
1. Introduction
2. Intel Cilk Plus Technology
2.1. Cilk Plus Keywords
3. Sorting Algorithms
3.1. Related Work
4. Parallel Quick Sort in Cilk Plus
5. Parallel Merge Sort in Cilk Plus
6. Conclusion
References
