File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
openmp/runtime/test/ompt/tasks Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,12 @@ int main()
55
55
56
56
// parallel region used only to determine worker thread id
57
57
// CHECK: {{^}}[[MASTER_ID]]: ompt_event_parallel_begin
58
- // CHECK-DAG: {{^}}[[MASTER_ID]]: ompt_event_implicit_task_begin
59
- // CHECK-DAG: {{^}}[[WORKER_ID:[0-9]+]]: ompt_event_implicit_task_begin
58
+ // CHECK: {{^}}[[WID:[0-9]+]]: ompt_event_implicit_task{{.*}}thread_num=1
60
59
61
60
// thread_num must be equal to 1 for both explicit and the implicit tasks
62
- // CHECK: {{^}}[[WORKER_ID ]]: ancestor_level=0 id=1 task_type=ompt_task_explicit
61
+ // CHECK: {{^}}[[WID ]]: ancestor_level=0 id=1 task_type=ompt_task_explicit
63
62
// CHECK-SAME: thread_num=1
64
- // CHECK: {{^}}[[WORKER_ID ]]: ancestor_level=1 id=0 task_type=ompt_task_implicit
63
+ // CHECK: {{^}}[[WID ]]: ancestor_level=1 id=0 task_type=ompt_task_implicit
65
64
// CHECK-SAME: thread_num=1
66
65
67
66
return 0 ;
You can’t perform that action at this time.
0 commit comments