User Tools

Site Tools


guides:slurm:basics

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
guides:slurm:basics [08.10.2019 15:19]
Juha Kekäläinen
guides:slurm:basics [08.10.2019 15:26]
Juha Kekäläinen
Line 47: Line 47:
 squeue -j jobid squeue -j jobid
 ``` ```
 +
 +### Scontrol - View or modify Slurm configuration and state.
 +[Scontrol](https://slurm.schedmd.com/scontrol.html) command gives some information about the job, queue (partition) or the compute nodes. This tool can also modify various parameters of submitted job (runtime for example).
 +
 +#### List all compute nodes
 +```
 +scontrol show node
 +```
 +
 +#### List all compute nodes
 +```
 +scontrol show node
 +```
 +
 +#### List all queues/partitions
 +```
 +scontrol show partition
 +```
 +
 +#### List information of the given jobid
 +```
 +scontrol show job jobid
 +```
 +
 +#### Extend runtime of given jobid
 +
 +```
 +scontrol update jobid=<job_id> TimeLimit=<new_timelimit>
 +```
 +
  
 ### Slurm job effiency report (seff) ### Slurm job effiency report (seff)
guides/slurm/basics.txt · Last modified: 27.11.2023 12:40 by Administrator