<div>Hello, everyone</div>
<div> </div>
<div>I am testing MPICH2 on 24 cores SMP machine.</div>
<div>And, I installed MPICH2 with three devices (nemesis, ssm, shm) separately and run parallel program with each device.</div>
<div> </div>
<div>However, it seems that no device was using shared memory when I checked the performance</div>
<div>and network status using netstat command (a lot of sockets created for self connection)</div>
<div>Of course, I could not see any shared memory segments through ipcs -m and free commands</div>
<div> </div>
<div>I compiled MPICH2 with three devices by below configuration options respectively</div>
<div> </div>
<div>./configure --prefix=.../nemesis --enable-fast=03 --with-device=ch3:nemesis</div>
<div>./configure --prefix=.../ssm       --enable-fast=03 --with-device=ch3:ssm</div>
<div>./configure --prefix=.../shm --enable-fast=03 --with-device=ch3:shm</div>
<div> </div>
<div>and complied and run the parallel program using scripts (mpif90 and mpiexec) in different prefix directory depending on which device I used for testing.</div>
<div> </div>
<div>Do I need to put some another options for installing MPICH2 or running the parallel program with shared memory?</div>
<div>Is there anything I missed?</div>
<div> </div>
<div>I really appreciate for your concern.</div>
<div> </div>
<div>Thank you.</div>
<div>  </div>
<div> </div>
<div> </div>
<div> </div>