[hwloc-users] [RFC] deprecating multiple load() support

2013-01-03 Thread Brice Goglin
Hello, hwloc users are supposed to configure/build topologies like this: hwloc_topology_init() /* all configuration calls */ hwloc_topology_set_xml() hwloc_topology_set_flags() /* end of all configuration calls */ hwloc_topology_load() /* load from XML with flags enabled */ We actuall

[hwloc-users] Single hwloc.h header files that work on linux and windows

2013-01-03 Thread Rolf vandeVaart
I have an application is supposed to work with both windows and linux. To that end, I downloaded hwloc, configured and then included the hwloc header files in my application. I dynamically load the libhwloc.so library and map the functions I need. If libhwloc.so is not there, then I can stil

Re: [hwloc-users] Single hwloc.h header files that work on linux and windows

2013-01-03 Thread Samuel Thibault
Hello, Rolf vandeVaart, le Thu 03 Jan 2013 22:30:58 +0100, a écrit : > And config.h is specific to how the library was configured. Not very much actually. > Is there a special hwloc.h and supporting headers that is system independent > so > I can include them and build on both windows and linux

[hwloc-users] "-lnuma" missing from pkg-config information?

2013-01-03 Thread Erik Schnetter
I just installed hwloc 1.6 on a Linux Red Hat system. libnuma is required for linking -- I receive linker errors if I omit -lnuma, and I see that -lnuma is listed in libhwloc.la under "dependency_libs". However, pkgconfig/hwloc.pc does not mention libnuma. It does mention libpci, though. Does this