Skip to content

Commit

Permalink
Merge pull request #344 from clairbarrass/main
Browse files Browse the repository at this point in the history
Add note on deleting jobs which will never run
  • Loading branch information
clairbarrass authored Aug 5, 2024
2 parents 4291782 + b906e84 commit 347911a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/user-guide/batch.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,14 @@ parallel processes and threads they require.
performance.


!!! Note
When submitting your job, the scheduler will check that the requested resources are available e.g. that your account
is a member of the requested budget, that the requested QoS exists.<br>
If things change before the job starts and e.g. your account has been removed from the requested budget or the requested QoS has been deleted
then the job will not be able to start. <br>
In such cases, the job will be removed from the pending queue by our systems team, as it will no longer be eligible to run.



## `srun`: Launching parallel jobs

Expand Down

0 comments on commit 347911a

Please sign in to comment.