Re: [OMPI users] mpirun error: "error while loading shared libraries: libopen-rte.so.0: cannot open shared object file:"

2011-02-27 Thread swagat mishra
you need to set up LD_LIBRARY_PATH to point to the folder where your shared libraries are located LD_LIBRARY_PATH=/usr/local/library/folder On Mon, Feb 28, 2011 at 3:03 AM, Sonyx Wonda wrote: > > Hello! > > I am a newbie to openmpi and I am having some trouble running openmpi > programs. > I dow

Re: [OMPI users] libmpi.so.0 not found during gdb debugging

2011-02-11 Thread swagat mishra
yes setting LD_LIBRARY_PATH solved the problem thanks for the help On Fri, Feb 11, 2011 at 7:14 PM, Prentice Bisbal wrote: > swagat mishra wrote: > > hello everyone, > > i have a network of systems connected over lan with each computer > > running ubuntu. openmpi 1.4.x is i

[OMPI users] libmpi.so.0 not found during gdb debugging

2011-02-10 Thread swagat mishra
hello everyone, i have a network of systems connected over lan with each computer running ubuntu. openmpi 1.4.x is installed on 1 machine and the installation is mounted on other nodes through Networking File System(NFS). the source program and compiled file(a.out) are present in the mounted direct

[OMPI users] openmpi errors on ubuntu:no connectivity

2010-02-09 Thread swagat mishra
hello, we have installed open mpi 1.2 using synaptic package manager in 2 machines running on ubuntu 8.10 and ubuntu 8.04.the hello.c program runs correctly,but connectivity_c.c program included in the openmpi tarball example fails when we it tries to communicate between both computers.also on the