Jeff Squyres wrote:
> On Oct 21, 2009, at 8:41 AM, Jeff Squyres (jsquyres) wrote:
>
>> > Or, we could install it only on Linux for now? (and document this in
>> > the
>> > doxyfile)
>>
>
>
> Actually, a colleague from Sun tells me that Sun's verbs stack is
> available.
>
> What should we return from hwloc_ibv_get_device_cpuset() if not #ifdef
> LINUX?


I'd say a full cpuset.
Or the full-system cpuset:
   return hwloc_cpuset_dup(hwloc_get_system_obj(topology)->cpuset);
If the latter we'll need to add a topology parameter to
hwloc_ibv_get_device_cpuset()

Brice

Reply via email to