1
2
3
4
5
6
7
8
9
10
11
12 #include "opal_config.h"
13
14 #include "opal/constants.h"
15 #include "opal/util/output.h"
16 #include "opal/mca/mca.h"
17 #include "opal/mca/base/base.h"
18 #include "opal/mca/memchecker/memchecker.h"
19 #include "opal/mca/memchecker/base/base.h"
20
21
22
23
24
25
26 #include "opal/mca/memchecker/base/static-components.h"
27
28
29
30
31
32 MCA_BASE_FRAMEWORK_DECLARE(opal, memchecker, "memory checker framework", NULL, NULL, NULL,
33 mca_memchecker_base_static_components, 0);