Avoid SEGV in case rsh/ssh is not in PATH
(refs trac:1490)
This commit was SVN r23278. The following Trac tickets were found above: Ticket 1490 --> https://svn.open-mpi.org/trac/ompi/ticket/1490
Этот коммит содержится в:
родитель
1e90b91b84
Коммит
fc37e408c2
@ -198,7 +198,7 @@ int orte_plm_rsh_component_query(mca_base_module_t **module, int *priority)
|
|||||||
"%s plm:rsh: unable to be used: cannot find path "
|
"%s plm:rsh: unable to be used: cannot find path "
|
||||||
"for launching agent \"%s\"\n",
|
"for launching agent \"%s\"\n",
|
||||||
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
|
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
|
||||||
orte_plm_globals.rsh_agent_argv[0]));
|
orte_rsh_agent));
|
||||||
*module = NULL;
|
*module = NULL;
|
||||||
return ORTE_ERROR;
|
return ORTE_ERROR;
|
||||||
}
|
}
|
||||||
|
@ -129,7 +129,7 @@ int orte_plm_rshd_component_query(mca_base_module_t **module, int *priority)
|
|||||||
"%s plm:rshd: unable to be used: cannot find path "
|
"%s plm:rshd: unable to be used: cannot find path "
|
||||||
"for launching agent \"%s\"\n",
|
"for launching agent \"%s\"\n",
|
||||||
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
|
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
|
||||||
orte_plm_globals.rsh_agent_argv[0]));
|
orte_rsh_agent));
|
||||||
*module = NULL;
|
*module = NULL;
|
||||||
return ORTE_ERROR;
|
return ORTE_ERROR;
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user