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

Thread affinity masks should be limited when threads are created #13

Open
oaken-source opened this issue Jul 6, 2023 · 0 comments
Open

Comments

@oaken-source
Copy link
Collaborator

Smog can be combined with numactl to fix the placement of threads:

numactl -C 48,52,56,60,64,68,72,76,80,84,88 --membind=8 ./smog -t 1 -k p -d 0

But numactl will just define an affinity mask for all threads, so they can still be migrated within their respective affinity masks. We should fix this up in code when the threads are created.

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

No branches or pull requests

1 participant