Update home authored by van Vliet's avatar van Vliet
......@@ -466,7 +466,8 @@ This is a resource manager and a scheduler all in one.
- resource manager: are there resources free (memory, cpu, gpus, etc) on the nodes for the job?
- scheduler: when to run the job?
### User commands
### Slurm commands
#### User commands
|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 |
......@@ -477,7 +478,7 @@ This is a resource manager and a scheduler all in one.
| squeue | View information about jobs located in the Slurm scheduling queue |
| srun | Run parallel jobs |
### Accounting info
#### Accounting info
|Command | Info |
| --- | --- |
| sacct | Displays accounting data for all jobs and job steps in the Slurm job accounting log or Slurm database |
......
......