[OMPI users] Non-root install; hang there running on multiple nodes

2010-03-24 Thread haoanyi
Hi, I installed OpenMPI1.4.1 as a non-root user on a cluster. It is totally OK when I run with mpirun or mpiexec on one single node for many processes. However, when I lauch many processes on multiple nodes, I can observe jobs are distributed to those nodes (by using "top"), but all the jobs j

Re: [OMPI users] Non-root install; hang there running on multiple nodes

2010-03-24 Thread haoanyi
;shell$ mpirun hostname >barney >shell$ cat hosts >barney >rubble >shell$ mpirun --hostfile hosts hostname >barney >rubble >shell$ > > >On Mar 24, 2010, at 4:28 PM, haoanyi wrote: > >> Hi, >> >> I installed OpenMPI1.4.1 as a non-root user on a

Re: [OMPI users] Non-root install; hang there running on multiple nodes

2010-03-24 Thread haoanyi
me >barney >shell$ cat hosts >barney >rubble >>shell$ mpirun --hostfile hosts hostname >barney >rubble >shell$ > > >On Mar >24, 2010, at 4:28 PM, haoanyi wrote: > >> Hi, >> >> I installed OpenMPI1.4.1 >as a non-root user on a cluster.