Re: [OMPI users] (no subject)

2012-03-16 Thread Gustavo Correa
On Mar 16, 2012, at 8:51 AM, Addepalli, Srirangam V wrote: > This usually means you library path is not updated to find mpilibrarues. You > can fix this many ways, basic two steps are > > 1. Identify location of your libraries (use locate, find ) > 2. Add it to your Library path. ( export LD_

Re: [OMPI users] (no subject)

2012-03-16 Thread Addepalli, Srirangam V
This usually means you library path is not updated to find mpilibrarues. You can fix this many ways, basic two steps are 1. Identify location of your libraries (use locate, find ) 2. Add it to your Library path. ( export LD_LIBRARY_PATH or make changes in .bashrc or /etc/ld.so.conf) Rangam _

Re: [OMPI users] (no subject)

2012-03-16 Thread jody
Hi Did you run your program with mpirun? For example: mpirun -np 4 ./a.out jody On Fri, Mar 16, 2012 at 7:24 AM, harini.s .. wrote: > Hi , > > I am very new to openMPI and I just installed openMPI 4.1.5 on Linux > platform. Now am trying to run the examples in the folder got > downloaded. Bu

[OMPI users] (no subject)

2012-03-16 Thread harini.s ..
Hi , I am very new to openMPI and I just installed openMPI 4.1.5 on Linux platform. Now am trying to run the examples in the folder got downloaded. But when i run , I got this >> a.out: error while loading shared libraries: libmpi.so.0: cannot open shared >> object file: No such file or director