Re: [hwloc-users] Is OSX a supported platform ?

2010-06-06 Thread Samuel Thibault
Olivier Cessenat, le Sun 06 Jun 2010 15:52:12 +0200, a écrit : > Couldn't bind to cpuset 0x0002 > >> > Is hwloc supported on OSX 10.4 platform ? Yes. But Apple has always beeing refusing to provide binding functions, so hwloc returns ENOSYS for these. Samuel

Re: [hwloc-users] Is OSX a supported platform ?

2010-06-06 Thread Olivier Cessenat
Hello Samuel, I would like to get the cache sizes and hierachy; hwloc-ls returns << Machine + L1 #0 (0KB) PU #0 (phys=0) PU #1 (phys=1) >> which detects my dual core, but not the cache sizes, L2 and L1. Is this an already known behaviour ? Thanks, Cheers, Olivier Cessenat. Le dimanche 06

Re: [hwloc-users] Is OSX a supported platform ?

2010-06-06 Thread Samuel Thibault
Olivier Cessenat, le Sun 06 Jun 2010 17:37:23 +0200, a écrit : > I would like to get the cache sizes and hierachy; > hwloc-ls returns > << > Machine + L1 #0 (0KB) > PU #0 (phys=0) > PU #1 (phys=1) > >> > which detects my dual core, but not the cache sizes, L2 and L1. This depends on what the

Re: [hwloc-users] Is OSX a supported platform ?

2010-06-06 Thread Samuel Thibault
Olivier Cessenat, le Sun 06 Jun 2010 18:41:26 +0200, a écrit : > Thank you for the other point; it's in case the sys admin installs with > --enable-debug, so that the codes that use the API do not get awfully > verbose. As its name suggests, --enable-debug was never intended for production builds

Re: [hwloc-users] Getting the cache hierarchy

2010-06-06 Thread Olivier Cessenat
Le dimanche 06 juin 2010 à 18:39 +0200, Samuel Thibault a écrit : > Olivier Cessenat, le Sun 06 Jun 2010 18:14:35 +0200, a écrit : > > In file included from topology.c:17: > > /opt/gfortran/irun/bin/../lib/gcc/i386-pc-linux-gnu/4.3.0/include-fixed/sys/stat.h:345: > > error: expected ',' or ';'

Re: [hwloc-users] Getting a graphics view for a non graphic system...

2010-06-06 Thread Olivier Cessenat
Le dimanche 06 juin 2010 à 20:37 +0200, Brice Goglin a écrit : > Le 06/06/2010 19:21, Samuel Thibault a écrit : > > Olivier Cessenat, le Sun 06 Jun 2010 19:07:40 +0200, a écrit : > > > >> I installed hwloc on a system where there is no such libpng or freetype > >> libraries. I thus get a text

Re: [hwloc-users] Is OSX a supported platform ?

2010-06-06 Thread Olivier Cessenat
Great, my newest system is with autoconf 2.61: << [cessenat@iliana trunk]$ autoconf --version autoconf (GNU Autoconf) 2.61 Copyright (C) 2006 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License

Re: [hwloc-users] Is OSX a supported platform ?

2010-06-06 Thread Samuel Thibault
Olivier Cessenat, le Sun 06 Jun 2010 22:44:17 +0200, a écrit : > By the way, my x86_64 configure says: > << > checking for XML... no > >> > I see I have "libxml2-utils" installed... and the --xml mechanism works. You mean lstopo --xml somefile.xml does not say This installation of hwloc does not

Re: [hwloc-users] Is OSX a supported platform ?

2010-06-06 Thread Olivier Cessenat
Le dimanche 06 juin 2010 à 22:55 +0200, Samuel Thibault a écrit : > Olivier Cessenat, le Sun 06 Jun 2010 22:44:17 +0200, a écrit : > > By the way, my x86_64 configure says: > > << > > checking for XML... no > > >> > > I see I have "libxml2-utils" installed... and the --xml mechanism works. > >