Skip to content
Snippets Groups Projects
Commit a5ede844 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent f919ec8d
No related branches found
No related tags found
2 merge requests!701Automated merge from preview to main,!697Updated "Batch System Slurm" (slurm.md)
...@@ -85,7 +85,7 @@ jobs to Slurm for later execution by using [batch jobs](#batch-jobs). For that, ...@@ -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 put the parameters in a [job file](#job-files), which you can submit using `sbatch
[options] <job file>`. [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 `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 can find it via `squeue --me`. The job ID allows you to
[manage and control](#manage-and-control-jobs) your jobs. [manage and control](#manage-and-control-jobs) your jobs.
......
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