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

[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