On Tue, 2007-07-10 at 21:01 -0400, Jeff Squyres wrote:
> I think that I fixed ticket #9; the problem of some systems that did
> not have consecutive processor, socket, or core ID's.
>
> I have released 1.1a2 with the fixes for this problem:
>
> http://www.open-mpi.org/software/plpa/download.php
>
> Please give it a spin.
>
It is better now but still wrong. It should say # of socket = 4
and socket 0: 1 core, socket 1,2:0 cores and socket 3: 1 core.
(SMT is off).
[ollie_at_exponential plpa-info]$ ./plpa-info --topo
Kernel affinity support: yes
Kernel topology support: yes
Number of processor sockets: 3
Socket 0: 1 core
Socket 2: 0 cores
Socket 3: 1 core
|