Hmmm...this didn't just remove deprecated functions. It actually changed the 
way the cmd line parser works. Was that intentional?

I haven't fully grok'd what that did to us, but wonder if the change was 
intentional or just got caught in the commit?


On Oct 17, 2012, at 1:17 PM, svn-commit-mai...@open-mpi.org wrote:

> Author: hjelmn (Nathan Hjelm)
> Date: 2012-10-17 16:17:37 EDT (Wed, 17 Oct 2012)
> New Revision: 27451
> URL: https://svn.open-mpi.org/trac/ompi/changeset/27451
> 
> Log:
> MCA: remove deprecated mca_base_param functions (mca_base_param_register_int, 
> mca_base_param_register_string, mca_base_param_environ_variable). Remove all 
> uses of deprecated functions.
> cmr:v1.7
> 
> Text files modified: 
>   trunk/ompi/mca/allocator/bucket/allocator_bucket.c                 |     5  
>                                        
>   trunk/ompi/mca/bcol/basesmuma/bcol_basesmuma_component.c           |     7  
>                                        
>   trunk/ompi/mca/bml/base/bml_base_open.c                            |    22 
> +--                                     
>   trunk/ompi/mca/btl/base/btl_base_open.c                            |    10 
> +-                                      
>   trunk/ompi/mca/btl/btl.h                                           |     4  
>                                        
>   trunk/ompi/mca/btl/openib/btl_openib_component.c                   |     8 
> +                                       
>   trunk/ompi/mca/btl/sm/btl_sm_component.c                           |    14 
> ++                                      
>   trunk/ompi/mca/btl/smcuda/btl_smcuda_component.c                   |    14 
> ++                                      
>   trunk/ompi/mca/btl/template/btl_template_component.c               |    14 
> ++                                      
>   trunk/ompi/mca/btl/vader/btl_vader_component.c                     |    14 
> +-                                      
>   trunk/ompi/mca/btl/wv/btl_wv_component.c                           |     6  
>                                        
>   trunk/ompi/mca/coll/demo/coll_demo_component.c                     |     8 
> +                                       
>   trunk/ompi/mca/coll/ml/coll_ml_component.c                         |    19 
> ---                                     
>   trunk/ompi/mca/coll/self/coll_self_component.c                     |     3  
>                                        
>   trunk/ompi/mca/pml/base/pml_base_bsend.c                           |     5  
>                                        
>   trunk/ompi/mca/pml/bfo/pml_bfo_component.c                         |     6  
>                                        
>   trunk/ompi/mca/pml/csum/pml_csum_component.c                       |     6  
>                                        
>   trunk/ompi/mca/pml/dr/pml_dr_component.c                           |     6  
>                                        
>   trunk/ompi/mca/pml/example/pml_example_component.c                 |     6  
>                                        
>   trunk/ompi/mca/pml/ob1/pml_ob1_component.c                         |     6  
>                                        
>   trunk/ompi/mca/pml/v/pml_v_component.c                             |    12 
> +                                       
>   trunk/ompi/mca/sbgp/basesmsocket/sbgp_basesmsocket_component.c     |     7 
> +                                       
>   trunk/ompi/mca/sbgp/basesmuma/sbgp_basesmuma_component.c           |     7 
> +                                       
>   trunk/ompi/mca/sbgp/ibnet/sbgp_ibnet_component.c                   |     9 
> -                                       
>   trunk/ompi/mca/sbgp/p2p/sbgp_p2p_component.c                       |     7 
> +                                       
>   trunk/ompi/mca/vprotocol/example/vprotocol_example_component.c     |     7 
> +                                       
>   trunk/ompi/mca/vprotocol/pessimist/vprotocol_pessimist_component.c |    14 
> ++                                      
>   trunk/ompi/tools/ompi-server/ompi-server.c                         |    10 
> +-                                      
>   trunk/opal/dss/dss_open_close.c                                    |    19 
> +--                                     
>   trunk/opal/mca/base/mca_base_cmd_line.c                            |     4  
>                                        
>   trunk/opal/mca/base/mca_base_components_open.c                     |    11 
> +                                       
>   trunk/opal/mca/base/mca_base_param.c                               |    96 
> --------------------                    
>   trunk/opal/mca/base/mca_base_param.h                               |   136 
> +---------------------------            
>   trunk/opal/mca/shmem/base/shmem_base_select.c                      |     3  
>                                        
>   trunk/opal/tools/opal-checkpoint/opal-checkpoint.c                 |    14 
> +-                                      
>   trunk/opal/tools/opal-restart/opal-restart.c                       |    18 
> +-                                      
>   trunk/opal/util/cmd_line.c                                         |     8 
> -                                       
>   trunk/opal/util/cmd_line.h                                         |    11 
> --                                      
>   trunk/orte/mca/ess/base/ess_base_put.c                             |     6  
>                                        
>   trunk/orte/mca/ess/pmi/ess_pmi_module.c                            |     2  
>                                        
>   trunk/orte/mca/odls/base/odls_base_default_fns.c                   |    36 
> +++---                                  
>   trunk/orte/mca/odls/default/odls_default_module.c                  |     5  
>                                        
>   trunk/orte/mca/plm/base/plm_base_launch_support.c                  |     6  
>                                        
>   trunk/orte/mca/plm/tm/plm_tm_module.c                              |     2  
>                                        
>   trunk/orte/orted/orted_main.c                                      |    48 
> +++++-----                              
>   trunk/orte/tools/orte-checkpoint/orte-checkpoint.c                 |    28 
> +++---                                  
>   trunk/orte/tools/orte-clean/orte-clean.c                           |     8  
>                                        
>   trunk/orte/tools/orte-migrate/orte-migrate.c                       |    16 
> +-                                      
>   trunk/orte/tools/orte-ps/orte-ps.c                                 |    16 
> +-                                      
>   trunk/orte/tools/orte-restart/orte-restart.c                       |    24 
> ++--                                    
>   trunk/orte/tools/orte-top/orte-top.c                               |    18 
> +-                                      
>   trunk/orte/tools/orterun/orterun.c                                 |   186 
> +++++++++++++++++++-------------------- 
>   trunk/orte/util/pre_condition_transports.c                         |     2  
>                                        
>   53 files changed, 390 insertions(+), 589 deletions(-)
> 
> 
> Diff not shown due to size (102218 bytes).
> To see the diff, run the following command:
> 
>       svn diff -r 27450:27451 --no-diff-deleted
> 
> _______________________________________________
> svn mailing list
> s...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/svn


Reply via email to