From 83f6c38cfe4fe78b897b1e628ada15c14a7f9f0a Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Wed, 14 Sep 2022 14:20:29 +0200 Subject: [PATCH] Add how to end the allocation to the prose section --- doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md index 5ec706124..5da3c6915 100644 --- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md +++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md @@ -143,7 +143,8 @@ the command `salloc`. It takes the same options as `sbatch` to specify the requi `salloc` returns a new shell on the node, where you submitted the job. You need to use the command `srun` in front of the following commands to have these commands executed on the allocated resources. If you allocate more than one task, please be aware that `srun` will run the command on -each allocated task by default! +each allocated task by default! To release the allocated resources, invoke the command `exit` or +`scancel <jobid`. ```console marie@login$ salloc --nodes=2 -- GitLab