Have you tried the command ompi_info?
What is its output?

Furthermore, the command you gave
 >   mpirun -np 2 --hostfile /home/stephan/mpd.hosts
is incomplete. There is no executable.

Try to make sure wether your host file has the correct
format. If i remember correctly  Open-MPI does not use
the same format for hostfiles as MPICH.
See the FAQ for more info
http://www.open-mpi.org/faq/?category=running#mpirun-scheduling

If you don't use a hostfile, mpirun will start
all processes on the local machine.

jody

On Tue, Apr 22, 2008 at 8:56 AM,  <gildo....@gmx.de> wrote:
> Dear all,
>
>  I wanted to compare MPICH and OpenMPI. MPICH works fine. So I installed 
> OpenMPI the same way (configure, make, make install). The commands are found 
> in the OpenMPI installation directory.
>
>  When I tried to run programs I was a little bit confused, that there seems 
> not to be a default hosts-file like in MPICH. I included it in the command 
> with "--hostfile".
>
>  When I now want to run my first test with
>
>   mpirun -np 2 --hostfile /home/stephan/mpd.hosts
>
>  I get the error-message:
>
>   orted: command not found
>
>  The "orted"-executable resides as well as the "mpirun"- and 
> "mpiexec"-executables in the directory /home/stephan/openmpi-install. "orted" 
> is also found by "which orted".
>
>  What might be the problem? How does "orted" work? I'm not conscious about 
> anything equivalent in MPICH...
>
>  Thanks in advance for your help!
>
>  Kind Regards
>
>  Stephan
>  --
>  Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
>  Browser-Versionen downloaden: http://www.gmx.net/de/go/browser
>  _______________________________________________
>  users mailing list
>  us...@open-mpi.org
>  http://www.open-mpi.org/mailman/listinfo.cgi/users
>

Reply via email to