Re: [OMPI devel] v1.8 does not compile any more

2014-09-19 Thread Ralph Castain
Quite so - thanks! On Sep 19, 2014, at 1:52 AM, Gilles Gouaillardet wrote: > Folks, > > r32716 broke v1.8 :-( > > the root cause it it included MCA_BASE_VAR_TYPE_VERSION_STRING which has > not yet landed into v1.8 > > the attached trivial patch fixes this issue > > Can the RM/GK please revi

[OMPI devel] v1.8 does not compile any more

2014-09-19 Thread Gilles Gouaillardet
Folks, r32716 broke v1.8 :-( the root cause it it included MCA_BASE_VAR_TYPE_VERSION_STRING which has not yet landed into v1.8 the attached trivial patch fixes this issue Can the RM/GK please review it and apply it ? Cheers, Gilles Index: opal/mca/base/mca_base_var.c =