Re: [OMPI users] Help understanding build option and warning messages, OMPI 1.2.4

2008-02-27 Thread Brian W. Barrett
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-

Re: [OMPI users] Help understanding build option and warning messages, OMPI 1.2.4

2008-02-27 Thread Rainer Keller
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 \ >--

Re: [OMPI users] Help understanding build option and warning messages, OMPI 1.2.4

2008-02-27 Thread George Bosilca
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

[OMPI users] Help understanding build option and warning messages, OMPI 1.2.4

2008-02-27 Thread David Gunter
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