Re: [OMPI users] can't run parallel job on cluster

2007-06-14 Thread lichanjua...@lzu.cn
Thanks for your help, I solved my problem. I make a stupid mistake,I just modify .bash_profile before, I modify .bashrc, it works. so stupid I am. anyway,thanks your reply. On Thu, 2007-06-14 at 07:10 -0400, Jeff Squyres wrote: > You have two options: > > 1. Ensure that your PATH and LD_LIBRARY_PA

Re: [OMPI users] can't run parallel job on cluster

2007-06-14 Thread Jeff Squyres
You have two options: 1. Ensure that your PATH and LD_LIBRARY_PATH are exactly what you think they are on the remote nodes. A common problem that some people run into is that they setup their PATH/LD_LIBRARY_PATH in the "interactive" portions of their .bashrc, meaning that they are only

[OMPI users] can't run parallel job on cluster

2007-06-12 Thread lichanjua...@lzu.cn
On Wed, 2007-06-13 at 11:47 +0800, lichanjua...@lzu.cn wrote: > hi,all: > I am a first user of openmpi, I have used mpich before.I found there > are many differenties between them.So I am confused. > I build openmpi on a ps3 using default option,that is > $ ./configure --prefi

[OMPI users] can't run parallel job on cluster

2007-06-12 Thread lichanjua...@lzu.cn
hi,all: I am a first user of openmpi, I have used mpich before.I found there are many differenties between them.So I am confused. I build openmpi on a ps3 using default option,that is $ ./configure --prefiex= $ make all install I modify my .bash_profile file