Hi Ralph,
Thanks for the email. I am using openmpi 1.3.
Jean
--- On Wed, 19/8/09, Ralph Castain <rhc_at_[hidden]> wrote:
From: Ralph Castain <rhc_at_[hidden]>
Subject: Re: [OMPI users] problem with LD_LIBRARY_PATH???
To: "Open MPI Users" <users_at_[hidden]>
Date: Wednesday, 19 August, 2009, 2:39 PM
What OMPI version are you using?
On Wed, Aug 19, 2009 at 8:36 AM, Jean Potsam <jeanpotsam_at_[hidden]> wrote:
I'm a trying to install openmpi with self. However, I am experiencing some problems with openmpi itself.
I have successfully installed the software and added the path in the .bashrc file as follows:
export PATH="/home/jean/openmpisof/bin:$PATH"
export LD_LIBRARY_PATH="/home/jean/openmpisof/lib:$LD_LIBRARY_PATH"
when i run my mpi application specifying the whole path to mpirun, it works fine.
jean:$ /home/jean/openmpisof/bin/mpirun mympi
however if I do:
jean:$ mpirun mympi
I get:
################
bash: orted: command not found
--------------------------------------------------------------------------
to launch so we are aborting.
There may be more
information reported by the environment (see above).
This may be because the daemon was unable to find all the needed shared
libraries on the remote node. You may set your LD_LIBRARY_PATH to have the
location of the shared libraries on the remote nodes and this will
--------------------------------------------------------------------------
--------------------------------------------------------------------------
mpirun noticed that the job aborted, but has no info as to the process
--------------------------------------------------------------------------
mpirun: clean termination accomplished
######################
I am using a single processor desktop PC with linux Ubuntu as the OS.
Please email me of you have any solution for this problem.
Cheers
Jean
_______________________________________________
-----Inline Attachment Follows-----
_______________________________________________
users mailing list
users_at_[hidden]
http://www.open-mpi.org/mailman/listinfo.cgi/users
|