Re: [OMPI users] Please help me with this simple setup. i am stuck

2009-05-11 Thread Jeff Squyres
It looks like you have a heterogeneous setup -- the error is complaining that the executable you compiled on one machine will not run on the other because the executable format is different. You'll probably need to have different executables compiled for each node (there's probably other wa

Re: [OMPI users] Please help me with this simple setup. i am stuck

2009-05-09 Thread Gus Correa
Hi Venu As a general suggestion, take a look at the OpenMPI FAQs, specially those about running MPI jobs and troubleshooting. They will probably drive you in the right direction: http://www.open-mpi.org/faq/ Luis Vitorio Cargnini wrote: maybe add the slots=1 for example to your first node Le

Re: [OMPI users] Please help me with this simple setup. i am stuck

2009-05-09 Thread Luis Vitorio Cargnini
maybe add the slots=1 for example to your first node Le 09-05-09 à 11:42, Venu Gopal a écrit : I am venu, I have tried to setup a simple 2 node openmpi system. on two machines one is running debian lenny (ip 10.0.3.1) other is running ubuntu hardy (ip 10.0.3.3) I am getting error when i try