Looks like Ralph's size/linesize patch didn't make it to v1.3:

Index: src/traversal.c
===================================================================
--- src/traversal.c     (revision 3883)
+++ src/traversal.c     (working copy)
@@ -478,7 +478,7 @@
        *assoc = '\0';
       else
        snprintf(assoc, sizeof(assoc), "%sways=%d", separator, 
obj->attr->cache.associativity);
-      res = hwloc_snprintf(tmp, tmplen, "%s%lu%s%sline=%u%s",
+      res = hwloc_snprintf(tmp, tmplen, "%ssize=%lu%s%slinesize=%u%s",
                           prefix,
                           (unsigned long) 
hwloc_memory_size_printf_value(obj->attr->cache.size, verbose),
                           hwloc_memory_size_printf_unit(obj->attr->cache.size, 
verbose),


Can this go in before 1.3 is released?

-- 
Jeff Squyres
[email protected]
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/


Reply via email to