Skip to content

Commit bb22ee3

Browse files
committed
Fixed merge issues, and minor pull-request comments
modified: ../orte/mca/rml/base/base.h modified: ../orte/mca/rml/base/rml_base_frame.c modified: ../orte/mca/rml/ofi/rml_ofi.h modified: ../orte/mca/rml/ofi/rml_ofi_component.c
1 parent e458707 commit bb22ee3

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

orte/mca/rml/base/rml_base_frame.c

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -205,31 +205,6 @@ int orte_rml_base_select(void)
205205
}
206206
}
207207

208-
/* Open the default oob conduit */
209-
/*opal_output_verbose(10, orte_rml_base_framework.framework_output,
210-
"%s Opening the default conduit - oob component",
211-
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME)); */
212-
opal_output_verbose(10, orte_rml_base_framework.framework_output,
213-
"%s Opening the default conduit ",
214-
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME));
215-
OBJ_CONSTRUCT(&conduit_attr, opal_list_t);
216-
217-
orte_set_attribute(&conduit_attr, ORTE_RML_INCLUDE_COMP_ATTRIB, ORTE_ATTR_LOCAL,"oob",OPAL_STRING);
218-
/* To set the default conduit to ofi-sockets, comment above line and uncomment below 2 lines*/
219-
//orte_set_attribute( &conduit_attr, ORTE_RML_INCLUDE_COMP_ATTRIB, ORTE_ATTR_GLOBAL,"ofi",OPAL_STRING);
220-
//orte_set_attribute( &conduit_attr, ORTE_RML_PROVIDER_ATTRIB, ORTE_ATTR_GLOBAL,"sockets",OPAL_STRING);
221-
222-
orte_rml_base.def_conduit_id = orte_rml_API_open_conduit(&conduit_attr);
223-
OPAL_LIST_DESTRUCT(&conduit_attr);
224-
if (0 <= orte_rml_base.def_conduit_id) {
225-
opal_output_verbose(10, orte_rml_base_framework.framework_output,
226-
"%s Default conduit opened with conduit id = %d",
227-
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), orte_rml_base.def_conduit_id);
228-
} else {
229-
opal_output_verbose(1, orte_rml_base_framework.framework_output,
230-
"%s Default conduit could not be opened",
231-
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME));
232-
}
233208
return ORTE_SUCCESS;
234209
}
235210

0 commit comments

Comments
 (0)