diff --git a/docs.it4i/general/slurm-job-submission-and-execution.md b/docs.it4i/general/slurm-job-submission-and-execution.md index 4312974789c99c856000582fdcce31ba95616a61..91d4f38537728c884bfd2680b03420228bad603a 100644 --- a/docs.it4i/general/slurm-job-submission-and-execution.md +++ b/docs.it4i/general/slurm-job-submission-and-execution.md @@ -14,8 +14,10 @@ A `man` page exists for all Slurm commands, as well as `--help` command option, | Command | Explanation | | :-----: | :-------------------------------------------------------------------------------------------------------------------------- | -| sinfo | View information about nodes and partitions. | squeue | View information about jobs located in the scheduling queue. +| sinfo | View information about nodes and partitions. | +| squeue | View information about jobs located in the scheduling queue. | | sacct | Display accounting data for all jobs and job steps in the job accounting log or Slurm database. | +| | | salloc | Obtain a job allocation (a set of nodes), execute a command, and then release the allocation when the command is finished. | | sattach | Attach to a job step. | | sbatch | Submit a batch script to Slurm. |