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

Make HPX aware of hyper-threading #526

Closed
brycelelbach opened this issue Sep 15, 2012 · 3 comments
Closed

Make HPX aware of hyper-threading #526

brycelelbach opened this issue Sep 15, 2012 · 3 comments

Comments

@brycelelbach
Copy link
Member

HPX should be aware of hyper-threads, so that this information can be used to drive topology-related decisions.

@hkaiser
Copy link
Member

hkaiser commented Sep 15, 2012

We should be able to use hwloc to retrieve this information

@brycelelbach
Copy link
Member Author

I don't believe this is needed for 0.9.5

sithhell pushed a commit that referenced this issue Jan 30, 2013
Fixing affinity masks. This is related to #473, #526 and #529
sithhell added a commit that referenced this issue Jan 30, 2013
@sithhell
Copy link
Member

HPX is now fully aware of hyperthread and is able to pin the threads correctly. At the moment the threads are placed on the physical cores of a numa domain until it is full (including the logical hyperthread cores).

In order to gain more control, an easy to use command line option should be implemented (See #685)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants