Re: [OMPI devel] running Open-MPI on two PCs

2008-03-30 Thread Muhammad Atif
Hi Welcome to OpenMPI. Although I am yet to become an authority in the world of openMPI, I will give you pointers to start. I assume that you plan to submit the jobs without any scheduler (e.g Maui/torque combination and stuff) and running the jobs simply by such a command "mpirun -np 2 -host no

[OMPI devel] running Open-MPI on two PCs

2008-03-30 Thread Danesh Daroui
Hi all, I have three linux machines which are connected to each other via a router. I have installed Open-MPI on two of them and they seems to work fine. Now I want to submit a job from my third machine to be run on those two machines which have Open-MPI and use two CPUs for this job. Is there