27 #ifndef MCA_FBTL_BASE_H
28 #define MCA_FBTL_BASE_H
30 #include "ompi_config.h"
34 #include "ompi/mca/fbtl/fbtl.h"
40 OMPI_DECLSPEC
int mca_fbtl_base_open(
void);
42 OMPI_DECLSPEC
int mca_fbtl_base_close(
void);
49 OMPI_DECLSPEC
int mca_fbtl_base_find_available(
bool enable_progress_threads,
50 bool enable_mpi_threads);
59 OMPI_DECLSPEC
extern int mca_fbtl_base_param;
60 OMPI_DECLSPEC
extern int mca_fbtl_base_output;
62 OMPI_DECLSPEC
extern bool mca_fbtl_base_components_opened_valid;
63 OMPI_DECLSPEC
extern bool mca_fbtl_base_components_available_valid;
65 OMPI_DECLSPEC
extern opal_list_t mca_fbtl_base_components_opened;
66 OMPI_DECLSPEC
extern opal_list_t mca_fbtl_base_components_available;
Common type for all MCA components.
Definition: mca.h:250
The opal_list_t interface is used to provide a generic doubly-linked list container for Open MPI...
Top-level interface for all MCA components.
Back-end structure for MPI_File.
Definition: io_ompio.h:121
Definition: opal_list.h:147