正在加载图片...
运行环境函数 omp_get_max_active_levels returns the maximum number of nested active parallel regions Fortran integer function omp_get_max_active_levels() C/C++ int omp_get_max_active_levels(void); ●omp_get_level returns the number of nested parallel regions enclosing the task that contains the call Fortran integer function omp_get_level() C/C++ int omp_get_level(void); http://math.ecnu.edu.cn/-jypan 11http://math.ecnu.edu.cn/~jypan 11 运行环境函数 Fortran integer function omp_get_max_active_levels() C/C++ int omp_get_max_active_levels(void);  omp_get_max_active_levels Fortran integer function omp_get_level() C/C++ int omp_get_level(void);  omp_get_level returns the maximum number of nested active parallel regions returns the number of nested parallel regions enclosing the task that contains the call
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有