Skip to content
Snippets Groups Projects
Commit 95657d8b authored by Roman Sliva's avatar Roman Sliva
Browse files

Update slurm-job-submission-and-execution.md

parent 835de294
No related branches found
No related tags found
No related merge requests found
Pipeline #33226 passed with warnings
......@@ -27,6 +27,10 @@ qdgx up 2-00:00:00 0/1/0/1 cn202
qviz up 8:00:00 0/2/0/2 vizserv[1-2]
```
On Barbora cluster all queues/partitions provide full node allocation, whole nodes are allocated to job.
On Complementary systems some queues/partitions provide full node allocation, see [Complementary systems documentation][2] for details.
## Getting Job Information
Show my jobs
......@@ -152,7 +156,7 @@ set | grep ^SLURM
| SLURM_JOB_PARTITION | name of the partition | qcpu |
| SLURM_SUBMIT_DIR | submit directory | /scratch/project/open-xx-yy/work |
See [Slurm srun documentation][2] for details.
See relevant [Slurm srun documentation][3] for details.
Get job nodelist
......@@ -227,4 +231,5 @@ $ scancel --me -t pending -A PROJECT-ID
[1]: https://slurm.schedmd.com/
[2]: https://slurm.schedmd.com/srun.html#SECTION_OUTPUT-ENVIRONMENT-VARIABLES
[2]: /cs/job-scheduling/
[3]: https://slurm.schedmd.com/srun.html#SECTION_OUTPUT-ENVIRONMENT-VARIABLES
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment