I have not tested this, but the patch looks reasonable to me.
On Nov 19, 2012, at 3:56 PM, Nathan Hjelm wrote:
> What: mca_base_param provides a deregister function. In the trunk this
> function is only used in a ft path:
> ompi-trunk hjelmn$ find . -name \*.[ch] | xargs grep mca_base_param_der
What: mca_base_param provides a deregister function. In the trunk this function
is only used in a ft path:
ompi-trunk hjelmn$ find . -name \*.[ch] | xargs grep mca_base_param_deregister
./ompi/mca/bml/r2/bml_r2_ft.c:mca_base_param_deregister(param_type);
Right now this function is broken