/* * Copyright (c) 2004-2010 The Trustees of Indiana University. * All rights reserved. * Copyright (c) 2015-2020 Cisco Systems, Inc. All rights reserved * Copyright (c) 2019-2020 Intel, Inc. All rights reserved. * Copyright (c) 2021-2022 Nanook Consulting. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow * * $HEADER$ */ #include "prte_config.h" #include "src/mca/base/pmix_base.h" #include "src/mca/mca.h" #include "src/mca/prtedl/base/base.h" #include "src/mca/prtedl/prtedl.h" int prte_dl_base_close(void) { /* Close all available modules that are open */ return pmix_mca_base_framework_components_close(&prte_prtedl_base_framework, NULL); }