Yes!!! It worked:
I have the components installed in /home/gwatson/ompi_install/lib/
openmpi on the front end and in /tmp/ompi/openmpi on the nodes. The
two things I need to do are:
1. Set my LD_LIBRARY_PATH to /home/gwatson/ompi_install/lib:/tmp/ompi
so that it picks up the shared librari
This exact problem came up in a different context today.
This is only a side-effect of us having crummy error messages. :-(
What is happening is that OMPI is not finding its components.
Specifically, it's looking for the SDS components in this case, not
finding them, and then barfing.
Op
Hi Greg,
* Greg Watson wrote on Tue, Sep 27, 2005 at 10:27:22PM CEST:
>
> Trying to install ompi on a bproc machine with no network filesystem.
> I've copied the contents of the ompi lib directory into /tmp/ompi on
> each node and set my LD_LIBRARY_PATH to /tmp/ompi. However when I run
> th