User Tools

Site Tools


slurm_most_used_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
slurm_most_used_commands [2026/03/16 19:14] – created nshegunovslurm_most_used_commands [2026/04/07 18:17] (current) nshegunov
Line 46: Line 46:
 ==== Allocate Resources ==== ==== Allocate Resources ====
 <code bash> <code bash>
-salloc -p cpu -N 1 -n 1 -c 8 --time=01:00:00+salloc -p short -N 1 -n 1 -c 8 --time=01:00:00
 </code> </code>
  
Line 55: Line 55:
 </code> </code>
  
-**Direct steps:**+**Run interactive steps:**
 <code bash> <code bash>
-srun -p cpu -N 1 -n 1 -4 --time=00:10:00 hostname+srun --partition=short --ntasks=--gres=gpu:1  --time=02:00:00 --pty bash
 </code> </code>
  
Line 96: Line 96:
   * **Dependency** – Waiting on another job   * **Dependency** – Waiting on another job
  
-===== 6. Resource Specification (CRITICAL) =====+===== 6. Resource Specification =====
  
 **Most common errors come from incorrect resource requests.** **Most common errors come from incorrect resource requests.**
slurm_most_used_commands.1773681253.txt.gz · Last modified: 2026/03/16 19:14 by nshegunov

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki