Re: [OMPI devel] RFC: make mca_base_param_deregister actually work

2012-11-20 Thread Jeff Squyres
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

[OMPI devel] RFC: make mca_base_param_deregister actually work

2012-11-19 Thread Nathan Hjelm
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