You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/running/slurm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Because of this heterogeneity, SLURM must be tailored to ensure efficient resour
64
64
65
65
Each type of node has different resource constraints and capabilities, which Slurm takes into account when scheduling jobs.
66
66
For example, CPU-only nodes may have configurations optimized for multi-threaded CPU workloads, while GPU nodes require additional parameters to allocate GPU resources efficiently.
67
-
SLURM ensures that user jobs request and receive the appropriate resources while preventing conflicts or inefficient utilization.
67
+
Slurm ensures that user jobs request and receive the appropriate resources while preventing conflicts or inefficient utilization.
68
68
69
69
!!! example "How to check the partitions and number of nodes therein?"
70
70
You can check the size of the system by running the following command in the terminal:
0 commit comments