User Tools

Site Tools


tech:slurm

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tech:slurm [2020/02/10 16:25] – [Controller] kohofertech:slurm [2020/02/10 17:07] kohofer
Line 240: Line 240:
   PARTITION AVAIL  TIMELIMIT  NODES  STATE NODELIST   PARTITION AVAIL  TIMELIMIT  NODES  STATE NODELIST
   debug*       up   infinite      1   idle linux1   debug*       up   infinite      1   idle linux1
 +
 +If computer node is down
 +
 +<code>
 +sinfo -a
 +PARTITION AVAIL  TIMELIMIT  NODES  STATE NODELIST
 +debug*       up   infinite      2   down gpu[02-03]
 +</code>
 +
 +  scontrol update nodename=gpu02 state=idle
 +  scontrol update nodename=gpu03 state=idle
 +
 +<code>
 +sinfo -a
 +PARTITION AVAIL  TIMELIMIT  NODES  STATE NODELIST
 +debug*       up   infinite      2   idle gpu[02-03]
 +</code>
 +
 +
  
 ==== Compute Nodes ==== ==== Compute Nodes ====
/data/www/wiki.inf.unibz.it/data/pages/tech/slurm.txt · Last modified: 2022/11/24 16:17 by kohofer