[hwloc-devel] Create success (hwloc r1.1rc2r2770)

2010-11-10 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success. Snapshot: hwloc 1.1rc2r2770 Start time: Wed Nov 10 21:03:15 EST 2010 End time: Wed Nov 10 21:05:23 EST 2010 Your friendly daemon, Cyrador

[hwloc-devel] Create success (hwloc r1.2a1r2769)

2010-11-10 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success. Snapshot: hwloc 1.2a1r2769 Start time: Wed Nov 10 21:01:02 EST 2010 End time: Wed Nov 10 21:03:15 EST 2010 Your friendly daemon, Cyrador

Re: [hwloc-devel] [hwloc-announce] Hardware locality (hwloc) v1.1rc1 released

2010-11-10 Thread Samuel Thibault
Jirka Hladky, le Thu 11 Nov 2010 02:04:57 +0100, a écrit : > printf("max_os_index %u\n",max_os_index); > > linuxmask = malloc(max_os_index/HWLOC_BITS_PER_LONG * sizeof(long)); > if (!linuxmask) { > errno = ENOMEM; > goto out; > } > > err = get_mempolicy(&linuxpolicy, linuxmask,

Re: [hwloc-devel] [hwloc-announce] Hardware locality (hwloc) v1.1rc1 released

2010-11-10 Thread Jirka Hladky
On Wednesday, November 10, 2010 05:27:49 pm Brice Goglin wrote: > Le 10/11/2010 15:02, Jirka Hladky a écrit : > >>> 2) hwloc-bind --get --membind is not working for me (RHEL 6.0) > >>> $ hwloc-bind --membind node:1 --mempolicy interleave -- hwloc-bind > >>> --get -- membind > >>> hwloc_get_membind

Re: [hwloc-devel] [hwloc-announce] Hardware locality (hwloc) v1.1rc1 released

2010-11-10 Thread Brice Goglin
Le 10/11/2010 15:02, Jirka Hladky a écrit : >>> 2) hwloc-bind --get --membind is not working for me (RHEL 6.0) >>> $ hwloc-bind --membind node:1 --mempolicy interleave -- hwloc-bind --get >>> -- membind >>> hwloc_get_membind failed (errno 22 Invalid argument) >>> >> You get the same error wh

Re: [hwloc-devel] [hwloc-announce] Hardware locality (hwloc) v1.1rc1 released

2010-11-10 Thread Jirka Hladky
HI Brice, On Wednesday, November 10, 2010 02:28:46 pm Brice Goglin wrote: > Le 10/11/2010 14:09, Jirka Hladky a écrit : > > Hi Brice, > > > > I have found couple of issues with 1.1rc2 > > > > 1) man hwloc-bind > > Following example does not work: > > $ hwloc-bind --cpubind node:1 --membind:0 ech

Re: [hwloc-devel] hwloc-1.1rc2

2010-11-10 Thread Brice Goglin
Le 10/11/2010 14:21, Jirka Hladky a écrit : > Hi Brice, > > I have problems with > > make check > > on RHEL 6.0 for hwloc-1.1rc2 > > Please see attached log file. > > I have installed numactl-devel package before compiling hwloc. Anything else > is needed with respect to NUMA? > > Thanks! > Jirka

Re: [hwloc-devel] [hwloc-announce] Hardware locality (hwloc) v1.1rc1 released

2010-11-10 Thread Brice Goglin
Le 10/11/2010 14:09, Jirka Hladky a écrit : > Hi Brice, > > I have found couple of issues with 1.1rc2 > > 1) man hwloc-bind > Following example does not work: > $ hwloc-bind --cpubind node:1 --membind:0 echo hello > Unrecognized option: --membind:0 > Obvious typo in the manpage (should be --mem

[hwloc-devel] hwloc-1.1rc2

2010-11-10 Thread Jirka Hladky
Hi Brice, I have problems with make check on RHEL 6.0 for hwloc-1.1rc2 Please see attached log file. I have installed numactl-devel package before compiling hwloc. Anything else is needed with respect to NUMA? Thanks! Jirka Making check in src make[1]: Entering directory `/tmp/hwloc-1.1rc2/s

Re: [hwloc-devel] [hwloc-announce] Hardware locality (hwloc) v1.1rc1 released

2010-11-10 Thread Jirka Hladky
Hi Brice, I have found couple of issues with 1.1rc2 1) man hwloc-bind Following example does not work: $ hwloc-bind --cpubind node:1 --membind:0 echo hello Unrecognized option: --membind:0 2) hwloc-bind --get --membind is not working for me (RHEL 6.0) $ hwloc-bind --membind node:1 --mempolicy in