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.
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.