[hwloc-devel] Create success (hwloc r1.0a1r1876)

2010-03-28 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success. Snapshot: hwloc 1.0a1r1876 Start time: Sun Mar 28 21:01:02 EDT 2010 End time: Sun Mar 28 21:03:14 EDT 2010 Your friendly daemon, Cyrador

Re: [hwloc-devel] Strange difference

2010-03-28 Thread Samuel Thibault
Bert Wesarg, le Sat 27 Mar 2010 09:31:40 +0100, a écrit : > On Sat, Mar 27, 2010 at 01:50, Jeff Squyres wrote: > > On Mar 26, 2010, at 5:35 PM, Brice Goglin wrote: > > > >> > Fair enough.  How about still just keeping "P" in the graphic output, > >> > then?  But "processor" in the prettyprint? >

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r1865

2010-03-28 Thread Samuel Thibault
Bert Wesarg, le Sat 27 Mar 2010 15:06:43 +0100, a écrit : > > +  if (needed_count <= ulongs_count) > > +    return; > > + > > +  while (ulongs_count < needed_count) > > +    ulongs_count *= 2; Mmm, this is actually 1 << (hwloc_fls(needed_count)), isn't it? SAmuel