Skip to content

Commit e3bd8a6

Browse files
committed
Signed-off-by: Anandhi S Jayakumar <[email protected]>
Removign the error logging for now modified: ../orte/mca/rml/ofi/rml_ofi_component.c
1 parent 6580dc0 commit e3bd8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orte/mca/rml/ofi/rml_ofi_component.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ static char* ofi_get_contact_info(void)
10291029

10301030
/* start with our process name */
10311031
if (ORTE_SUCCESS != (rc = orte_util_convert_process_name_to_string(&final, ORTE_PROC_MY_NAME))) {
1032-
ORTE_ERROR_LOG(rc);
1032+
/* [TODO] ORTE_ERROR_LOG(rc); */
10331033
return final;
10341034
}
10351035

0 commit comments

Comments
 (0)