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
;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
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.