1
1

Revert r28417 - given the non-standard way vprotocol is implemented, I see no way to use the framework verbosity here. Best to just leave it alone as those who use it know what they need to do to get debug output

This commit was SVN r28418.

The following SVN revision numbers were found above:
  r28417 --> open-mpi/ompi@b00de5be8b
Этот коммит содержится в:
Ralph Castain 2013-04-30 16:37:17 +00:00
родитель b00de5be8b
Коммит 9de82aba55
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -21,6 +21,7 @@
BEGIN_C_DECLS
struct mca_pml_v_t {
int output;
size_t host_pml_req_recv_size;
size_t host_pml_req_send_size;
mca_pml_base_component_t host_pml_component;

Просмотреть файл

@ -124,7 +124,7 @@ int mca_vprotocol_base_select(bool enable_progress_threads,
free(om);
}
mca_base_components_close(ompi_vprotocol_base_framework.framework_output,
mca_base_components_close(mca_pml_v.output,
&ompi_vprotocol_base_framework.framework_components,
(mca_base_component_t *) best_component);