Update home authored by van Vliet's avatar van Vliet
......@@ -468,7 +468,7 @@ This is a resource manager and a scheduler all in one.
### Slurm commands
#### User commands
|Command | Info |
| Command | Info |
| --- | --- |
| salloc | Obtain a Slurm job allocation (a set of nodes), execute a command, and then release the allocation when the command is finished |
| sbatch | Submit a batch script to Slurm |
......@@ -479,13 +479,18 @@ This is a resource manager and a scheduler all in one.
| srun | Run parallel jobs |
#### Accounting info
|Command | Info |
| Command | Info |
| --- | --- |
| sacct | Displays accounting data for all jobs and job steps in the Slurm job accounting log or Slurm database |
| sstat | Display various status information of a running job/step |
| sacctmgr | Used to view and modify Slurm account information |
| sreport | Generate reports from the slurm accounting data |
#### Scheduling info
| Command | Info |
| sprio | View the factors that comprise a job's scheduling priority |
| sshare | Tool for listing the shares of associations to a cluster |
### Partitions (info) (in SGE called queues)
#### Available partitions
......
......