Don't forget to cleanup once we're done.
This commit was SVN r17965.
Этот коммит содержится в:
родитель
ac6121bd1c
Коммит
2ed6ed37bd
@ -588,8 +588,8 @@ int orte_plm_rsh_launch(orte_job_t *jdata)
|
||||
"%s plm:rsh:launch daemon failed to be defined on node %s",
|
||||
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
|
||||
nodes[nnode]->name));
|
||||
|
||||
return ORTE_ERR_FATAL;
|
||||
rc = ORTE_ERR_FATAL;
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
/* setup node name */
|
||||
|
@ -519,6 +519,7 @@ static int plm_slurm_start_proc(int argc, char **argv, char **env,
|
||||
srun_pid = fork();
|
||||
if (-1 == srun_pid) {
|
||||
ORTE_ERROR_LOG(ORTE_ERR_SYS_LIMITS_CHILDREN);
|
||||
free(exec_argv);
|
||||
return ORTE_ERR_SYS_LIMITS_CHILDREN;
|
||||
}
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user