Skip to content

Commit

Permalink
slurm manager note
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanLawless committed Nov 20, 2024
1 parent 88f2bf5 commit 6c62c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/slurm_manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ By regularly using `squeue` and `sinfo`, users can manage their jobs more effect

{: .note }

When submitting jobs to Slurm, it is crucial to ensure that your resource requests match what is actually available on the system. Requesting resources that exceed the system's capabilities, such as asking for 500GB of memory on a node that offers significantly less, may lead to your job hanging indefinitely without launching or providing any failure notices. To avoid these issues, please use the sinfo command regularly to verify the available resources and configurations on the cluster. This careful checking can help ensure that your job submissions are compatible with the system's capabilities, preventing unnecessary delays.
When submitting jobs to Slurm, it is crucial to ensure that your resource requests match what is actually available on the system. Requesting resources that exceed the system's capabilities, such as asking for 500GB of memory on a node that offers significantly less, may lead to your job hanging indefinitely without launching or providing any failure notices. To avoid these issues, please use the sinfo command regularly to verify the available resources and configurations on the cluster. This careful checking can help ensure that your job submissions are compatible with the system's capabilities, preventing unnecessary delays. In this case, I belive the `squeue` `NODELIST(REASON)` will show `(Resources)`.


0 comments on commit 6c62c31

Please sign in to comment.