20 #ifndef MCA_BML_BASE_H
21 #define MCA_BML_BASE_H
23 #include "ompi_config.h"
49 OMPI_DECLSPEC
int mca_bml_base_open(
void);
50 OMPI_DECLSPEC
int mca_bml_base_init(
bool enable_progress_threads,
51 bool enable_mpi_threads);
52 OMPI_DECLSPEC
int mca_bml_base_close(
void);
53 OMPI_DECLSPEC
bool mca_bml_base_inited(
void);
55 OMPI_DECLSPEC
int mca_bml_base_ft_event(
int state);
61 extern int mca_bml_base_already_opened;
62 OMPI_DECLSPEC
extern int mca_bml_base_output;
64 OMPI_DECLSPEC
extern opal_list_t mca_bml_base_components_available;
BML module interface functions and attributes.
Definition: bml.h:555
BML Management Layer (BML)
Top-level interface for all MCA components.
Definition: opal_list.h:98
ORTE_DECLSPEC OBJ_CLASS_DECLARATION(mca_oob_base_info_t)
declare the association structure as a class
BML component descriptor.
Definition: bml.h:406
Definition: opal_list.h:147