[Openmp-commits] [PATCH] D43191: [OMPT] Fix test tasks/serialized.c with optimization
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Feb 14 07:25:27 PST 2018
Hahnfeld added inline comments.
================
Comment at: runtime/test/ompt/tasks/serialized.c:146
+ // CHECK: {{^}}[[THREAD_ID]]: ompt_event_barrier_end
+ // CHECK-SAME: parallel_id={{[0-9]+}}, task_id=[[IMPLICIT_TASK_ID]]
----------------
omalyshe wrote:
> Looks like parallel_id should be checked for PARALLEL_ID here.
> Same on line 149.
This doesn't work, `parallel_id=0` for these two events. I'd guess that's because the parallel region ended in the barrier, @protze.joachim?
Repository:
rOMP OpenMP
https://reviews.llvm.org/D43191
More information about the Openmp-commits
mailing list