Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking key issues to complete our IBM Lightweight OpenMP Runtime (LOMP) port #44

Open
simoatze opened this issue Jul 3, 2017 · 4 comments

Comments

@simoatze
Copy link
Member

simoatze commented Jul 3, 2017

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

@dongahn dongahn changed the title Failing tests with LOMP Runtime Tracking key issues to complete our IBM Lightweight OpenMP Runtime (LOMP) port Jul 3, 2017
@dongahn
Copy link
Contributor

dongahn commented Jul 22, 2017

FYI -- serban reported these issues have been fixed by IBM.

@simoatze
Copy link
Member Author

simoatze commented Jul 22, 2017 via email

@dongahn
Copy link
Contributor

dongahn commented Jul 22, 2017 via email

@simoatze
Copy link
Member Author

@jprotze @dongahn

I made a "coral" branch, and currently it fails only 4 tests:

The following OMPT tests hang:

  • test/OMPT/tasks/explicit_task.c
  • test/OMPT/tasks/task_in_joinbarrier.c

above we have a comment that "the explicit task is not scheduled", but I don't remember the reason.

The others are:

  • task/task-taskgroup-nested.c
  • task/task-taskgroup.c

above we have a comment "The parent task (implicit) is NULL", it may still be a bug on LOMP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants