No functionality changes (yet).
Just fix the indentation to meet the coding standard. This commit was SVN r14300.
Этот коммит содержится в:
родитель
e9e8dc2765
Коммит
5efae25390
@ -290,7 +290,7 @@ mca_pml_base_modex_registry_callback(orte_gpr_notify_data_t * data,
|
|||||||
opal_output(0, "mca_pml_base_modex_registry_callback: unable to find process name in notify message\n");
|
opal_output(0, "mca_pml_base_modex_registry_callback: unable to find process name in notify message\n");
|
||||||
return; /* if the name wasn't here, there is nothing we can do */
|
return; /* if the name wasn't here, there is nothing we can do */
|
||||||
|
|
||||||
GOTNAME:
|
GOTNAME:
|
||||||
/* look up the modex data structure */
|
/* look up the modex data structure */
|
||||||
OPAL_THREAD_LOCK(&mca_pml_base_modex_lock);
|
OPAL_THREAD_LOCK(&mca_pml_base_modex_lock);
|
||||||
modex = (mca_pml_base_modex_t*)orte_hash_table_get_proc(&mca_pml_base_modex_data, proc_name);
|
modex = (mca_pml_base_modex_t*)orte_hash_table_get_proc(&mca_pml_base_modex_data, proc_name);
|
||||||
@ -605,7 +605,7 @@ mca_pml_base_modex_send(mca_base_component_t * source_component,
|
|||||||
rc = orte_gpr.put_1(ORTE_GPR_TOKENS_AND | ORTE_GPR_KEYS_OR,
|
rc = orte_gpr.put_1(ORTE_GPR_TOKENS_AND | ORTE_GPR_KEYS_OR,
|
||||||
segment, tokens, OMPI_MODEX_KEY, &value);
|
segment, tokens, OMPI_MODEX_KEY, &value);
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
free(segment);
|
free(segment);
|
||||||
for (i = 0; i < num_tokens; i++) {
|
for (i = 0; i < num_tokens; i++) {
|
||||||
free(tokens[i]);
|
free(tokens[i]);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user