-
Notifications
You must be signed in to change notification settings - Fork 176
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
hwloc_distribute should handle asymetric topologies #14
Comments
Imported from trac issue 13. Created by sthibaul on 2009-09-29T08:38:48, last modified: 2012-12-22T02:50:51 |
Trac comment by bgoglin on 2010-07-05 13:29:12: (In [2289]) Add --ignore to hwloc-distrib. It may be better if we add --among so as to start Refs #13 Suggested by Jirka Hladky |
Trac comment by bgoglin on 2010-07-05 13:29:31: (In [2290]) Add --among to hwloc-distrib to distribute starting Refs #13 Suggested by Jirka Hladky |
Trac comment by bgoglin on 2010-07-15 05:41:48: (In [2323]) Store PCIVendor and PCIDevice in obj infos This commit fixes #13. |
Trac comment by bgoglin on 2010-09-16 09:59:23: Was closed by mistake, reopen. |
Trac comment by bgoglin on 2010-09-19 10:50:36: Changing this back from 1.1 to future. 1.1 will already have interesting things like --among and --ignore which let you ignore intermediate asymmetric levels. Other features cited above such as GPU support won't make it for 1.1 anyway, so we'll see later. |
Trac comment by sthibaul on 2010-11-16 18:29:48: (In [2792]) - Add "until" parameter to hwloc_distribute.
|
Trac comment by sthibaul on 2010-11-22 08:08:38: This is done by r2807 and r2809. |
hwloc_distribute currently assumes that all children of an object have
the same weight. There should be at least variants which take into
account the cpuset/gpuset etc.
It should also likely ignore children with empty CPU sets (happens with CPU-less NUMA nodes).
The text was updated successfully, but these errors were encountered: