@article{LI2005, 
author = {Jianjiang LI and Jiwu SHU and Yongjian CHEN and Dingxing WANG and Weiming ZHENG},
title = {Analysis of Factors Affecting Execution Performance of OpenMP Programs},
year = {2005},
journal = {Tsinghua Science and Technology},
volume = {10},
number = {3},
pages = {304-308},
keywords = {OpenMP, scheduling strategy, loop transformation, nested parallelism, number of threads, load imbalance},
url = {https://www.sciopen.com/article/10.1016/S1007-0214(05)70073-0},
doi = {10.1016/S1007-0214(05)70073-0},
abstract = {OpenMP is able to develop multithreaded programs with lower cost as a promising way to quickly parallelize a great number of serial programs. However, there are many difficulties when developing OpenMP multithreaded programs. Most importantly, the performance of OpenMP programs cannot be guaranteed, which has greatly affected the application of OpenMP. This paper examines several factors that affect the execution performance of OpenMP programs, including loop transformation, scheduling strategy, the number of threads, and nested parallelism. The results show that one of the key reasons for performance degradation is load imbalance, which can be corrected by reasonable use of these key factors to improve the execution performance of OpenMP programs.}
}