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 da9d7e67dfae427e610a61f9937700c63f1b4d35..4b6474efd2d1da7c8955d3e26c6d0387126aaace 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 @@ -85,7 +85,7 @@ jobs to Slurm for later execution by using [batch jobs](#batch-jobs). For that, put the parameters in a [job file](#job-files), which you can submit using `sbatch [options] <job file>`. -After submitting, your job gets a unique job ID, which is stored in the environment variable +After submission, your job gets a unique job ID, which is stored in the environment variable `SLURM_JOB_ID` at job runtime. The command `sbatch` outputs the job ID to stderr. Furthermore, you can find it via `squeue --me`. The job ID allows you to [manage and control](#manage-and-control-jobs) your jobs.