You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The worker thread has the chance to reach the final barrier before the master thread initialized the taskteam -> the worker thread calls ompt-implicit-task-end and might still execute the generated task.
kmp_wait_release.h:271 should not check for this_thr->th.th_task_team == NULL
The text was updated successfully, but these errors were encountered:
The worker thread has the chance to reach the final barrier before the master thread initialized the taskteam -> the worker thread calls ompt-implicit-task-end and might still execute the generated task.
kmp_wait_release.h:271 should not check for
this_thr->th.th_task_team == NULL
The text was updated successfully, but these errors were encountered: