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
Not knowing the openmpi build system, I am a little reluctant to say. But in most projects there is usually multiple paths that can be set at configure time. In most autoconfed projects it is called prefix. There are other ones that can be set for headers, etc. -Original Message- F

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