Jeff Squyres wrote: > The output of "lstopo -l" is different than "lstopo -l -v" -- is that > intentional? >
Yes. The non-verbose mode groups on the same line all objects that are identical (e.g. a socket that contains a single L3 cache). In verbose mode, we separate them on different lines to show the whole tree in more explicit manner. Brice