19 #ifndef MCA_MTL_BASE_H
20 #define MCA_MTL_BASE_H
22 #include "ompi_config.h"
36 OMPI_DECLSPEC
int ompi_mtl_base_open(
void);
37 OMPI_DECLSPEC
int ompi_mtl_base_select(
bool enable_progress_threads,
38 bool enable_mpi_threads);
39 OMPI_DECLSPEC
int ompi_mtl_base_close(
void);
42 OMPI_DECLSPEC
extern opal_list_t ompi_mtl_base_components_opened;
43 OMPI_DECLSPEC
extern int ompi_mtl_base_output;
Top-level interface for all MCA components.
Matching Transport Layer.
Definition: opal_list.h:147