Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
*OpenMP*我想知道和线程池的基本区别?另外,如果有人可以解释与 Linux 相关的内容,即*OpenMP*用于 Linux。
*OpenMP*
OpenMP 是一组编译器指令、库例程和环境变量的规范,可用于在 Fortran 和 C/C++ 程序中指定共享内存并行性。
线程池是一种使用语言/操作系统特性或API来实现并行的解决方案/模式。线程池是一个并非特定于编程语言的概念。