0edfd328f8
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> |
||
---|---|---|
.. | ||
dss_compare.c | ||
dss_copy.c | ||
dss_dump.c | ||
dss_internal_functions.c | ||
dss_internal.h | ||
dss_load_unload.c | ||
dss_lookup.c | ||
dss_open_close.c | ||
dss_pack.c | ||
dss_peek.c | ||
dss_print.c | ||
dss_register.c | ||
dss_types.h | ||
dss_unpack.c | ||
dss.h | ||
Makefile.am |