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

Update job-scheduling.md

parent 8a200af9
No related branches found
No related tags found
No related merge requests found
Pipeline #29210 passed with warnings
...@@ -108,6 +108,24 @@ p03-amd01 ...@@ -108,6 +108,24 @@ p03-amd01
p03-amd02 p03-amd02
``` ```
## Modifying Jobs
```
$ scontrol update JobId=JOBID ATTR=VALUE
```
for example
```
$ scontrol update JobId=JOBID Comment='The best job ever'
```
## Deleting Jobs
```
$ scancel JOBID
```
## Partitions ## Partitions
| PARTITION | nodes| cores per node | features | | PARTITION | nodes| cores per node | features |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment