Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix th_active management #47

Merged
merged 3 commits into from
Apr 14, 2020

Conversation

shintaro-iwasaki
Copy link
Collaborator

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
Copy link
Collaborator Author

test:jenkins

@shintaro-iwasaki
Copy link
Collaborator Author

test:jenkins

@shintaro-iwasaki
Copy link
Collaborator Author

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

@shintaro-iwasaki
Copy link
Collaborator Author

test:bolt

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
Copy link
Collaborator Author

test:bolt/quick

task team was not updated when binding a task to a thread.  This patch fixes it.
@shintaro-iwasaki
Copy link
Collaborator Author

test:bolt/quick

@shintaro-iwasaki
Copy link
Collaborator Author

test:bolt

@shintaro-iwasaki shintaro-iwasaki merged commit 1c828bb into pmodels:master Apr 14, 2020
@shintaro-iwasaki shintaro-iwasaki deleted the FixActiveManagement branch October 30, 2020 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant