Hi ,
I have installed mpi successfully and I am able to compile the programs
using mpicc
But when I run using mpirun, I get following error
* error while loading shared libraries: libmpi.so.0: cannot open shared
object file no such object file: No such file or directory. *
When I run using - m
Hi .
export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
/usr/local/lib/ instead of this path give the path name where your .so file
is located
anurag
On Sun, Apr 1, 2012 at 5:31 PM, seshendra seshu wrote:
>
> Hi george
> Thank you , but i dont know how to configure the path.
Hi george
Thank you , but i dont know how to configure the path. can you help me in
configuring the path.
On Mon, Apr 2, 2012 at 2:22 AM, George Bosilca wrote:
> http://www.open-mpi.org/faq/?category=running#run-prereqs
>
> george.
>
> On Apr 1, 2012, at 20:18 , seshendra seshu wrote:
>
> Hi,
>
http://www.open-mpi.org/faq/?category=running#run-prereqs
george.
On Apr 1, 2012, at 20:18 , seshendra seshu wrote:
> Hi,
> This is seshendra, iam new to MPI , iam doing my thesis on MPI, iam trying to
> configure openMPI in clould using UNIVA cluster in amazon cloud.
> I have followed the pr
Hi,
This is seshendra, iam new to MPI , iam doing my thesis on MPI, iam trying
to configure openMPI in clould using UNIVA cluster in amazon cloud.
I have followed the procedure given in the FAQ of the openMPI website and i
have installed successfully on all the nodes. But when i run the an MPI
prog