We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b02fe commit 333805cCopy full SHA for 333805c
opal/mca/btl/btl.h
@@ -122,6 +122,7 @@
122
#include "opal/datatype/opal_convertor.h"
123
#include "opal/mca/mca.h"
124
#include "opal/mca/mpool/mpool.h"
125
+#include "opal/mca/rcache/rcache.h"
126
127
BEGIN_C_DECLS
128
@@ -132,7 +133,6 @@ BEGIN_C_DECLS
132
133
struct mca_btl_base_module_t;
134
struct mca_btl_base_endpoint_t;
135
struct mca_btl_base_descriptor_t;
-struct mca_mpool_base_resources_t;
136
struct opal_proc_t;
137
138
/**
opal/mca/common/sm/common_sm.c
@@ -37,6 +37,7 @@
37
#include "opal/util/show_help.h"
38
#include "opal/util/error.h"
39
#include "opal/mca/shmem/base/base.h"
40
+#include "common_sm.h"
41
42
#include "opal/constants.h"
43
0 commit comments