1 /*
2 * Copyright (c) 2004-2010 The Trustees of Indiana University.
3 * All rights reserved.
4 * Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
5 * $COPYRIGHT$
6 *
7 * Additional copyrights may follow
8 *
9 * $HEADER$
10 */
11
12 #include "opal_config.h"
13
14 #include "opal/mca/mca.h"
15 #include "opal/mca/base/base.h"
16
17 #include "opal/mca/dl/dl.h"
18 #include "opal/mca/dl/base/base.h"
19
20
21 int opal_dl_base_close(void)
22 {
23 /* Close all available modules that are open */
24 return mca_base_framework_components_close(&opal_dl_base_framework, NULL);
25 }