Hi,

I need to know what I can resolve my problem. I'm starting my study on mpi, more specificaly open-mpi.

But, when I execute mpirun a.out, the message I received is: a.out: error while loading shared libraries: libmpi.so.0: cannot open shared object file: No such file or directory

The a.out file was obtained through mpicc hello.c

Thanks.