Re: [OMPI users] ld_library_path not being updated

2007-01-17 Thread Brian Budge
Thanks! That appears to have done it. Brian On 1/17/07, Scott Atchley wrote: On Jan 17, 2007, at 10:45 AM, Brian Budge wrote: > Hi Adrian - > > Thanks for the reply. I have been investigating this further. It > appears that ssh isn't starting my .zshrc file. This is strange. You should

Re: [OMPI users] ld_library_path not being updated

2007-01-17 Thread Scott Atchley
On Jan 17, 2007, at 10:45 AM, Brian Budge wrote: Hi Adrian - Thanks for the reply. I have been investigating this further. It appears that ssh isn't starting my .zshrc file. This is strange. You should check the zsh man page. .zshrc is for interactive logins only. You may want to use .

Re: [OMPI users] ld_library_path not being updated

2007-01-17 Thread Brian Budge
Hi Adrian - Thanks for the reply. I have been investigating this further. It appears that ssh isn't starting my .zshrc file. This is strange. If I execute ssh host-0 export I get only a minimal set of environment variables. One of them is SHELL = /bin/zsh. There is no LD_LIBRARY_PATH in

Re: [OMPI users] ld_library_path not being updated

2007-01-17 Thread Adrian Knoth
On Tue, Jan 16, 2007 at 05:22:35PM -0800, Brian Budge wrote: > Hi all - Hi! > If I run from host-0: > > mpirun -np 4 -host host-0 myprogram > > I have no problems, but if I run > >mpirun -np 4 -host host-1 myprogram > error while loading shared libraries: libSGUL.so: cannot open shared > object

[OMPI users] ld_library_path not being updated

2007-01-16 Thread Brian Budge
Hi all - I'm having a bit of an issue with my library paths and mpi that I can't quite seem to resolve. If I run from host-0: mpirun -np 4 -host host-0 myprogram I have no problems, but if I run mpirun -np 4 -host host-1 myprogram I get an error like this: error while loading shared librar