正在加载图片...
initial thread A thread that executes an implicit parallel region. nested construct A construct(lexically)enclosed by another construct. closely nested 3 construct tnested inside another construct with no other construct nested etween them. nested region A region (dynamically)enclosed by another region.That is,a region encountered 6 during the execution of another region. 78 COMMENT:Some nestings are conforming and some are not.See Section 2.16 on page 186 for the restrictions on nesting. 8 closely nested region A region nested inside another region with no parallel region nested between them】 all threads All OpenMP threads participating in the OpenMP program. 12 current team All threa the feam executing the innermost enclosing parallel regior 13 encountering thread For a given region,the thread that encounters the corresponding construct. 14 all tasks All tasks participating in the nMP program current team tasks All tasks encountered by the corresponding team.Note that the implicit tasks constituting the parallel region and any descendent tasks encountered during 17 the execution of these implicit tasks are included in this set of tasks. 18 generating task For a given region,the task whose execution by a thread generated the region. binding thread set The set of threads that are affected by,or provide the context for,the execution of 20 a region. 弘 The binding thread set for a given region can be all threads on a device,all threads in a contention group,the current team,or the encountering thread. 24 COMMENT:The binding thread set for a particular region is described in its corresponding subsection of this specification 始 binding task set The set of tasks that are affected by,or provide the context for,the execution of a region. 绍 The binding task set for a given region can be all tasks,the current team tasks,or the generating task. 8 COMMENT:The binding task set for a particular region(if applicable)is described in its corresponding subsection of this specification 6 OpenMP API.Version 4.0-July 2013 6 OpenMP API • Version 4.0 - July 2013 initial thread A thread that executes an implicit parallel region. nested construct A construct (lexically) enclosed by another construct. closely nested construct A construct nested inside another construct with no other construct nested between them. nested region A region (dynamically) enclosed by another region. That is, a region encountered during the execution of another region. COMMENT: Some nestings are conforming and some are not. See Section 2.16 on page 186 for the restrictions on nesting. closely nested region A region nested inside another region with no parallel region nested between them. all threads All OpenMP threads participating in the OpenMP program. current team All threads in the team executing the innermost enclosing parallel region. encountering thread For a given region, the thread that encounters the corresponding construct. all tasks All tasks participating in the OpenMP program. current team tasks All tasks encountered by the corresponding team. Note that the implicit tasks constituting the parallel region and any descendent tasks encountered during the execution of these implicit tasks are included in this set of tasks. generating task For a given region, the task whose execution by a thread generated the region. binding thread set The set of threads that are affected by, or provide the context for, the execution of a region. The binding thread set for a given region can be all threads on a device, all threads in a contention group, the current team, or the encountering thread. COMMENT: The binding thread set for a particular region is described in its corresponding subsection of this specification. binding task set The set of tasks that are affected by, or provide the context for, the execution of a region. The binding task set for a given region can be all tasks, the current team tasks, or the generating task. COMMENT: The binding task set for a particular region (if applicable) is described in its corresponding subsection of this specification. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有