Skip to content

Commit

Permalink
chore: removed hardcode jobid
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin committed Jul 10, 2024
1 parent ee247c4 commit 6d0216d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/slurm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Add a dependency to run a job after another job.

```sh
scontrol update jobid=<JOBID> dependency=afterok:540912
scontrol update jobid=<JOBID> dependency=afterok:<PREVIOUS_JOBID>
```

Add dependencies to multiple jobs
Expand Down

0 comments on commit 6d0216d

Please sign in to comment.