Ok, finally done. It was somewhat painful because I also discovered
that doxygen man pages weren't being generated for openfabrics-verbs.h
and linux.h properly, so I fixed that as well.
Note that I also renamed hwloc_ibverbs_get_device_cpuset(),
hwloc_ibv_get_device_cpuset() -- might as well use the same prefix as
the verbs API. It'll be recognizable to verbs programmers that way.
On Oct 21, 2009, at 8:56 AM, Brice Goglin wrote:
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
_______________________________________________
hwloc-devel mailing list
hwloc-de...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-devel
--
Jeff Squyres
jsquy...@cisco.com