Re: [OMPI users] Mpirun don't execute

2008-09-24 Thread Santolo Felaco
I use SVN checkout. I have invoked : shell$ svn co http://svn.open-mpi.org/svn/ompi/trunk ompi I have reinstalled openmpi today. 2008/9/22 Jeff Squyres > Exactly what version of Open MPI are you using? You mentioned "1.3" -- did > you download a nightly tarball at some point, or do you hav

Re: [OMPI users] Mpirun don't execute

2008-09-22 Thread Jeff Squyres
Exactly what version of Open MPI are you using? You mentioned "1.3" -- did you download a nightly tarball at some point, or do you have an SVN checkout? Since you have a development copy of Open MPI, it is possible that your copy is simply broken (sorry; we *do* break the development head

Re: [OMPI users] Mpirun don't execute

2008-09-22 Thread Santolo Felaco
Hi, this is my openmpi-default-hostfile: 127.0.0.1 slots=2 If I invoke comand CTRL+C the application is not killed. With mpirun -np 1 uptime the comand is ever blocked. The comand is blocked with any comand, also comands not existent. Thanks. 2008/9/22 Jeff Squyres > On Sep 19, 2008, at 6:5

Re: [OMPI users] Mpirun don't execute

2008-09-22 Thread Jeff Squyres
On Sep 19, 2008, at 6:50 PM, Santolo Felaco wrote: Hi, I try to be clearer: osa@libertas:~$ echo $LD_LIBRARY_PATH /usr/local/lib:/home/osa/blcr/lib osa@libertas:~$ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ games:/home/osa/blcr/bin I compile the file with mp

Re: [OMPI users] Mpirun don't execute

2008-09-19 Thread Santolo Felaco
Hi, I try to be clearer: osa@libertas:~$ echo $LD_LIBRARY_PATH /usr/local/lib:/home/osa/blcr/lib osa@libertas:~$ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/osa/blcr/bin I compile the file with mpicc, then: osa@libertas:~/prove/openmpi$ mpirun -np 2 es1

Re: [OMPI users] Mpirun don't execute

2008-09-19 Thread Jeff Squyres
Could you send a little more detailed explanation of exactly what is going wrong? Remember: the more information you include in your report, the better. E-mails simply stating, "It doesn't work!" are not helpful; we need to know as much information about your environment as possible in orde

Re: [OMPI users] Mpirun don't execute

2008-09-19 Thread Santolo Felaco
The zip file cointains only ASCII file. 2008/9/19 Santolo Felaco > The attachemente contains: config.log, output file of ompi_info --all and > output file of ipconfig. > I need of version 1.3 because I must use the checkpoint. > Thanks. > > > 2008/9/19 Jeff Squyres > >> Please see http://www.op

Re: [OMPI users] Mpirun don't execute

2008-09-19 Thread Santolo Felaco
The attachemente contains: config.log, output file of ompi_info --all and output file of ipconfig. I need of version 1.3 because I must use the checkpoint. Thanks. 2008/9/19 Jeff Squyres > Please see http://www.open-mpi.org/community/help/; this will help us > understand your problem. > > Also

Re: [OMPI users] Mpirun don't execute

2008-09-19 Thread Jeff Squyres
Please see http://www.open-mpi.org/community/help/; this will help us understand your problem. Also note that Open MPI v1.3 is not yet released. If you have v1.3, it's a pre-release version. On Sep 19, 2008, at 1:37 PM, Santolo Felaco wrote: Hi, I have installed OpenMpi 1.3, my OS il Li

[OMPI users] Mpirun don't execute

2008-09-19 Thread Santolo Felaco
Hi, I have installed OpenMpi 1.3, my OS il Linux Ubuntu 8.04. When I invoke the comand mpirun -np 1 es2 the shell is blocked. The comand CTRL+X is not catched. I have set defaut hostfile and I set LD_LIBRARY_PATH with /usr/local/lib. Help me, please