diff --git a/docs/slurm.md b/docs/slurm.md index 98487e4..b9a5218 100644 --- a/docs/slurm.md +++ b/docs/slurm.md @@ -25,6 +25,12 @@ Change the time limit. scontrol update jobid= TimeLimit= ``` +Change the number of maximum concurrent tasks. + +```sh +scontrol update jobid= ArrayTaskThrottle=800 +``` + ### A Scriptless Job [Running a binary without a top level script in SLURM](https://stackoverflow.com/a/33402070)