21 #ifndef OPAL_CARTO_BASE_H
22 #define OPAL_CARTO_BASE_H
24 #include "opal_config.h"
53 OPAL_DECLSPEC
int opal_carto_base_open(
void);
86 OPAL_DECLSPEC
int opal_carto_base_select(
void);
99 OPAL_DECLSPEC
int opal_carto_base_close(
void);
105 OPAL_DECLSPEC
extern bool opal_carto_base_selected;
111 *opal_carto_base_component;
117 *opal_carto_base_module;
123 OPAL_DECLSPEC
extern bool opal_carto_base_components_opened_valid;
130 OPAL_DECLSPEC
extern opal_list_t opal_carto_base_components_opened;
142 OPAL_DECLSPEC
int opal_carto_base_get_host_graph(
opal_carto_graph_t **graph,
const char *graph_type);
193 OPAL_DECLSPEC
extern int opal_carto_base_output;
The carto framework suplies an information of the the host structure and connection between the host ...
Structure for carto components.
Definition: carto.h:118
A graph class.
Definition: opal_graph.h:165
Definition: opal_list.h:147
Definition: opal_value_array.h:38
Structure for carto modules.
Definition: carto.h:134