Re: [OMPI users] orted: command not found

2007-01-03 Thread Ralph H Castain
Hi Jose Sorry for entering the discussion late. From tracing the email thread, I somewhat gather the following: 1. you have installed Open MPI 1.1.2 on two 686 boxes 2. you created a hostfile on one of the nodes and execute mpirun from that node. You gave us a prefix indicating where we should f

Re: [OMPI users] orted: command not found

2007-01-02 Thread jcolmenares
I had configured the hostfile located at ~prefix/etc/openmpi-default-hostfile. I copied the file to bernie-3, and it worked... Now, at the cluster I was working at the Universidad de Los Andes (Venezuela) -I decided to install mpi on three machines I was able to put together as a personal proyect

Re: [OMPI users] orted: command not found

2007-01-02 Thread Grobe, Gary L. (JSC-EV)[ESCG]
;s easiets if you are exporting the same account files and executable/lib paths across all nodes. -Original Message- From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Gurhan Ozen Sent: Tuesday, January 02, 2007 2:21 PM To: Open MPI Users Subject: Re: [OMPI us

Re: [OMPI users] orted: command not found

2007-01-02 Thread Gurhan Ozen
On 1/2/07, Gurhan Ozen wrote: On 1/2/07, jcolmena...@ula.ve wrote: > > First you should make sure that PATH and LD_LIBRARY_PATH are defined > > in the section of your .bashrc file that get parsed for non > > interactive sessions. Run "mpirun -np 1 printenv" and check if PATH > > and LD_LIBRARY_

Re: [OMPI users] orted: command not found

2007-01-02 Thread jcolmenares
it is executable bernie@bernie-1:~/proyecto$ ls -l prueba.bin -rwxr-xr-x 1 bernie bernie 9619 2007-01-02 12:18 prueba.bin

Re: [OMPI users] orted: command not found

2007-01-02 Thread Gurhan Ozen
On 1/2/07, jcolmena...@ula.ve wrote: > First you should make sure that PATH and LD_LIBRARY_PATH are defined > in the section of your .bashrc file that get parsed for non > interactive sessions. Run "mpirun -np 1 printenv" and check if PATH > and LD_LIBRARY_PATH have the values you expect. in fa

Re: [OMPI users] orted: command not found

2007-01-02 Thread jcolmenares
> First you should make sure that PATH and LD_LIBRARY_PATH are defined > in the section of your .bashrc file that get parsed for non > interactive sessions. Run "mpirun -np 1 printenv" and check if PATH > and LD_LIBRARY_PATH have the values you expect. in fact they do: bernie@bernie-1:~/proyecto$

Re: [OMPI users] orted: command not found

2007-01-02 Thread George Bosilca
First you should make sure that PATH and LD_LIBRARY_PATH are defined in the section of your .bashrc file that get parsed for non interactive sessions. Run "mpirun -np 1 printenv" and check if PATH and LD_LIBRARY_PATH have the values you expect. For your second question you should give the p

[OMPI users] orted: command not found

2007-01-02 Thread jcolmenares
I installed openmpi 1.1.2 on two 686 boxes runing ubuntu 6.10. Followed the instructions given in the FAQ. Nevertheless, I get the following message: [bernie-1:05053] ERROR: A daemon on node 192.168.1.113 failed to start as expected. [bernie-1:05053] ERROR: There may be more information available

Re: [OMPI users] Orted Command Not found

2006-05-10 Thread Brian Barrett
On May 10, 2006, at 9:08 AM, Mahesh Barve wrote: I am trying to build a cluster with 2 nodes each being a dual processor xeon machine. I have installed openMPI on one of the machines in /opt/open-mpi folder and have kept the folder shared across the network thru nfs mounted again in the same f

[OMPI users] Orted Command Not found

2006-05-10 Thread Mahesh Barve
Hi, I am trying to build a cluster with 2 nodes each being a dual processor xeon machine. I have installed openMPI on one of the machines in /opt/open-mpi folder and have kept the folder shared across the network thru nfs mounted again in the same folder. Now I would like to run mpi code involv