Skip to content
Snippets Groups Projects
Commit 7c5d5a20 authored by Roman Sliva's avatar Roman Sliva
Browse files

Update slurm-job-submission-and-execution.md

parent 8a51d99b
No related branches found
No related tags found
No related merge requests found
Pipeline #33206 passed with warnings
...@@ -14,8 +14,10 @@ A `man` page exists for all Slurm commands, as well as `--help` command option, ...@@ -14,8 +14,10 @@ A `man` page exists for all Slurm commands, as well as `--help` command option,
| Command | Explanation | | 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. | | 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. | | 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. | | sattach | Attach to a job step. |
| sbatch | Submit a batch script to Slurm. | | sbatch | Submit a batch script to Slurm. |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment