Le 11/10/2011 15:04, Jeff Squyres a écrit : > 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? >
I didn't think it was that important. I can backport it for sure. Do you want it in v1.2-ompi too? Brice
