25 #include "ompi_config.h"
32 #include "ompi/types.h"
42 size_t num_btl_modules;
44 size_t num_btl_progress;
47 bool show_unreach_errors;
55 int mca_bml_r2_component_open(
void);
56 int mca_bml_r2_component_close(
void);
59 bool enable_progress_threads,
60 bool enable_mpi_threads );
62 int mca_bml_r2_progress(
void);
64 int mca_bml_r2_component_fini(
void);
66 int mca_bml_r2_ft_event(
int status);
68 int mca_bml_r2_finalize(
void );
BML module interface functions and attributes.
Definition: bml.h:555
int(* mca_btl_base_component_progress_fn_t)(void)
MCA->BTL Called to progress outstanding requests for non-threaded polling environments.
Definition: btl.h:374
BML Management Layer (BML)
Top-level interface for all MCA components.
BML module interface functions and attributes.
Definition: bml_r2.h:40
Byte Transfer Layer (BTL)
BML component descriptor.
Definition: bml.h:406
BTL module interface functions and attributes.
Definition: btl.h:786