Failing tests:
The task_schedule event returns status=task_completed when it should be task_other, since the explicit task has not been scheduled yet
test/OMPT/parallel/parallel_if0.c
test/OMPT/parallel/serialized.c
It seems this is due to a bug in the OMPT in LOMP
The explicit task is not scheduled
test/OMPT/tasks/explicit_task.c
test/OMPT/tasks/task_in_joinbarrier.c
It seems this is due to how these test cases are written
The parent task (implicit) is NULL
task/task-taskgroup-nested.c
task/task-taskgroup.c
It seems this is due to a bug in the OMPT in LOMP