On 01/12/2010 08:29, Brice Goglin wrote:
Le 30/11/2010 15:59, sthib...@osl.iu.edu a écrit :
Author: sthibaul
Date: 2010-11-30 09:59:40 EST (Tue, 30 Nov 2010)
New Revision: 2868
URL: https://svn.open-mpi.org/trac/hwloc/changeset/2868
Log:
put back L#/P# prefixes in graphical output
Before the release, we'll have to update the graphical outputs in the
documentation (and grep for # everywhere too :)).
Do we apply something similar to the above patch for the textual output too?
Current output: Node #1 (phys=0)
Socket #1
PU #2 (phys=3)
would become: Node L#1 (Phys=0)
Socket L#1
PU L#2 (Phys=3)
Brice
I would rather go for a solution like this:
Node L#1 (P#0)
Socket L#1
PU L#2 (P#3)
to be more homegeneous.
Nathalie