We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2217f52 commit e34aa7bCopy full SHA for e34aa7b
orte/mca/rml/ofi/rml_ofi_component.c
@@ -1074,7 +1074,7 @@ static char* ofi_get_contact_info(void)
1074
1075
/* start with our process name */
1076
if (ORTE_SUCCESS != (rc = orte_util_convert_process_name_to_string(&final, ORTE_PROC_MY_NAME))) {
1077
- /* [TODO] ORTE_ERROR_LOG(rc);*/
+ ORTE_ERROR_LOG(rc);
1078
return final;
1079
}
1080
@@ -1116,7 +1116,7 @@ static void ofi_set_contact_info (const char *uri)
1116
*/
1117
if (NULL == uri) {
1118
opal_output(0, "%s: NULL URI", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME));
1119
- /* [TODO] ORTE_FORCED_TERMINATE(1);*/
+ ORTE_FORCED_TERMINATE(1);
1120
return;
1121
1122
0 commit comments