1
1
openmpi/opal/dss
Nathan Hjelm 0edfd328f8 opal: clean up init/finalize
This commit contains the following changes:

 - Remove the unused opal_test_init/opal_test_finalize
   functions. These functions are not used by anything in the code
   base or MTT. Tests use opal_init_util/opal_finalize_util instead.

 - Get rid of gotos in opal_init_util and opal_init. Replaced them
   with a cleaner solution.

 - Automatically register cleanup functions in init functions. The
   cleanup functions are executed in the reverse order of the
   initialization functions. The cleanup functions are run in
   opal_finalize_util() before tearing down the class system.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2018-12-18 14:37:04 -07:00
..
dss_compare.c Update ORTE to support PMIx v3 2018-03-02 02:00:31 -08:00
dss_copy.c Update ORTE to support PMIx v3 2018-03-02 02:00:31 -08:00
dss_dump.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
dss_internal_functions.c Something not quite right about the revised allocation algos, so revert them while retaining the larger initial and threshold sizes 2017-01-21 14:37:45 -08:00
dss_internal.h Update ORTE to support PMIx v3 2018-03-02 02:00:31 -08:00
dss_load_unload.c Add OPAL_VPID to unpacking 2018-10-29 14:31:47 -05:00
dss_lookup.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
dss_open_close.c opal: clean up init/finalize 2018-12-18 14:37:04 -07:00
dss_pack.c Handle asprintf errors with opal_asprintf wrapper 2018-10-08 16:43:53 -07:00
dss_peek.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
dss_print.c Handle asprintf errors with opal_asprintf wrapper 2018-10-08 16:43:53 -07:00
dss_register.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
dss_types.h Update ORTE to support PMIx v3 2018-03-02 02:00:31 -08:00
dss_unpack.c Update ORTE to support PMIx v3 2018-03-02 02:00:31 -08:00
dss.h opal: clean up init/finalize 2018-12-18 14:37:04 -07:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00