Hello, Jiri Hladky, le Sat 20 Apr 2013 00:57:18 +0200, a écrit : > topology-gl.c: In function 'hwloc_gl_query_devices': > topology-gl.c:91:41: error: 'NV_CTRL_PCI_DOMAIN' undeclared (first use in this > > Indeed, there is no NV_CTRL_PCI_DOMAIN MACRO defined in NVCtrl header files: > > grep NV_CTRL_PCI_DOMAIN /usr/include/NVCtrl/NVCtrl*
Which version of nvctrl do you have? I have it in Debian in version 304.88-1, at least. I guess older versions don't have it and we should check against it. > yum whatprovides "*/cuda_runtime_api.h" > > but without any luck. So it seems I can get rpm only with PCI and GL support. > > What's your opinion on it? Do you know what other Linux distros are doing? In debian cuda_runtime_api.h is provided by the non-free nvidia-cuda-dev package. Is cuda really packaged in RedHat? Samuel