Re: [OMPI devel] RFC: Remove deprecated functions from mca_base_param

2012-10-11 Thread George Bosilca
Good riddance. While you are looking at the MCA, there is one important thing pending for years on the MCA front. There are quite a lot of places in the MCA base where we leak memory (string duplication most of the time). I don't know how hard this can be to fix, but it does make sense to fix i

Re: [OMPI devel] RFC: Remove deprecated functions from mca_base_param (w patch)

2012-10-11 Thread Jeff Squyres
I have not tried the patch, but it generally looks good to me. On Oct 11, 2012, at 1:06 PM, Nathan Hjelm wrote: > Patch attached this time. > > -Nathan Hjelm > HPC-3, LANL > > On Thu, Oct 11, 2012 at 10:59:38AM -0600, Nathan Hjelm wrote: >> What: Remove deprecated functions. This includes remov

Re: [OMPI devel] RFC: Remove deprecated functions from mca_base_param (w patch)

2012-10-11 Thread Nathan Hjelm
Patch attached this time. -Nathan Hjelm HPC-3, LANL On Thu, Oct 11, 2012 at 10:59:38AM -0600, Nathan Hjelm wrote: > What: Remove deprecated functions. This includes removing ocl_mca_type_name > and ocl_mca_component_name from opal_cmd_line_init_t and removing the > following functions from mca_

[OMPI devel] RFC: Remove deprecated functions from mca_base_param

2012-10-11 Thread Nathan Hjelm
What: Remove deprecated functions. This includes removing ocl_mca_type_name and ocl_mca_component_name from opal_cmd_line_init_t and removing the following functions from mca_base_param.[ch]: mca_base_param_register_int mca_base_param_register_string mca_base_param_environ_variable Additional