vprotocol: remove the old output and use the framework output
This commit was SVN r28417.
Этот коммит содержится в:
родитель
ceb4061214
Коммит
b00de5be8b
@ -21,7 +21,6 @@
|
|||||||
BEGIN_C_DECLS
|
BEGIN_C_DECLS
|
||||||
|
|
||||||
struct mca_pml_v_t {
|
struct mca_pml_v_t {
|
||||||
int output;
|
|
||||||
size_t host_pml_req_recv_size;
|
size_t host_pml_req_recv_size;
|
||||||
size_t host_pml_req_send_size;
|
size_t host_pml_req_send_size;
|
||||||
mca_pml_base_component_t host_pml_component;
|
mca_pml_base_component_t host_pml_component;
|
||||||
|
@ -124,7 +124,7 @@ int mca_vprotocol_base_select(bool enable_progress_threads,
|
|||||||
free(om);
|
free(om);
|
||||||
}
|
}
|
||||||
|
|
||||||
mca_base_components_close(mca_pml_v.output,
|
mca_base_components_close(ompi_vprotocol_base_framework.framework_output,
|
||||||
&ompi_vprotocol_base_framework.framework_components,
|
&ompi_vprotocol_base_framework.framework_components,
|
||||||
(mca_base_component_t *) best_component);
|
(mca_base_component_t *) best_component);
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user