Re: [OMPI users] regarding the problem occurred while running anmpi programs

2012-04-26 Thread Prentice Bisbal
boun...@open-mpi.org [users-boun...@open-mpi.org] on > behalf of seshendra seshu [seshu...@gmail.com] > *Sent:* Wednesday, April 25, 2012 10:43 AM > *To:* Open MPI Users > *Subject:* Re: [OMPI users] regarding the problem occurred while > running anmpi programs > > Hi > I have

Re: [OMPI users] regarding the problem occurred while running anmpi programs

2012-04-25 Thread seshendra seshu
> > > > mpirun noticed that the job aborted, but has no info as to the > process > > > > that caused that situation. > > > > > ------------------ > > > > mpirun: clean te

Re: [OMPI users] regarding the problem occurred while running anmpi programs

2012-04-25 Thread Jeff Squyres
- > > > mpirun: clean termination accomplished > > > > > > [master@ip-10-80-106-70 ~]$ > > > > > > > > > so please help me in solving this. > > > > > > Thanking you. > > >

Re: [OMPI users] regarding the problem occurred while running anmpi programs

2012-04-25 Thread tyler.bal...@huskers.unl.edu
users-boun...@open-mpi.org [users-boun...@open-mpi.org] on behalf of seshendra seshu [seshu...@gmail.com] Sent: Wednesday, April 25, 2012 12:38 PM To: Open MPI Users Subject: Re: [OMPI users] regarding the problem occurred while running anmpi programs Hi, I have tried so much for correcting that

Re: [OMPI users] regarding the problem occurred while running anmpi programs

2012-04-25 Thread seshendra seshu
; > > > > > so please help me in solving this. > > > > > > Thanking you. > > > > > > > > > On Wed, Apr 25, 2012 at 5:48 PM, tyler.bal...@huskers.unl.edu < > tyler.bal...@huskers.unl.edu> wrote: > > > export LD_LIBRARY_PATH=

Re: [OMPI users] regarding the problem occurred while running anmpi programs

2012-04-25 Thread Jeff Squyres
-106-70 ~]$ > > > > > > so please help me in solving this. > > > > Thanking you. > > > > > > On Wed, Apr 25, 2012 at 5:48 PM, tyler.bal...@huskers.unl.edu > > wrote: > > export LD_LIBRARY_PATH= [location of library] leave out the &g

Re: [OMPI users] regarding the problem occurred while running anmpi programs

2012-04-25 Thread seshendra seshu
[location of library] leave out the > :$LD_LIBRARY_PATH > > From: users-boun...@open-mpi.org [users-boun...@open-mpi.org] on behalf > of seshendra seshu [seshu...@gmail.com] > > Sent: Wednesday, April 25, 2012 10:43 AM > > To: Open MPI Users > > Subject: Re: [OMPI use

Re: [OMPI users] regarding the problem occurred while running anmpi programs

2012-04-25 Thread Jeff Squyres
shu...@gmail.com] > Sent: Wednesday, April 25, 2012 10:43 AM > To: Open MPI Users > Subject: Re: [OMPI users] regarding the problem occurred while running anmpi > programs > > Hi > I have exported th

Re: [OMPI users] regarding the problem occurred while running anmpi programs

2012-04-25 Thread seshendra seshu
eshendra seshu [seshu...@gmail.com] > *Sent:* Wednesday, April 25, 2012 10:43 AM > *To:* Open MPI Users > *Subject:* Re: [OMPI users] regarding the problem occurred while running > anmpi programs > > Hi > I have exported the library files as below > > [master@ip-10-80-106-70 ~]$ e

Re: [OMPI users] regarding the problem occurred while running anmpi programs

2012-04-25 Thread Lloyd Brown
Yes, but what happens when you run a remote, non-login shell? By that, I mean something like this: ssh master@ip-10-80-106-70 'echo $LD_LIBRARY_PATH' Assuming I got the syntax right, I suspect you'll find that the contents of the variable, do not include /usr/local/openmpi-1.4.5/lib. You really

Re: [OMPI users] regarding the problem occurred while running anmpi programs

2012-04-25 Thread tyler.bal...@huskers.unl.edu
: [OMPI users] regarding the problem occurred while running anmpi programs Hi I have exported the library files as below [master@ip-10-80-106-70 ~]$ export LD_LIBRARY_PATH=/usr/local/openmpi-1.4.5/lib:$LD_LIBRARY_PATH [master@ip-10-80-106-70 ~]$ mpirun --prefix /usr/local/openmpi-1.4.5 -n 1

Re: [OMPI users] regarding the problem occurred while running anmpi programs

2012-04-25 Thread seshendra seshu
Hi I have exported the library files as below [master@ip-10-80-106-70 ~]$ export LD_LIBRARY_PATH=/usr/local/openmpi-1.4.5/lib:$LD_LIBRARY_PATH [master@ip-10-80-106-70 ~]$ mpirun --prefix /usr/local/openmpi-1.4.5 -n 1 --hostfile hostfile out out: error while loading shared libraries: libmpi_cxx.so

Re: [OMPI users] regarding the problem occurred while running anmpi programs

2012-04-25 Thread Jeff Squyres (jsquyres)
See the FAQ item I cited. Sent from my phone. No type good. On Apr 25, 2012, at 11:24 AM, "seshendra seshu" wrote: > Hi > now i have created an used and tried to run the program but i got the > following error > > [master@ip-10-80-106-70 ~]$ mpirun -n 1 --hostfile hostfile out