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

Resolve issue

parent 8611d4e4
No related branches found
No related tags found
2 merge requests!701Automated merge from preview to main,!697Updated "Batch System Slurm" (slurm.md)
...@@ -86,8 +86,9 @@ jobs to Slurm for later execution by using [batch jobs](#batch-jobs). For that, ...@@ -86,8 +86,9 @@ 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 (stored in the environment variable `SLURM_JOB_ID` After submitting, your job gets a unique job ID, which is stored in the environment variable
at runtime) which you can find via `squeue --me`. The id allows you to `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. [manage and control](#manage-and-control-jobs) your jobs.
!!! warning "srun vs. mpirun" !!! warning "srun vs. mpirun"
......
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