@@ -205,31 +205,6 @@ int orte_rml_base_select(void)
205
205
}
206
206
}
207
207
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
- }
233
208
return ORTE_SUCCESS ;
234
209
}
235
210
0 commit comments