1
1
openmpi/opal/mca/base
Nathan Hjelm 9cd955badf opal: fix multiple bugs in MCA and opal
This commit fixes the following bugs:

 - opal_output_finalize did not properly set internal state. This
   caused problems when calling the sequence opal_output_init (),
   opal_output_finalize (), opal_output_init ().

 - opal_info support called mca_base_open () but never called the
   matching mca_base_close (). mca_base_open () and mca_base_close ()
   have been updated to use a open count instead of an open flag to
   allow mca_base_open to be called through multiple paths (as may be
   the case when MPI_T is in use).

 - orte_info support did not register opal variables. This can cause
   orte-info to not return opal variables.

 - opal_info, orte_info, and ompi_info support have been updated to
   use a register count.

 - When opening the dl framework the reference count was added to
   ensure the framework stuck around. The framework being closed
   prematurely was a bug in the MCA base that has since been
   corrected. The increment (and associated decrement) have been
   removed.

 - dl/dlopen did not set the value of
   mca_dl_dlopen_component.filename_suffixes_mca_storage on each call
   to register. Instead the value was set in the component
   structure. This caused the value to be lost when re-loading the
   component. Fixed by setting the default value in register.

 - Reset shmem framework state on close to avoid returning a stale
   component after reloading opal/shmem.

 - MCA base parameters were not properly deregistered when the MCA
   base was closed.

This commit may fix #374.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-04-07 19:13:20 -06:00
..
base.h Since we've run into the situation where someone puts a script wrapper around a launcher such as srun, we need to always protect MCA cmd line params with quotes. This means we also need to protect the backend from quotes coming into the system as part of a value, or else the parser gets confused. 2014-09-08 20:38:46 +00:00
help-mca-base.txt btl_base_select: fix faulty/incorrect show_help message 2014-08-22 01:53:38 +00:00
help-mca-var.txt opal mca: externalize delimiter for base_env_list mca parameters 2014-07-09 18:55:49 +00:00
Makefile.am Use the correct abstraction layer name for the data dirs 2014-05-08 14:32:24 +00:00
mca_base_close.c opal: fix multiple bugs in MCA and opal 2015-04-07 19:13:20 -06:00
mca_base_cmd_line.c Introduce -tune command line option to set env vars and mca params from file 2015-03-26 18:33:53 +02:00
mca_base_component_compare.c Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately. 2008-02-28 01:57:57 +00:00
mca_base_component_find.c mca base: convert to opal_dl interface 2015-03-09 08:16:55 -07:00
mca_base_component_repository.c opal: fix multiple bugs in MCA and opal 2015-04-07 19:13:20 -06:00
mca_base_component_repository.h mca base: convert to opal_dl interface 2015-03-09 08:16:55 -07:00
mca_base_components_close.c MCA/base: add a function to unload a component without closing it for components that have been registered but not opened 2013-08-09 20:16:08 +00:00
mca_base_components_open.c re-introduce distill_checkpoint_ready 2014-03-04 16:14:46 +00:00
mca_base_components_register.c mca/base: ensure component version parameters get deregistered when the 2014-07-30 17:45:23 +00:00
mca_base_components_select.c Try to impose a little bit of consistency on how we parse lists of 2013-12-21 23:23:33 +00:00
mca_base_framework.c mca/base: fix bugs in framework deregistration/re-registration 2015-03-09 16:52:53 -06:00
mca_base_framework.h mca/base: fix bugs in framework deregistration/re-registration 2015-03-09 16:52:53 -06:00
mca_base_list.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
mca_base_open.c opal: fix multiple bugs in MCA and opal 2015-04-07 19:13:20 -06:00
mca_base_parse_paramfile.c Introduce -tune command line option to set env vars and mca params from file 2015-03-26 18:33:53 +02:00
mca_base_pvar.c opal: fix multiple bugs in MCA and opal 2015-04-07 19:13:20 -06:00
mca_base_pvar.h George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
mca_base_var_enum.c Fix segmentation fault in handling of boolean variables in mca_base_var_set_value. 2014-03-17 14:58:30 +00:00
mca_base_var_enum.h MCA/base: document that is is valid for the string_value parameter to 2014-03-17 18:52:54 +00:00
mca_base_var_group.c mca/base: fix bugs in framework deregistration/re-registration 2015-03-09 16:52:53 -06:00
mca_base_var_group.h MCA: Per-RFC, add support for performance variables 2013-07-16 16:02:13 +00:00
mca_base_var.c Merge pull request #474 from elenash/master 2015-04-01 08:23:34 +03:00
mca_base_var.h Introduce -tune command line option to set env vars and mca params from file 2015-03-26 18:33:53 +02:00
mca_base_vari.h Introduce -tune command line option to set env vars and mca params from file 2015-03-26 18:33:53 +02:00