[hwloc-devel] cython re-write of python-hwloc

2014-01-07 Thread Guy Streeter
Partly to prepare for the eventual switch to python3, and partly for the better refcount handling etc., I have rewritten python-hwloc and the requisite python-libnuma in Cython. The only drawback I've noticed with this change is that where python-hwloc used to be backward-compatible with older

Re: [hwloc-devel] hwloc with Xen system support - v2

2014-01-07 Thread Andrew Cooper
On 07/01/14 11:54, Brice Goglin wrote: > Hello, > > Can't check the code right now, but a couple questions below. > > One of the issues I had was that the Core IDs (as reported by Xen) > are enumerated per socket rather than as an entire system. The > purpose of "HACK - patch up

Re: [hwloc-devel] hwloc with Xen system support - v2

2014-01-07 Thread Brice Goglin
Hello, Can't check the code right now, but a couple questions below. > One of the issues I had was that the Core IDs (as reported by Xen) > are enumerated per socket rather than as an entire system. The > purpose of "HACK - patch up cpu_to_core." in hwloc_get_xen_info() is > to change the

[hwloc-devel] hwloc with Xen system support - v2

2014-01-07 Thread Andrew Cooper
Hello, Please find v2 of Xen support here: http://xenbits.xen.org/gitweb/?p=people/andrewcoop/hwloc.git;a=shortlog;h=refs/heads/hwloc-xen-topology-v2 This branch contains a few of Brice's patches to export more functions for plugins, as well as the main Xen patch which is a merge of various