On Wed, 27 Feb 2008, David Gunter wrote:
We are trying to build OMPI-1.2.4 for a BProc/Ethernet-based cluster.
Here are the configure options:
./configure --prefix=${PREFIX} \
--libdir=${LIBDIR} \
--enable-shared \
--with-bproc \
--with-tm=/opt/PBS \
--with-io_romio_flags=--with-file-
Hello Jenny and David,
On Wednesday 27 February 2008 17:42, David Gunter wrote:
> We are trying to build OMPI-1.2.4 for a BProc/Ethernet-based cluster.
> Here are the configure options:
>
> ./configure --prefix=${PREFIX} \
>--libdir=${LIBDIR} \
>--enable-shared \
>--with-bproc \
>--
This error indicates that the open of a shared library failed. It is
generated by the dynamic loader, which is used by Open MPI to load the
components. The specific error you get is clear about this: one of the
dependencies of the TM RAS is missing.
If you log on one of the compute nodes an
We are trying to build OMPI-1.2.4 for a BProc/Ethernet-based cluster.
Here are the configure options:
./configure --prefix=${PREFIX} \
--libdir=${LIBDIR} \
--enable-shared \
--with-bproc \
--with-tm=/opt/PBS \
--with-io_romio_flags=--with-file-system=ufs+nfs \
--disable-pty_support