Changes
Page history
Update home
authored
May 08, 2020
by
van Vliet
Show whitespace changes
Inline
Side-by-side
home.md
View page @
b933ee4c
...
@@ -466,7 +466,8 @@ This is a resource manager and a scheduler all in one.
...
@@ -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?
-
resource manager: are there resources free (memory, cpu, gpus, etc) on the nodes for the job?
-
scheduler: when to run the job?
-
scheduler: when to run the job?
### User commands
### 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 |
| 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.
...
@@ -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 |
| squeue | View information about jobs located in the Slurm scheduling queue |
| srun | Run parallel jobs |
| srun | Run parallel jobs |
### Accounting info
###
#
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 |
| sacct | Displays accounting data for all jobs and job steps in the Slurm job accounting log or Slurm database |
...
...
...
...