[hwloc-devel] Create success (hwloc r1.4.2a1r4387)

2012-03-13 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success. Snapshot: hwloc 1.4.2a1r4387 Start time: Tue Mar 13 21:04:19 EDT 2012 End time: Tue Mar 13 21:07:06 EDT 2012 Your friendly daemon, Cyrador

[hwloc-devel] Create success (hwloc r1.5a1r4385)

2012-03-13 Thread MPI Team
Creating nightly hwloc snapshot SVN tarball was a success. Snapshot: hwloc 1.5a1r4385 Start time: Tue Mar 13 21:01:01 EDT 2012 End time: Tue Mar 13 21:04:19 EDT 2012 Your friendly daemon, Cyrador

Re: [hwloc-devel] merging instruction cache branch

2012-03-13 Thread Jeffrey Squyres
+1. The best way to get a new feature stable/mature is to enable it by default. :-) On Mar 13, 2012, at 9:31 AM, Samuel Thibault wrote: > Brice Goglin, le Tue 13 Mar 2012 14:39:50 +0100, a écrit : >> There's a topology flag ("ICACHES") to enable Instruction cache >> detection, and a lstopo opti

[hwloc-devel] Checking that we use portability macros Was: [hwloc-svn] svn:hwloc r4382

2012-03-13 Thread Samuel Thibault
sthib...@osl.iu.edu, le Tue 13 Mar 2012 17:46:36 +0100, a écrit : > Always hwloc_strncasecmp, not strncasecmp We should probably add checks against such things, we have the same problem with __inline, that people tend to use instead of our portability hwloc_inline. I'm not sure how that fits best

Re: [hwloc-devel] merging instruction cache branch

2012-03-13 Thread Samuel Thibault
Brice Goglin, le Tue 13 Mar 2012 14:39:50 +0100, a écrit : > There's a topology flag ("ICACHES") to enable Instruction cache > detection, and a lstopo options (--icaches). Mmm, we enable PCI devices in lstopo by default already, I would say that we could enable icache by default too. Not a strong

[hwloc-devel] merging instruction cache branch

2012-03-13 Thread Brice Goglin
Hello, I think I will merge the icache branch by the end of the week if nobody complains. This new branch adds a type attribute to cache objects, which can be DATA, INSTRUCTION or UNIFIED. On Linux sysfs, everything is detected properly. I am working on the devicetree code. Other OSes currently r