From c93312af44c4411a7924468b1beedc81b4450bea Mon Sep 17 00:00:00 2001 From: "Christopher J. Morrone" <morrone2@llnl.gov> Date: Mon, 28 Nov 2005 19:21:54 +0000 Subject: [PATCH] Minor fix for srun failing to exit. --- src/srun/srun_job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/srun/srun_job.c b/src/srun/srun_job.c index 5262173afda..16c8a2dcd9b 100644 --- a/src/srun/srun_job.c +++ b/src/srun/srun_job.c @@ -346,7 +346,7 @@ job_force_termination(srun_job_t *job) update_job_state(job, SRUN_JOB_FORCETERM); } - eio_signal_wakeup(job->eio); + eio_signal_shutdown(job->eio); } -- GitLab