Skip to content
Snippets Groups Projects
Commit 2792bc2e authored by Danny Auble's avatar Danny Auble
Browse files

Merge remote-tracking branch 'origin/slurm-14.03'

Conflicts:
	src/plugins/task/cray/task_cray.c
parents 23a1fd67 463df8fd
No related branches found
No related tags found
No related merge requests found
...@@ -550,6 +550,9 @@ static int _check_status_file(stepd_step_rec_t *job, ...@@ -550,6 +550,9 @@ static int _check_status_file(stepd_step_rec_t *job,
char status; char status;
int rv, fd; int rv, fd;
debug("task_p_post_term: %u.%u, task %d",
job->jobid, job->stepid, job->envtp->procid);
// We only need to special case termination with exit(0) // We only need to special case termination with exit(0)
// srun already handles abnormal exit conditions fine // srun already handles abnormal exit conditions fine
if (!WIFEXITED(task->estatus) || (WEXITSTATUS(task->estatus) != 0)) if (!WIFEXITED(task->estatus) || (WEXITSTATUS(task->estatus) != 0))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment