This is likely because you installed Open MPI 1.8.7 into the same directory as
a prior Open MPI installation.
You probably want to uninstall the old version first (e.g., run "make
uninstall" from the old version's build tree), or just install 1.8.7 into a new
tree.
> On Aug 11, 2015, at 2:22
Hi,
If lib64 isn't there, try lib. That is,
export LD_LIBRARY_PATH=/home/jess/local/ompi/lib
Referencing the example that I provided earlier.
--
Samuel K. Gutierrez
Los Alamos National Laboratory
On Mar 12, 2010, at 3:31 PM, vaibhav dutt wrote:
Hi,
I used the export command but it doe
Hej vaibhav!
Assuming you use the official Ubuntu packages:
> mpicc: error while loading shared libraries: libopen-pal.so.0: cannot
> open shared object file: No such file or dir
The library should exist under /usr/lib/libopen-pal.so.0 (which symlinks
to /usr/lib/libopen-pal.so.0.0.0 which symli
Hi,
I used the export command but it does not seem to work.It's still giving the
same error as
the lib64 directory does not exist in the ompi folder.
Any Suggestions.
Thank You,
Vaibhav
On Fri, Mar 12, 2010 at 3:05 PM, Fernando Lemos wrote:
> On Fri, Mar 12, 2010 at 6:02 PM, Samuel K. Gutier
On Fri, Mar 12, 2010 at 6:02 PM, Samuel K. Gutierrez wrote:
> One more thing. The line should have been:
>
> export LD_LIBRARY_PATH=/home/jess/local/ompi/lib64
>
> The space in the previous email will make bash unhappy 8-|.
>
> --
> Samuel K. Gutierrez
> Los Alamos National Laboratory
>
> On Mar
One more thing. The line should have been:
export LD_LIBRARY_PATH=/home/jess/local/ompi/lib64
The space in the previous email will make bash unhappy 8-|.
--
Samuel K. Gutierrez
Los Alamos National Laboratory
On Mar 12, 2010, at 1:56 PM, Samuel K. Gutierrez wrote:
Hi,
It sounds like you may
Hi,
It sounds like you may need to set your LD_LIBRARY_PATH environment
variable correctly. There are several ways that you can tell the
dynamic linker where the required libraries are located, but the
following may be sufficient for your needs.
Let's say, for example, that your Open MPI