Re: [OMPI devel] hangs/crashes with openmpi-1.8.4-99-20150228

2015-03-27 Thread Orion Poplawski
On 03/25/2015 01:46 PM, Nathan Hjelm wrote:
> 
> Can you please retest both make check and vader with the following patch
> applied? It fixes the constraint modifiers for opal_atomic_add_32 and
> opal_atomic_sub_32 and adds a native opal_atomic_swap_32.
> 
> -Nathan

It does not appear to affect the vader issue.

-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com


[OMPI devel] Unable to execute development version

2015-03-27 Thread Federico Reghenzani
Hello all.
I'm working together with Gianmario to Barbeque
-OpenMPI
interface. I downloaded the last version of repository from github. After
successfully maked & installed it, I can execute locally OpenMPI programs.
The problem is when I try to execute the program also remotely, I get this
error:

[MyHostname:02907] [[33518,0],0] ORTE_ERROR_LOG: Error in file
oob_tcp_connection.c at line 806

and the execution stucks. I also tried with ompi_info:

/usr/local/bin/mpirun --bynode --hostfile hf --tag-output ompi_info -v ompi
fullull --parsable

Using stable 1.8.4 there is no problem.

Any help would be appreciated.


Cheers,

Federico Reghenzani
*M.Eng. student @ Politecnico di Milano*


Re: [OMPI devel] Unable to execute development version

2015-03-27 Thread Jeff Squyres (jsquyres)
Are you having a problem with the OMPI git master?  Or ompi-release with the 
v1.8.5 branch?

FWIW, I'm able to run on the current master HEAD (dev-1415-g89e14f5).  What git 
revision are you using?


> On Mar 27, 2015, at 6:05 PM, Federico Reghenzani 
>  wrote:
> 
> Hello all.
> I'm working together with Gianmario to Barbeque-OpenMPI interface. I 
> downloaded the last version of repository from github. After successfully 
> maked & installed it, I can execute locally OpenMPI programs. The problem is 
> when I try to execute the program also remotely, I get this error:
> 
> [MyHostname:02907] [[33518,0],0] ORTE_ERROR_LOG: Error in file 
> oob_tcp_connection.c at line 806
> 
> and the execution stucks. I also tried with ompi_info:
> 
> /usr/local/bin/mpirun --bynode --hostfile hf --tag-output ompi_info -v ompi 
> fullull --parsable
> 
> Using stable 1.8.4 there is no problem.
> 
> Any help would be appreciated.
> 
> 
> Cheers,
> 
> Federico Reghenzani
> M.Eng. student @ Politecnico di Milano
> ___
> devel mailing list
> de...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
> Link to this post: 
> http://www.open-mpi.org/community/lists/devel/2015/03/17171.php


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/



Re: [OMPI devel] Unable to execute development version

2015-03-27 Thread Gilles Gouaillardet
Federico,

can you try
mpirun -mca sec basic ...

cheers,

Gilles

On Saturday, March 28, 2015, Federico Reghenzani <
federico1.reghenz...@mail.polimi.it> wrote:

> Hello all.
> I'm working together with Gianmario to Barbeque
> -OpenMPI interface. I downloaded the last
> version of repository from github. After successfully maked & installed it,
> I can execute locally OpenMPI programs. The problem is when I try to
> execute the program also remotely, I get this error:
>
> [MyHostname:02907] [[33518,0],0] ORTE_ERROR_LOG: Error in file
> oob_tcp_connection.c at line 806
>
> and the execution stucks. I also tried with ompi_info:
>
> /usr/local/bin/mpirun --bynode --hostfile hf --tag-output ompi_info -v
> ompi fullull --parsable
>
> Using stable 1.8.4 there is no problem.
>
> Any help would be appreciated.
>
>
> Cheers,
>
> Federico Reghenzani
> *M.Eng. student @ Politecnico di Milano*
>


Re: [OMPI devel] Unable to execute development version

2015-03-27 Thread Ralph Castain
It’s definitely the security authorization issue - working on the broader 
solution now. The MCA param should indeed resolve the problem for now


> On Mar 27, 2015, at 6:15 PM, Gilles Gouaillardet 
> mailto:gilles.gouaillar...@gmail.com>> wrote:
> 
> Federico,
> 
> can you try
> mpirun -mca sec basic ...
> 
> cheers,
> 
> Gilles
> 
> On Saturday, March 28, 2015, Federico Reghenzani 
>  > wrote:
> Hello all.
> I'm working together with Gianmario to Barbeque 
> -OpenMPI interface. I downloaded the last version 
> of repository from github. After successfully maked & installed it, I can 
> execute locally OpenMPI programs. The problem is when I try to execute the 
> program also remotely, I get this error:
> 
> [MyHostname:02907] [[33518,0],0] ORTE_ERROR_LOG: Error in file 
> oob_tcp_connection.c at line 806
> 
> and the execution stucks. I also tried with ompi_info:
> 
> /usr/local/bin/mpirun --bynode --hostfile hf --tag-output ompi_info -v ompi 
> fullull --parsable
> 
> Using stable 1.8.4 there is no problem.
> 
> Any help would be appreciated.
> 
> 
> Cheers,
> 
> Federico Reghenzani
> M.Eng. student @ Politecnico di Milano
> ___
> devel mailing list
> de...@open-mpi.org 
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel 
> 
> Link to this post: 
> http://www.open-mpi.org/community/lists/devel/2015/03/17173.php 
>