1
1

routed/debruijn: if the next hop for a message is unknown forward the message to the parent process

This commit was SVN r28384.
Этот коммит содержится в:
Nathan Hjelm 2013-04-24 19:05:25 +00:00
родитель 2edff7f784
Коммит 55decca2b7

Просмотреть файл

@ -404,8 +404,8 @@ static orte_process_name_t get_route(orte_process_name_t *target)
ret.jobid = ORTE_PROC_MY_NAME->jobid;
/* find out what daemon hosts this proc */
if (ORTE_VPID_INVALID == (ret.vpid = orte_get_proc_daemon_vpid(target))) {
ORTE_ERROR_LOG(ORTE_ERR_NOT_FOUND);
ret = *ORTE_NAME_INVALID;
/* we don't yet know about this daemon. just route this to the "parent" */
ret = *ORTE_PROC_MY_PARENT;
break;
}