Hi all,<div><br></div><div>I am working with MPICH2 v.1.4.1p1 in a dual core machine and I am trying to bind two mpi processes to run in the same core (id 0) executing the following command:</div><div><br></div><div>mpiexec -binding user:0,-1 -n 2 ./myprocess</div>

<div><br></div><div>But this way every process is binded to one different core (id 0 and 1 respectively). The only way I have been able to binding both processes to same core (id 0) is executing the following command two times:</div>

<div><br></div><div>mpiexec -binding user:0 -n 1 ./myprocess</div><div><br></div><div>What am I doing wrong?</div><div><br></div><div>Thank you guys!</div><div><br clear="all"><div>------------------------------------------------------------------------------------------------</div>

Gonzalo Martín Cruz<div>Computer Arquitecture Group<br>Computer Science Department<br>Universidad Carlos III de Madrid<div>e-mail: <a href="mailto:gmcruz@arcos.inf.uc3m.es" target="_blank">gmcruz@arcos.inf.uc3m.es</a><br>

</div><div><div>------------------------------------------------------------------------------------------------</div><div><br></div></div><br>
</div></div>