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

Disable thread binding #730

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

devreal
Copy link
Contributor

@devreal devreal commented Feb 7, 2025

The resource manager does a much better job at distributing cores than whatever it is we are doing. And running multiple processes per node is not uncommon these days.

#515 is two years and it seems to be an intractable problem. @therault has at least one recent example where the forced binding to the same cores became a footgun for PaRSEC. We can re-enable the binding once someone comes up with a solution but until then we should play nice.

The resource manager does a much better job at distributing cores
than whatever it is we are doing. And running multiple processes
per node is not uncommon these days.

Signed-off-by: Joseph Schuchart <[email protected]>
@devreal devreal requested a review from a team as a code owner February 7, 2025 19:27
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.

2 participants