OpenMPI
0.1.1
|
BML Management Layer (BML) More...
#include "ompi_config.h"
#include "opal/mca/mca.h"
#include "ompi/mca/btl/btl.h"
#include "ompi/types.h"
#include "ompi/mca/bml/bml.h"
Go to the source code of this file.
Data Structures | |
struct | mca_bml_r2_module_t |
BML module interface functions and attributes. More... | |
Typedefs | |
typedef struct mca_bml_r2_module_t | mca_bml_r2_module_t |
Functions | |
int | mca_bml_r2_component_open (void) |
int | mca_bml_r2_component_close (void) |
mca_bml_base_module_t * | mca_bml_r2_component_init (int *priority, bool enable_progress_threads, bool enable_mpi_threads) |
int | mca_bml_r2_progress (void) |
int | mca_bml_r2_component_fini (void) |
int | mca_bml_r2_ft_event (int status) |
int | mca_bml_r2_finalize (void) |
Variables | |
OMPI_DECLSPEC mca_bml_base_component_2_0_0_t | mca_bml_r2_component |
mca_bml_r2_module_t | mca_bml_r2 |
BML Management Layer (BML)