Re: [OMPI users] removing hard-coded paths from OpenMPI shared libraries

2006-11-21 Thread Patrick Jessee
Jeff, Thanks for the response: mpirun --prefix /otherdir ... This might be good enough to do what you need. I don't think this will work (or is all that is needed to work). We are actually already using the --prefix option to mpirun and still run into the problem. When fluent is distr

Re: [OMPI users] removing hard-coded paths from OpenMPI shared libraries

2006-11-21 Thread Adam Young
- From: Patrick Jessee [mailto:p...@fluent.com] Sent: Mon Nov 20 11:56:48 2006 To: us...@open-mpi.org Subject:[OMPI users] removing hard-coded paths from OpenMPI shared libraries Hello. I'm wondering if anyone knows of a way to get OpenMPI to compile shared libraries without

Re: [OMPI users] removing hard-coded paths from OpenMPI shared libraries

2006-11-20 Thread Jeff Squyres
This is certainly the default for GNU Libtool-build shared libraries (such as Open MPI). Ralf W -- is there a way to disable this? As a sidenote, we added the "--prefix" option to mpirun to be able to override the LD_LIBRARY_PATH on remote nodes for circumstances like this. For example, s

[OMPI users] removing hard-coded paths from OpenMPI shared libraries

2006-11-20 Thread Patrick Jessee
Hello. I'm wondering if anyone knows of a way to get OpenMPI to compile shared libraries without hard-coding the installation directory in them. After compiling and installing OpenMPI, the shared libraries have the installation libraries hard-coded in them. For instance: $ ldd libmpi.so