正在加载图片...
运行环境函数 ●omp_set_num_threads subroutine omp_set_num_threads(num threads) Fortran integer num threads C/C++ void omp_set_num_threads(int num_threads); ●omp_get_num_threads Fortran integer function omp_get_num_threads() C/C++ int omp_get_num_threads(void); omp_get_max_threads Fortran integer function omp_get_max_threads( C/C++ int omp_get_max_threads(void); http://math.ecnu.edu.cn/-jypan 5http://math.ecnu.edu.cn/~jypan 5 运行环境函数 Fortran subroutine omp_set_num_threads(num_threads) integer num_threads C/C++ void omp_set_num_threads(int num_threads);  omp_set_num_threads Fortran integer function omp_get_num_threads() C/C++ int omp_get_num_threads(void);  omp_get_num_threads Fortran integer function omp_get_max_threads() C/C++ int omp_get_max_threads(void);  omp_get_max_threads
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有