Closed shintaro-iwasaki closed 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.
test:jenkins
I believe this PR should fix #51. This patch needs to be fixed.
test:bolt
test:bolt/quick
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.