Re: [hwloc-users] Bogus files in 64bit Windows binary distribution (1.4rc1)

2012-01-19 Thread Samuel Thibault
Hartmut Kaiser, le Fri 20 Jan 2012 00:43:32 +0100, a écrit : > > Hartmut Kaiser, le Thu 19 Jan 2012 22:48:50 +0100, a écrit : > > > We are using hwloc with VS2010 and were happy to realize that after > > > the (for > > > us) totally broken Windows binary distribution in V1.3 > > > > Broken? How s

Re: [hwloc-users] Bogus files in 64bit Windows binary distribution (1.4rc1)

2012-01-19 Thread Hartmut Kaiser
> Hartmut Kaiser, le Thu 19 Jan 2012 22:48:50 +0100, a écrit : > > We are using hwloc with VS2010 and were happy to realize that after > > the (for > > us) totally broken Windows binary distribution in V1.3 > > Broken? How so? It worked for me. Try it, the autoconf/config.h has settings not com

Re: [hwloc-users] Bogus files in 64bit Windows binary distribution (1.4rc1)

2012-01-19 Thread Samuel Thibault
Hartmut Kaiser, le Thu 19 Jan 2012 22:48:50 +0100, a écrit : > We are using hwloc with VS2010 and were happy to realize that after the (for > us) totally broken Windows binary distribution in V1.3 Broken? How so? It worked for me. Not-reported bugs are usually not fixed. > Some investigation s

[hwloc-users] Bogus files in 64bit Windows binary distribution (1.4rc1)

2012-01-19 Thread Hartmut Kaiser
We are using hwloc with VS2010 and were happy to realize that after the (for us) totally broken Windows binary distribution in V1.3 the files in V1.4rc1 (64bit) at least allow to compile our code. However, linking of our modules still fails. Some investigation showed that the file libhwloc.lib w

Re: [hwloc-users] removing old cpuset API?

2012-01-19 Thread Αλέξανδρος Παπαδογιαννάκης
Ermm localhost? -- Alexandros Papadogiannakis > Date: Thu, 19 Jan 2012 22:28:14 +0100 > From: brice.gog...@inria.fr > To: hwloc-us...@open-mpi.org > Subject: [hwloc-users] removing old cpuset API? > > Dear hwloc users, > > The cpuset API (hwloc_cpuset_*) was replaced b

[hwloc-users] removing old cpuset API?

2012-01-19 Thread Brice Goglin
Dear hwloc users, The cpuset API (hwloc_cpuset_*) was replaced by the bitmap API (hwloc_bitmap_*) in v1.1.0, back in december 2010. We kept backward compatibility by #defin'ing the old API on top of the new one. So you may stil use the old API in your application (but you would get "deprecated" wa