OpenMP是一个多线程程序的框架,使用OpenMP,可以轻松实现多线程加速计算。
Created 2022.02.22 by William Yu; Last modified: 2022.02.22-v1.0.1
Contact: windmillyucong@163.com
Copyleft! 2022 William Yu. Some rights reserved.
OpenMP
References
- https://www.openmp.org/wp-content/uploads/omp-hands-on-SC08.pdf
- https://www.cnblogs.com/wxquare/p/5584662.html
将要进行多线程处理的for循环一定是独立的(independent)
// todo(congyu)
Contact
Feel free to contact me windmillyucong@163.com anytime for anything.