Skip to content

Commit

Permalink
doc: how to add task to a running job
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin committed Jun 27, 2024
1 parent 5163d62 commit 6b66250
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/slurm.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Change the time limit.
scontrol update jobid=<JOBID> TimeLimit=<NEW_TIMELIMIT>
```

Change the number of maximum concurrent tasks.

```sh
scontrol update jobid=<JOBID> ArrayTaskThrottle=800
```

### A Scriptless Job

[Running a binary without a top level script in SLURM](https://stackoverflow.com/a/33402070)
Expand Down

0 comments on commit 6b66250

Please sign in to comment.