[hwloc-users] object intersection without inclusion

2016-02-10 Thread Fabricio Cannini
Hello there I'm facing an issue with hwloc 1.5.3 (old, i know, but it's the stock centos 6 package) in that a single node emits this message whenever i run any MPI-enabled program. * Hwloc has encountered what looks

Re: [hwloc-users] linking libcudart and libnvml only to the plugins

2015-06-03 Thread Fabricio Cannini
On 03-06-2015 19:56, Brice Goglin wrote: Le 04/06/2015 00:53, Fabricio Cannini a écrit : On 03-06-2015 19:45, Brice Goglin wrote: Le 04/06/2015 00:00, Fabricio Cannini a écrit : Hi Brice, thanks for answering. Strangely, xml_libxml and pci works fine as plugins, but nvml and cuda not. I had

Re: [hwloc-users] linking libcudart and libnvml only to the plugins

2015-06-03 Thread Fabricio Cannini
On 03-06-2015 19:45, Brice Goglin wrote: Le 04/06/2015 00:00, Fabricio Cannini a écrit : Hi Brice, thanks for answering. Strangely, xml_libxml and pci works fine as plugins, but nvml and cuda not. I had no trouble making the 'pci' and 'xml_libxml' plugins link to their respective libraries

Re: [hwloc-users] configure fails to detect cuda

2015-06-03 Thread Fabricio Cannini
On 03-06-2015 16:37, Wagner, Mathias wrote: Hi, I am trying to build hwloc to use with cuda applications. I have cuda installed on my system but it is not detected by configure. I included the pkgconfig directory from CUDA in the PKG_CONFIG_PATH on my system and pkg-config called separately

[hwloc-users] linking libcudart and libnvml only to the plugins

2015-06-02 Thread Fabricio Cannini
Hello there Is there a way to link 'libcudart.so' and 'libnvidia-ml.so' solely to their respective plugin .so files, not the main libraries/executables? This is the './configure' line i'm using: ./configure --enable-shared --enable-static --enable-pci --enable-cuda --enable-nvml