1
1
This commit was SVN r13323.
Этот коммит содержится в:
George Bosilca 2007-01-26 08:09:22 +00:00
родитель bd7eebda83
Коммит 668a2bd7ac

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

@ -1066,10 +1066,8 @@ int orte_pls_rsh_launch(orte_jobid_t jobid)
if (mca_pls_rsh_component.debug) {
param = opal_argv_join(exec_argv, ' ');
if (NULL != param) {
char* env_array = opal_argv_join( env, " " );
opal_output(0, "pls:rsh: executing: (%s) %s [%s]",
exec_path, param, env_array);
free(param); free(env_array);
opal_output(0, "pls:rsh: executing: (%s) %s [%s]", exec_path, param);
free(param);
}
}
execve(exec_path, exec_argv, env);