Re: [OMPI devel] v1.8 cannot compile since r31979

2014-06-10 Thread Ralph Castain
Just saw this note - already fixed it, but thanks, and sorry for the problem

On Jun 9, 2014, at 11:33 PM, Gilles Gouaillardet 
 wrote:

> Folks,
> 
> in mca_oob_tcp_component_hop_unknown, the local variable bpr is not defined, 
> which prevents v1.8 compilation.
> 
> /* there was a local variable called pr, it seems it was removed instead of 
> being renamed into bpr */
> 
> the attached patch fixes this issue.
> 
> Cheers,
> 
> Gilles
> ___
> 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/2014/06/14997.php



[OMPI devel] v1.8 cannot compile since r31979

2014-06-10 Thread Gilles Gouaillardet
Folks,

in mca_oob_tcp_component_hop_unknown, the local variable bpr is not
defined, which prevents v1.8 compilation.

/* there was a local variable called pr, it seems it was removed instead of
being renamed into bpr */

the attached patch fixes this issue.

Cheers,

Gilles
Index: orte/mca/oob/tcp/oob_tcp_component.c
===
--- orte/mca/oob/tcp/oob_tcp_component.c	(revision 31980)
+++ orte/mca/oob/tcp/oob_tcp_component.c	(working copy)
@@ -928,6 +928,7 @@
 mca_oob_tcp_msg_error_t *mop = (mca_oob_tcp_msg_error_t*)cbdata;
 uint64_t ui64;
 orte_rml_send_t *snd;
+orte_oob_base_peer_t *bpr;
 
 opal_output_verbose(OOB_TCP_DEBUG_CONNECT, orte_oob_base_framework.framework_output,
 "%s tcp:unknown hop called for peer %s",