Hi Phil,
Can you give me some more details on how the call to hwloc_get_nbobjs_by_type()
could return 0? I can see how a system could have 0 NUMA nodes, but that case
falls through to sockets, and I would have thought that every platform would
have at least 1 socket.
Additionally, I think that
Hi Phil,
Can you give me some more details on how the call to hwloc_get_nbobjs_by_type()
could return 0? I can see how a system could have 0 NUMA nodes, but that case
falls through to sockets, and I would have thought that every platform would
have at least 1 socket.
Additionally, I think that
On Thu, May 8, 2014 at 10:09 AM, James Peach wrote:
> Hi Phil,
>
> Can you give me some more details on how the call to
> hwloc_get_nbobjs_by_type() could return 0? I can see how a system could
> have 0 NUMA nodes, but that case falls through to sockets, and I would have
> thought that every plat