pmodels / bolt

Official BOLT Repository
https://www.bolt-omp.org
Other
26 stars 13 forks source link

Fix th_active management #47

Closed shintaro-iwasaki closed 4 years ago

shintaro-iwasaki commented 4 years ago

An OpenMP thread that has finished its work should help run tasks in the same team, while it did not happen since such a thread remains "active". This patch fixes it by marking a thread as inactive when it finishes.

shintaro-iwasaki commented 4 years ago

test:jenkins

shintaro-iwasaki commented 4 years ago

test:jenkins

shintaro-iwasaki commented 4 years ago

I believe this PR should fix #51. This patch needs to be fixed.

shintaro-iwasaki commented 4 years ago

test:bolt

shintaro-iwasaki commented 4 years ago

test:bolt/quick

shintaro-iwasaki commented 4 years ago

test:bolt/quick

shintaro-iwasaki commented 4 years ago

test:bolt