[hwloc-devel] gather-topology.sh and rpm

2010-10-30 Thread Jirka Hladky
Hi all, since gather-topology.sh is nice script to help debug problems I was thinking to add it to the rpm. However, path to the lstopo is set to the absolute build path: abs_top_builddir="/home/jhladky/tests/performance/hwloc/hwloc-1.0.2" lstopo="$abs_top_builddir/utils/lstopo" so it will no

Re: [hwloc-devel] gather-topology.sh and rpm

2010-10-31 Thread Brice Goglin
Le 31/10/2010 01:44, Jirka Hladky a écrit : > Hi all, > > since gather-topology.sh is nice script to help debug problems I was thinking > to add it to the rpm. > > However, path to the lstopo is set to the absolute build path: > > abs_top_builddir="/home/jhladky/tests/performance/hwloc/hwloc-1.0.2

Re: [hwloc-devel] gather-topology.sh and rpm

2010-10-31 Thread Jirka Hladky
On Sunday, October 31, 2010 08:42:54 am you wrote: > Le 31/10/2010 01:44, Jirka Hladky a écrit : > > Hi all, > > > > since gather-topology.sh is nice script to help debug problems I was > > thinking to add it to the rpm. > > > > However, path to the lstopo is set to the absolute build path: > >

Re: [hwloc-devel] gather-topology.sh and rpm

2010-11-01 Thread Brice Goglin
Le 31/10/2010 23:17, Jirka Hladky a écrit : > 1) During install, rename gather-topology.sh on hwloc-gather-topology.sh > I don't know how to rename properly during install with automake, so I just renamed everywhere (source, build and install dir). > 2) During install, remove variable abs_to

Re: [hwloc-devel] gather-topology.sh and rpm

2010-11-01 Thread Samuel Thibault
Jirka Hladky, le Sun 31 Oct 2010 01:45:04 +0200, a écrit : > since gather-topology.sh is nice script to help debug problems I was thinking > to add it to the rpm. I believe it should be exposed more, indeed. Maybe by putting it in /usr/share/doc/hwloc and ask for its use when reporting bugs for L

Re: [hwloc-devel] gather-topology.sh and rpm

2010-11-01 Thread Jirka Hladky
On Monday, November 01, 2010 10:38:49 am Brice Goglin wrote: > Le 31/10/2010 23:17, Jirka Hladky a écrit : > > 1) During install, rename gather-topology.sh on hwloc-gather-topology.sh > > I don't know how to rename properly during install with automake, so I > just renamed everywhere (source, bui

Re: [hwloc-devel] gather-topology.sh and rpm

2010-11-01 Thread Brice Goglin
Le 01/11/2010 13:22, Jirka Hladky a écrit : > Thanks! Please let me know where I can download tarball for testing. > You need a tarball containing svn r2679 or later. Nightly snapshots are available: http://www.open-mpi.org/software/hwloc/nightly/ There are updated at 9pm EDT from what I see in

Re: [hwloc-devel] gather-topology.sh and rpm

2010-11-01 Thread Jirka Hladky
On Monday, November 01, 2010 02:17:53 pm Brice Goglin wrote: > Le 01/11/2010 13:22, Jirka Hladky a écrit : > > Thanks! Please let me know where I can download tarball for testing. > > You need a tarball containing svn r2679 or later. Nightly snapshots are > available: > http://www.open-mpi.org/s

Re: [hwloc-devel] gather-topology.sh and rpm

2010-11-04 Thread Jirka Hladky
On Monday, November 01, 2010 02:17:53 pm Brice Goglin wrote: > Le 01/11/2010 13:22, Jirka Hladky a écrit : > > Thanks! Please let me know where I can download tarball for testing. > > You need a tarball containing svn r2679 or later. Nightly snapshots are > available: > http://www.open-mpi.org/s

Re: [hwloc-devel] gather-topology.sh and rpm

2010-11-04 Thread Samuel Thibault
Jirka Hladky, le Thu 04 Nov 2010 16:59:35 +0100, a écrit : > 3) Whenever I run lstopo using X output and I close lstopo window I will get > > $lstopo > XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0" > after 121 requests (121 known processed) with 0 events remai

Re: [hwloc-devel] gather-topology.sh and rpm

2010-11-04 Thread Brice Goglin
Le 04/11/2010 16:59, Jirka Hladky a écrit : > 1) Could we remove following line > abs_top_builddir="/home/jhladky/rpmbuild/BUILD/hwloc-1.2a1r2694" > during make install ? > > It's not used anymore. It's just to make the code look nicer. > Done. > 2) $hwloc-gather-topology.sh /tmp/A/hwloc > wor