On Oct 11, 2011, at 7:34 AM, Brice Goglin wrote: > 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.
Thanks! > Do you > want it in v1.2-ompi too? Not necessary for v1.2-ompi - I already inserted it in our local copy, and I imagine we'll update to 1.3 shortly. > > Brice > > _______________________________________________ > hwloc-devel mailing list > [email protected] > http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-devel
