1
1

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
Этот коммит содержится в:
Ethan Mallove 2010-06-17 14:58:09 +00:00
родитель 1e90b91b84
Коммит fc37e408c2
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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 "
"for launching agent \"%s\"\n",
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
orte_plm_globals.rsh_agent_argv[0]));
orte_rsh_agent));
*module = NULL;
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 "
"for launching agent \"%s\"\n",
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
orte_plm_globals.rsh_agent_argv[0]));
orte_rsh_agent));
*module = NULL;
return ORTE_ERROR;
}