Re: [OMPI users] modified hostfile does not work with openmpi1.7rc8

2013-03-17 Thread Gustavo Correa
Hi Tetsuya Mishima In your example, have you tried not to modify the node file, launch two mpi processes with mpiexec, and request a "-bynode" distribution of processes: mpiexec -bynode -np 2 ./my_program This should launch one MPI process in each of two nodes. See 'man mpiexec' for details. W

[OMPI users] modified hostfile does not work with openmpi1.7rc8

2013-03-17 Thread tmishima
Hi openmpi developers, I have been evaluating our FEM aplication with new openmpi-1.7rc7 under Torque job controler. Now I encountered a trouble that "-hostfile" does not work properly. Since my application is hybrid(MPI+OpenMP), I have to modify $PBS_NODEFILE and use "-hostfile". I don't add n