pmodels / bolt

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

Fix a flag management bug when nested hot team is enabled #30

Closed shintaro-iwasaki closed 5 years ago

shintaro-iwasaki commented 5 years ago

This PR fixes a flag management bug. When nested hot team is enabled, a program could crash because of inconsistent th_current_task; th_current_task could be set to the task that is executed after finishing an implicit task. This PR fixes this issue.

shintaro-iwasaki commented 5 years ago

test:jenkins