Skip to content

Commit fca35f6

Browse files
committed
Merge branch 'ofi2' of https://github.com/anandhis/ompi into ofi2
Conflicts: orte/mca/rml/ofi/rml_ofi_component.c All conflicts fixed but you are still merging. (use "git commit" to conclude merge) Changes to be committed: modified: ../orte/mca/rml/ofi/rml_ofi_component.c
2 parents 4911f0f + 60089f4 commit fca35f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

orte/mca/rml/ofi/rml_ofi_component.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ rml_ofi_component_close(void)
218218
(void **) &value, node, &node);
219219
}
220220

221+
221222
/* release all peers from the hash table */
222223
rc = opal_hash_table_get_first_key_uint64 (&orte_rml_ofi.peers, &key,
223224
(void **) &value, &node);
@@ -228,6 +229,7 @@ rml_ofi_component_close(void)
228229
rc = opal_hash_table_get_next_key_uint64 (&orte_rml_ofi.peers, &key,
229230
(void **) &value, node, &node);
230231
}
232+
231233
OBJ_DESTRUCT(&orte_rml_ofi.peers);
232234

233235
opal_output_verbose(10,orte_rml_base_framework.framework_output,
@@ -342,8 +344,7 @@ static orte_rml_pathway_t* query_transports(void)
342344
opal_value_t *providers_list, *prev_provider=NULL, *next_provider=NULL;
343345
struct fi_info *cur_fi = NULL;
344346
int ret = 0, ofi_prov_num = 0;
345-
346-
opal_output_verbose(10,orte_rml_base_framework.framework_output,
347+
opal_output_verbose(10,orte_rml_base_framework.framework_output,
347348
"%s:%d OFI Query Interface not implemented",__FILE__,__LINE__);
348349

349350
return ORTE_SUCCESS;
@@ -1105,7 +1106,6 @@ static orte_rml_base_module_t* open_conduit(opal_list_t *attributes)
11051106
/* [TODO] add any additional attributes check here */
11061107

11071108
}
1108-
11091109
opal_output_verbose(20,orte_rml_base_framework.framework_output,
11101110
"%s - ofi is not a candidate as per attributes, returning NULL",
11111111
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME));

0 commit comments

Comments
 (0)