Re: [OMPI users] Error: "all nodes which are allocated for this job are already filled"

2015-05-26 Thread Rahul Yadav
all nodes > > > On May 25, 2015, at 8:51 PM, Rahul Yadav wrote: > > We were able to solve ssh problem. > > But now MPI is not able to use component yalla. We are running following > command > > mpirun --allow-run-as-root --mca pml yalla -n 1 --hostfile /root/host1 >

Re: [OMPI users] Error: "all nodes which are allocated for this job are already filled"

2015-05-25 Thread Rahul Yadav
run. > > > On May 13, 2015, at 12:21 AM, Rahul Yadav wrote: > > I get following output with verbose > > [JARVICENAE27:00654] mca: base: components_register: registering ras > components > [JARVICENAE27:00654] mca: base: components_register: found loaded > component loadl

Re: [OMPI users] Error: "all nodes which are allocated for this job are already filled"

2015-05-13 Thread Rahul Yadav
gt; > On May 6, 2015, at 11:24 PM, Rahul Yadav wrote: > > Hi, > > We have been trying to run MPI jobs (consisting of two different binaries, > one each ) in two nodes, using hostfile option as following > > mpirun --allow-run-as-root --mca pml yalla -n 1 --hostfile /root/

[OMPI users] Error: "all nodes which are allocated for this job are already filled"

2015-05-07 Thread Rahul Yadav
Hi, We have been trying to run MPI jobs (consisting of two different binaries, one each ) in two nodes, using hostfile option as following mpirun --allow-run-as-root --mca pml yalla -n 1 --hostfile /root/host1 /root/app2 : -n 1 --hostfile /root/host2 /root/backend We are doing this in chroot en