Cleanup.
This commit was SVN r17855.
Этот коммит содержится в:
родитель
76deec135e
Коммит
39353ebb44
@ -548,11 +548,6 @@ typedef int (*mca_bml_base_module_register_fn_t)(
|
|||||||
mca_btl_base_module_recv_cb_fn_t cbfunc,
|
mca_btl_base_module_recv_cb_fn_t cbfunc,
|
||||||
void* cbdata
|
void* cbdata
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Register a callback function that is called of error.
|
* Register a callback function that is called of error.
|
||||||
*
|
*
|
||||||
|
@ -80,11 +80,9 @@ int mca_bml_r2_component_close(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
mca_bml_base_module_t* mca_bml_r2_component_init(
|
mca_bml_base_module_t* mca_bml_r2_component_init( int* priority,
|
||||||
int* priority,
|
bool enable_progress_threads,
|
||||||
bool enable_progress_threads,
|
bool enable_mpi_threads )
|
||||||
bool enable_mpi_threads
|
|
||||||
)
|
|
||||||
{
|
{
|
||||||
/* initialize BTLs */
|
/* initialize BTLs */
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user