archer
archer copied to clipboard
Tracking key issues to complete our IBM Lightweight OpenMP Runtime (LOMP) port
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
FYI -- serban reported these issues have been fixed by IBM.
Is the new version already in rzmanta?
On Jul 22, 2017, at 01:07, Dong H. Ahn [email protected] wrote:
FYI -- serban reported these issues have been fixed by IBM.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Not yet. You may want to ping Serban and Alex.
From: Simone Atzeni [email protected] Sent: Saturday, July 22, 2017 7:10:49 AM To: PRUNERS/archer Cc: Ahn, Dong H.; Comment Subject: Re: [PRUNERS/archer] Tracking key issues to complete our IBM Lightweight OpenMP Runtime (LOMP) port (#44)
Is the new version already in rzmanta?
On Jul 22, 2017, at 01:07, Dong H. Ahn [email protected] wrote:
FYI -- serban reported these issues have been fixed by IBM.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/PRUNERS/archer/issues/44#issuecomment-317186172, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA0nqzjEl32T0TcsOthfLuho4Kbzx23oks5sQgLogaJpZM4OMivv.
@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.