Re: [hwloc-devel] [hwloc-svn] svn:hwloc r3971

2011-11-25 Thread Samuel Thibault
Brice Goglin, le Fri 25 Nov 2011 15:00:10 +0100, a écrit : > hwloc_get_pcidev_by_busid(topology, domain, bus, dev, 0) should work > here (hwloc/helper.h). Not at this point of the detection: levels are not established yet. Samuel

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r3971

2011-11-25 Thread Brice Goglin
Le 25/11/2011 08:56, sthib...@osl.iu.edu a écrit : > +static hwloc_obj_t hwloc_topology_get_pcidev(hwloc_topology_t topology, > hwloc_obj_t parent, int domain, int bus, int dev) > +{ > + hwloc_obj_t child; > + > + if (parent->type == HWLOC_OBJ_PCI_DEVICE > + && parent->attr->pcidev.domain =

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r3971

2011-11-25 Thread Samuel Thibault
Brice Goglin, le Fri 25 Nov 2011 10:09:31 +0100, a écrit : > I don't see any call to cuInit(). Does it mean that we don't have to > wait 3s during startup as usual with CUDA? Well, it works without at least. Samuel

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r3971

2011-11-25 Thread Brice Goglin
I don't see any call to cuInit(). Does it mean that we don't have to wait 3s during startup as usual with CUDA? Brice Le 25/11/2011 08:56, sthib...@osl.iu.edu a écrit : > Author: sthibaul > Date: 2011-11-25 02:56:52 EST (Fri, 25 Nov 2011) > New Revision: 3971 > URL: https://svn.open-mpi.org/tr