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

2010-03-13 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success. Snapshot: hwloc 1.0a1r1835 Start time: Sat Mar 13 21:01:05 EST 2010 End time: Sat Mar 13 21:03:03 EST 2010 Your friendly daemon, Cyrador

[hwloc-devel] [PATCH] Avoid expensive ffsl/flsl calls in cpuset operations

2010-03-13 Thread Bert Wesarg
Testing if a word does have any bit set should be considered less expansive than calling ffsl/flsl first and than test this. Regards, Bert --- src/cpuset.c | 44 +++- 1 files changed, 23 insertions(+), 21 deletions(-) diff --git a/src/cpuset.c b/src/cpu