正在加载图片...
运行环境函数 omp_get_ancestor_thread_num returns,for a given nested level of the current thread,the thread number of the ancestor or the current thread Fortran integer function omp_get_ancestor_thread_num(level) integer level C/C++ int omp_get_ancestor_thread_num(int level); ●omp_get_team_size returns,for a given nested level,the size of the thread team to which the ancestor or the current thread belongs Fortran integer function omp_get_team_size(level) integer level C/C++ int omp get team size(int level); http://math.ecnu.edu.cn/-jypan 12 http://math.ecnu.edu.cn/~jypan 12 运行环境函数 Fortran integer function omp_get_ancestor_thread_num(level) integer level C/C++ int omp_get_ancestor_thread_num(int level);  omp_get_ancestor_thread_num Fortran integer function omp_get_team_size(level) integer level C/C++ int omp_get_team_size(int level);  omp_get_team_size returns, for a given nested level of the current thread, the thread number of the ancestor or the current thread returns, for a given nested level, the size of the thread team to which the ancestor or the current thread belongs
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有